SignatureMerkleDrop128
Verified contract
Active on
Base with 192 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) |
---|---|---|---|---|---|---|---|
| 19431870 | 3 months ago | | | 0 | 0.000000906786045928 | |
| 19431800 | 3 months ago | | | 0 | 0.0000010304956 | |
| 19038292 | 3 months ago | | | 0 | 0.0000013079759 | |
| 19038279 | 3 months ago | | | 0 | 0.0000017480634 | |
| 18639605 | 3 months ago | | | 0 | 0.000000508016390700 | |
| 18354075 | 3 months ago | | | 0 | 4.6625550e-7 | |
| 17825186 | 4 months ago | | | 0 | 9.5491066e-7 | |
| 17791903 | 4 months ago | | | 0 | 5.2879663e-7 | |
| 17791799 | 4 months ago | | | 0 | 5.4157025e-7 | |
| 17762221 | 4 months ago | | | 0 | 5.8116612e-7 |
ABI
ABI objects
Getter at block 22944949
depth() view returns (uint256)
9
merkleRoot() view returns (bytes16)
0xff36280796c2af1f6850198f02c6340f
owner() view returns (address)
0x0bd61d605c64a857c3d94779aef7ca295702b3a2
token() view returns (address)
0xc5fecc3a29fb57b5024eec8a2239d4621e111cbe
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()
AddressInsufficientBalance(address account)
DropAlreadyClaimed()
FailedInnerCall()
InvalidProof()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeTransferFailed()