MerkleDistributorWithDeadline
Verified contract
Active on
Base with 2,083 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 "MerkleDistributorWithDeadline"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19233381 | 2 months ago | | | 0 | 1.5242918e-7 | |
| 18851258 | 2 months ago | | | 0 | 5.9246840e-7 | |
| 18830833 | 2 months ago | | | 0 | 6.1318613e-7 | |
| 18829874 | 2 months ago | | | 0 | 6.6263064e-7 | |
| 18803560 | 3 months ago | | | 0 | 2.7771460e-7 | |
| 18790200 | 3 months ago | | | 0 | 2.1966684e-7 | |
| 18776543 | 3 months ago | | | 0 | 6.5496675e-7 | |
| 18776483 | 3 months ago | | | 0 | 6.5486203e-7 | |
| 18775302 | 3 months ago | | | 0 | 6.5494930e-7 | |
| 18773781 | 3 months ago | | | 0 | 6.2113914e-7 |
ABI
ABI objects
Getter at block 22113788
endTime() view returns (uint256)
1724500800
merkleRoot() view returns (bytes32)
0xe0fa57a83274dc250511e4d98a8f1aae6def2b3cf5cab47ffea660702538bfbf
owner() view returns (address)
0xd0cfcf1899a749bf0398fc885db7ee0479c05efc
token() view returns (address)
0x0645bc5cdff2376089323ac20df4119e48e4bcc4
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 endTime_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
InvalidProof()
NoWithdrawDuringClaim()