SignatureMerkleDrop128
Verified contract
Active on
Ethereum with 317 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 "SignatureMerkleDrop128"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19420043 | 8 months ago | | | 0 | 0.0025222650 | |
| 19389564 | 8 months ago | | | 0 | 0.0036323290 | |
| 19389553 | 8 months ago | | | 0 | 0.0037660053 | |
| 19064186 | 10 months ago | | | 0 | 0.0011582673 | |
| 18198818 | a year ago | | | 0 | 0.00040665441 | |
| 18083928 | a year ago | | | 0 | 0.00082642599 | |
| 17817414 | a year ago | | | 0 | 0.0012118688 | |
| 17800861 | a year ago | | | 0 | 0.0018986501 | |
| 17498977 | a year ago | | | 0 | 0.0010462572 | |
| 17344820 | a year ago | | | 0 | 0.0029506769 |
ABI
ABI objects
Getter at block 21200176
depth() view returns (uint256)
9
merkleRoot() view returns (bytes16)
0x0349d101a6ccb88da273f8d8884e6950
owner() view returns (address)
0x11799622f4d98a24514011e8527b969f7488ef47
token() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
Read-only
isClaimed(uint256 index) view returns (bool)
verify(bytes proof, bytes16 root, bytes16 leaf) view returns (bool valid, uint256 index)
State-modifying
Events claim(address receiver, uint256 amount, bytes merkleProof, bytes signature)
renounceOwnership()
rescueFunds(address token_, uint256 amount)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes16 merkleRoot_, uint256 depth_)
receive()
SafeTransferFailed()