Airdrop
Verified contract
Active on
Ethereum with 3,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
0x92cf…ab7e
Balances ($0.00)
No balances found for "Airdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19310363 | 9 months ago | | | 0 | 0.0015906377 | |
| 19310361 | 9 months ago | | | 0 | 0.0015741595 | |
| 19293570 | 9 months ago | | | 0 | 0.0011437486 | |
| 19293570 | 9 months ago | | | 0 | 0.0011422894 | |
| 19275745 | 9 months ago | | | 0 | 0.0012690507 | |
| 19275743 | 9 months ago | | | 0 | 0.0012959478 | |
| 19275742 | 9 months ago | | | 0 | 0.0013372445 | |
| 18295291 | a year ago | | | 0 | 0.00018054500 | |
| 18273176 | a year ago | | | 0 | 0.00071043407 | |
| 17992326 | a year ago | | | 0 | 0.0048157239 |
ABI
ABI objects
Getter at block 21284982
admin() view returns (address)
0xe9547cf7e592f83c5141bb50648317e35d27d29b
developer() view returns (address)
0xe9547cf7e592f83c5141bb50648317e35d27d29b
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x92cfbec26c206c90aee3b7c66a9ae673754fab7e
trancheIdx() view returns (uint256)
6
Read-only
claimed(uint256, address) view returns (bool)
tranches(uint256) view returns (bytes32 merkleRoot, uint64 startTime, uint64 endTime, uint256 totalAmount, uint256 claimedAmount)
verifyClaim(address account, uint256 _trancheId, uint256 _balance, bytes32[] _merkleProof) view returns (bool valid)
State-modifying
Events acceptAdmin()
claim(address account, uint256 _trancheId, uint256 _balance, bytes32[] _merkleProof)
claims(address account, uint256[] _trancheIds, uint256[] _balances, bytes32[][] _merkleProofs)
expireTranche(uint256 _trancheId)
newTranche(bytes32 merkleRoot, uint64 startTime, uint64 endTime, uint256 totalAmount)
setPendingAdmin(address newPendingAdmin)
Claimed(uint256 tranchId, address account, uint256 balance)
NewAdmin(address oldAdmin, address newAdmin)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
TrancheAdded(uint256 tranchId, bytes32 merkleRoot, uint64 startTime, uint64 endTime, uint256 totalAmount)
TrancheExpired(uint256 tranchId, uint256 expireAmount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.