MerkleDistributorWithDeadline
Verified contract
Active on
Base with 1,310 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) |
---|---|---|---|---|---|---|---|
| 19233397 | 3 months ago | | | 0 | 1.5211609e-7 | |
| 18836220 | 4 months ago | | | 0 | 0.000000508620607488 | |
| 18776552 | 4 months ago | | | 0 | 4.3880940e-7 | |
| 18776512 | 4 months ago | | | 0 | 4.3871859e-7 | |
| 18773826 | 4 months ago | | | 0 | 0.000000408428019400 | |
| 18773444 | 4 months ago | | | 0 | 4.3886994e-7 | |
| 18744112 | 4 months ago | | | 0 | 3.9531026e-7 | |
| 18713754 | 4 months ago | | | 0 | 0.000000307762400000 | |
| 18682800 | 4 months ago | | | 0 | 4.3838561e-7 | |
| 18637303 | 4 months ago | | | 0 | 3.5348280e-7 |
ABI
ABI objects
Getter at block 23685535
endTime() view returns (uint256)
1724500800
merkleRoot() view returns (bytes32)
0xed176387083ddefed60c389fa63562b81b1181bb00cad5ef42c322bb9bfc097a
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()