MerkleAirdrop
Verified contract
Active on
Ethereum with 2,219 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MerkleAirdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272386 | an hour ago | | | 0 | 0.0016076034 | |
| 21271019 | 6 hours ago | | | 0 | 0.00053885908 | |
| 21270761 | 7 hours ago | | | 0 | 0.0011840796 | |
| 21270705 | 7 hours ago | | | 0 | 0.0018365778 | |
| 21270656 | 7 hours ago | | | 0 | 0.00046150581 | |
| 21269938 | 9 hours ago | | | 0 | 0.00030141542 | |
| 21269714 | 10 hours ago | | | 0 | 0.0026121156 | |
| 21269713 | 10 hours ago | | | 0 | 0.0023559479 | |
| 21269712 | 10 hours ago | | | 0 | 0.0022154610 | |
| 21269711 | 10 hours ago | | | 0 | 0.0018203367 |
ABI
ABI objects
Getter at block 21272729
owner() view returns (address)
0xcc19e60c86c396929e76a6a488848c9596de22bd
Read-only
claimedBitMap(address, uint256) view returns (uint256)
isClaimed(uint256 index) view returns (bool)
isClaimed(uint256[] indexes) view returns (bool[])
merkleRoots(uint256) view returns (bytes32)
State-modifying
Events claim(uint256 index, uint256 amount, bytes32[] merkleProof)
claimMultiple(uint256[] indexes, uint256[] amounts, bytes32[][] merkleProofs)
renounceOwnership()
setMerkleRoot(uint256 index, bytes32 merkleRoot)
transferOwnership(address newOwner)
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.