@bitriel/selendra-presale
Version:
Pre-Sale Smart Contracts on Bitriel Protocol
74 lines (73 loc) • 1.63 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPreIDOEvents",
"sourceName": "contracts/interfaces/pre_ido/IPreIDOEvents.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "lockOnBlock",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "releaseOnBlock",
"type": "uint256"
}
],
"name": "LockTokens",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "UnlockTokens",
"type": "event"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}