UNPKG

@animoca/ethereum-contracts-sale

Version:
54 lines (53 loc) 1.13 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ISwapSale", "sourceName": "contracts/sale/interfaces/ISwapSale.sol", "abi": [ { "inputs": [], "name": "PRICE_SWAP_VIA_ORACLE", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "tokens", "type": "address[]" }, { "internalType": "uint256", "name": "referenceAmount", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "swapRates", "outputs": [ { "internalType": "uint256[]", "name": "rates", "type": "uint256[]" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }