AirdropDistributorProxy
Verified contract
Active on
Ethereum with 728 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 "AirdropDistributorProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19153394 | 10 months ago | | | 0 | 0.0019679712 | |
| 19150042 | 10 months ago | | | 0 | 0.0019045608 | |
| 19148749 | 10 months ago | | | 0 | 0.0039462441 | |
| 19142496 | 10 months ago | | | 0 | 0.0033525297 | |
| 19140147 | 10 months ago | | | 0 | 0.0029907080 | |
| 19136441 | 10 months ago | | | 0 | 0.0042077661 | |
| 19129699 | 10 months ago | | | 0 | 0.0046116643 | |
| 19125023 | 10 months ago | | | 0 | 0.0025472766 | |
| 19115518 | 10 months ago | | | 0 | 0.0022823059 | |
| 19099934 | 10 months ago | | | 0 | 0.0018809982 |
ABI
ABI objects
Getter at block 21260398
airdropDistributor() view returns (address)
0xd49d86b001fe35bc745bc6e467b3cc18cb14b817
merkleRoot() view returns (bytes32)
0xadd4b434427e8e5c69350b0b9dcc1766106372ccf72a1b691d54376da5edf15b
owner() view returns (address)
0xd0efdf01dd8d650bba8992e2c42d0bc6d441a673
Read-only
claimCallback(address receiver) view returns (address callback)
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(address claimant, address receiver, uint256 index, uint256 amount, bytes32[][2] merkleProof)
renounceOwnership()
setClaimCallback(address _callback) returns (bool)
setMerkleRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
Claimed(address indexed claimant, address indexed receiver, uint256 index, uint256 amount)
MerkleRootSet(bytes32 root)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _airdrop)
This contract contains no fallback and receive objects.
This contract contains no error objects.