Files
2026-03-02 12:14:09 -08:00

56 lines
1.2 KiB
JSON

{
"_format": "hh-sol-artifact-1",
"contractName": "IDODOVendingMachine",
"sourceName": "contracts/dex/DODOPMMIntegration.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "baseToken",
"type": "address"
},
{
"internalType": "address",
"name": "quoteToken",
"type": "address"
},
{
"internalType": "uint256",
"name": "lpFeeRate",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "i",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "k",
"type": "uint256"
},
{
"internalType": "bool",
"name": "isOpenTWAP",
"type": "bool"
}
],
"name": "createDVM",
"outputs": [
{
"internalType": "address",
"name": "dvm",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}