SignatureMerkleDrop128
Verified contract
Active on
Ethereum with 210 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) |
---|---|---|---|---|---|---|---|
| 19420383 | 8 months ago | | | 0 | 0.0029852030 | |
| 19345575 | 9 months ago | | | 0 | 0.0029552275 | |
| 19328888 | 9 months ago | | | 0 | 0.0040151984 | |
| 19232872 | 9 months ago | | | 0 | 0.0010917781 | |
| 19178537 | 9 months ago | | | 0 | 0.0075194388 | |
| 19062381 | 10 months ago | | | 0 | 0.0010785892 | |
| 19062285 | 10 months ago | | | 0 | 0.00093454821 | |
| 18954660 | 10 months ago | | | 0 | 0.0020790367 | |
| 18927609 | 10 months ago | | | 0 | 0.0026368836 | |
| 18727739 | a year ago | | | 0 | 0.0029569909 |
ABI
ABI objects
Getter at block 21216732
depth() view returns (uint256)
10
merkleRoot() view returns (bytes16)
0x5f1fc5f4dc67c25a6b46d794568a99d9
owner() view returns (address)
0x0bd61d605c64a857c3d94779aef7ca295702b3a2
token() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
Read-only
isClaimed(uint256 index) view returns (bool)
verify(bytes proof, bytes16 leaf) view returns (bool valid, uint256 index)
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()