AirDrop
Verified contract
Active on
Ethereum with 1,622 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 "AirDrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14268601 | 3 years ago | | | 0 | 0.0013462556 | |
| 14113624 | 3 years ago | | | 0 | 0.0087262573 | |
| 14106649 | 3 years ago | | | 0 | 0.0082162793 | |
| 14106372 | 3 years ago | | | 0 | 0.011064775 | |
| 14098523 | 3 years ago | | | 0 | 0.010230306 | |
| 14081245 | 3 years ago | | | 0 | 0.0089580684 | |
| 14066447 | 3 years ago | | | 0 | 0.012825347 | |
| 14063531 | 3 years ago | | | 0 | 0.011429977 | |
| 14042462 | 3 years ago | | | 0 | 0.0078390279 | |
| 14042452 | 3 years ago | | | 0 | 0.0097824049 |
ABI
ABI objects
Getter at block 21316674
owner() view returns (address)
0xba5edf9dad66d9d81341eef8131160c439dba91b
tranches() view returns (uint256)
7
vesting() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
drops(uint256) view returns (bytes32 root, uint128 total, uint128 remaining)
isClaimed(uint256 trancheId, address account) view returns (bool)
verifyDrop(uint256 trancheId, uint128 amount, bytes32[] merkleProof) view returns (bool)
State-modifying
Events claim(uint256 trancheId, uint128 amount, bytes32[] merkleProof)
expireDrop(uint256 trancheId)
newDrop(bytes32 merkleRoot, uint128 totalAmount) returns (uint256 trancheId)
renounceOwnership()
setVesting(address _vesting)
transferOwnership(address newOwner)
LogClaim(address indexed account, uint256 trancheId, uint128 amount)
LogExpireDrop(uint256 trancheId, bytes32 merkleRoot, uint128 totalAmount, uint128 remaining)
LogNewDrop(uint256 trancheId, bytes32 merkleRoot, uint128 totalAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.