Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc84a…de5a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CBTV | ERC-20 | 29.1 | -- | -- | |
CANDY | ERC-20 | 21 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9451718 | 5 years ago | | | 0 | 0.00044314500 | |
| 9438759 | 5 years ago | | | 0 | 0.00044314500 | |
| 9419282 | 5 years ago | | | 0 | 0.00044314500 | |
| 9275800 | 5 years ago | | | 0 | 0.00044314500 | |
| 9269278 | 5 years ago | | | 0 | 0.00044314500 | |
| 9183265 | 5 years ago | | | 0 | 0.00044314500 | |
| 9063357 | 5 years ago | | | 0 | 0.00046222500 | |
| 9029624 | 5 years ago | | | 0 | 0.00046222500 | |
| 9007044 | 5 years ago | | | 0 | 0.00046222500 | |
| 8959499 | 5 years ago | | | 0 | 0.00046222500 |
ABI
ABI objects
Getter at block 21172829
contractOwner() view returns (address)
0x9ce4ac37f60108c695f5987c2e48fbcd7b8c5a4b
merkleRoot() view returns (bytes32)
0xed299647fe34e8dba004ed2fbe61f68749946543b9d58509014f226581f5d4a4
paused() view returns (bool)
false
pendingContractOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xc84a2c4e3d76b852c2584452258572e18681de5a
version() view returns (bytes32)
0x302e322e30000000000000000000000000000000000000000000000000000000
Read-only
checkMerkleProof(bytes32 _merkleRoot, bytes32[] _proof, uint256 _position, bytes32 _leaf) pure returns (bool)
completedAirdrops(bytes32) view returns (bool)
isPauser(address account) view returns (bool)
isSigner(address account) view returns (bool)
State-modifying
Events addPauser(address account)
addSigner(address account)
changeContractOwnership(address _to) returns (bool)
claimContractOwnership() returns (bool)
claimTokensByMerkleProof(bytes32[] _proof, bytes32 _operationId, uint256 _position, uint256 _amount) returns (uint256)
pause()
renouncePauser()
renounceSigner()
setMerkleRoot(bytes32 _updatedMerkleRoot) returns (uint256)
tokenFallback(address, uint256, bytes)
transferEther(address _to, uint256 _value)
transferOwnership(address newOwner) returns (bool)
unpause()
withdrawEther()
withdrawTokens(address[] tokens)
LogAirdropClaimed(address indexed initiator, bytes32 operationId, uint256 amount)
LogMerkleRootUpdated(bytes32 to, address by)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Unpaused()
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.