UNPKG

@bitriel/selendra-presale

Version:

Pre-Sale Smart Contracts on Bitriel Protocol

84 lines (83 loc) 1.76 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IPreIDOState", "sourceName": "contracts/interfaces/pre_ido/IPreIDOState.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "investor", "type": "address" } ], "name": "balanceOf", "outputs": [ { "internalType": "uint256", "name": "balance", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "investor", "type": "address" } ], "name": "investorOrderIds", "outputs": [ { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "id", "type": "uint256" } ], "name": "orders", "outputs": [ { "internalType": "address payable", "name": "beneficiary", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "releaseOnBlock", "type": "uint256" }, { "internalType": "bool", "name": "claimed", "type": "bool" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }