{ "contractName": "IDODOCallee", "abi": [ { "inputs": [ { "internalType": "bool", "name": "isBuyBaseToken", "type": "bool" }, { "internalType": "uint256", "name": "baseAmount", "type": "uint256" }, { "internalType": "uint256", "name": "quoteAmount", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "dodoCall", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "metadata": "{\"compiler\":{\"version\":\"0.6.9+commit.3e3065ac\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"isBuyBaseToken\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"baseAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"quoteAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"dodoCall\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IDODOCallee.sol\":\"IDODOCallee\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IDODOCallee.sol\":{\"keccak256\":\"0x229c6157d9f467f52d98634966a88fce7c7d68d1b7ee5c4897957b3bc33ee2c5\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://d9ca56838de93c5727da081665c37fb7e4448cc584e3ff72f5d9867775c0ee5f\",\"dweb:/ipfs/QmTVeQ8EJqnrSYsu4GU4jhaUzW9FC45fAoXKHniBNXNaZs\"]}},\"version\":1}", "bytecode": "0x", "deployedBytecode": "0x", "immutableReferences": {}, "sourceMap": "", "deployedSourceMap": "", "source": "/*\n\n Copyright 2020 DODO ZOO.\n SPDX-License-Identifier: Apache-2.0\n\n*/\n\npragma solidity 0.6.9;\npragma experimental ABIEncoderV2;\n\ninterface IDODOCallee {\n function dodoCall(\n bool isBuyBaseToken,\n uint256 baseAmount,\n uint256 quoteAmount,\n bytes calldata data\n ) external;\n}\n", "sourcePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IDODOCallee.sol", "ast": { "absolutePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IDODOCallee.sol", "exportedSymbols": { "IDODOCallee": [ 10506 ] }, "id": 10507, "license": "Apache-2.0", "nodeType": "SourceUnit", "nodes": [ { "id": 10493, "literals": [ "solidity", "0.6", ".9" ], "nodeType": "PragmaDirective", "src": "78:22:30" }, { "id": 10494, "literals": [ "experimental", "ABIEncoderV2" ], "nodeType": "PragmaDirective", "src": "101:33:30" }, { "abstract": false, "baseContracts": [], "contractDependencies": [], "contractKind": "interface", "documentation": null, "fullyImplemented": false, "id": 10506, "linearizedBaseContracts": [ 10506 ], "name": "IDODOCallee", "nodeType": "ContractDefinition", "nodes": [ { "body": null, "documentation": null, "functionSelector": "60378cea", "id": 10505, "implemented": false, "kind": "function", "modifiers": [], "name": "dodoCall", "nodeType": "FunctionDefinition", "overrides": null, "parameters": { "id": 10503, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 10496, "mutability": "mutable", "name": "isBuyBaseToken", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "191:19:30", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 10495, "name": "bool", "nodeType": "ElementaryTypeName", "src": "191:4:30", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 10498, "mutability": "mutable", "name": "baseAmount", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "220:18:30", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 10497, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "220:7:30", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 10500, "mutability": "mutable", "name": "quoteAmount", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "248:19:30", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 10499, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "248:7:30", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 10502, "mutability": "mutable", "name": "data", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "277:19:30", "stateVariable": false, "storageLocation": "calldata", "typeDescriptions": { "typeIdentifier": "t_bytes_calldata_ptr", "typeString": "bytes" }, "typeName": { "id": 10501, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "277:5:30", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "value": null, "visibility": "internal" } ], "src": "181:121:30" }, "returnParameters": { "id": 10504, "nodeType": "ParameterList", "parameters": [], "src": "311:0:30" }, "scope": 10506, "src": "164:148:30", "stateMutability": "nonpayable", "virtual": false, "visibility": "external" } ], "scope": 10507, "src": "136:178:30" } ], "src": "78:237:30" }, "legacyAST": { "absolutePath": "/Users/owen/Desktop/dodo/dodo-smart-contract/contracts/intf/IDODOCallee.sol", "exportedSymbols": { "IDODOCallee": [ 10506 ] }, "id": 10507, "license": "Apache-2.0", "nodeType": "SourceUnit", "nodes": [ { "id": 10493, "literals": [ "solidity", "0.6", ".9" ], "nodeType": "PragmaDirective", "src": "78:22:30" }, { "id": 10494, "literals": [ "experimental", "ABIEncoderV2" ], "nodeType": "PragmaDirective", "src": "101:33:30" }, { "abstract": false, "baseContracts": [], "contractDependencies": [], "contractKind": "interface", "documentation": null, "fullyImplemented": false, "id": 10506, "linearizedBaseContracts": [ 10506 ], "name": "IDODOCallee", "nodeType": "ContractDefinition", "nodes": [ { "body": null, "documentation": null, "functionSelector": "60378cea", "id": 10505, "implemented": false, "kind": "function", "modifiers": [], "name": "dodoCall", "nodeType": "FunctionDefinition", "overrides": null, "parameters": { "id": 10503, "nodeType": "ParameterList", "parameters": [ { "constant": false, "id": 10496, "mutability": "mutable", "name": "isBuyBaseToken", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "191:19:30", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" }, "typeName": { "id": 10495, "name": "bool", "nodeType": "ElementaryTypeName", "src": "191:4:30", "typeDescriptions": { "typeIdentifier": "t_bool", "typeString": "bool" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 10498, "mutability": "mutable", "name": "baseAmount", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "220:18:30", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 10497, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "220:7:30", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 10500, "mutability": "mutable", "name": "quoteAmount", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "248:19:30", "stateVariable": false, "storageLocation": "default", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" }, "typeName": { "id": 10499, "name": "uint256", "nodeType": "ElementaryTypeName", "src": "248:7:30", "typeDescriptions": { "typeIdentifier": "t_uint256", "typeString": "uint256" } }, "value": null, "visibility": "internal" }, { "constant": false, "id": 10502, "mutability": "mutable", "name": "data", "nodeType": "VariableDeclaration", "overrides": null, "scope": 10505, "src": "277:19:30", "stateVariable": false, "storageLocation": "calldata", "typeDescriptions": { "typeIdentifier": "t_bytes_calldata_ptr", "typeString": "bytes" }, "typeName": { "id": 10501, "name": "bytes", "nodeType": "ElementaryTypeName", "src": "277:5:30", "typeDescriptions": { "typeIdentifier": "t_bytes_storage_ptr", "typeString": "bytes" } }, "value": null, "visibility": "internal" } ], "src": "181:121:30" }, "returnParameters": { "id": 10504, "nodeType": "ParameterList", "parameters": [], "src": "311:0:30" }, "scope": 10506, "src": "164:148:30", "stateMutability": "nonpayable", "virtual": false, "visibility": "external" } ], "scope": 10507, "src": "136:178:30" } ], "src": "78:237:30" }, "compiler": { "name": "solc", "version": "0.6.9+commit.3e3065ac.Emscripten.clang" }, "networks": {}, "schemaVersion": "3.2.3", "updatedAt": "2020-11-06T08:03:35.714Z", "devdoc": { "methods": {} }, "userdoc": { "methods": {} } }