MerkleDistributorWithDeadline
Verified contract
Active on
Ethereum with 8,641 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,175,270.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.1757M | $0.999802 |
$2,175,269.21 | |
MTV | ERC-20 | 1K | $0.000993 |
$0.99 | |
GRG | ERC-20 | 0.025 | $1.19 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19641538 | 7 months ago | | | 0 | 0.0034201643 | |
| 19198477 | 9 months ago | | | 0 | 0.00065715069 | |
| 19198469 | 9 months ago | | | 0 | 0.00069829261 | |
| 19183358 | 9 months ago | | | 0 | 0.0015029760 | |
| 19183358 | 9 months ago | | | 0 | 0.0015057920 | |
| 18678923 | a year ago | | | 0 | 0.0037940551 | |
| 18677747 | a year ago | | | 0 | 0.0028040852 | |
| 18674644 | a year ago | | | 0 | 0.0032275355 | |
| 18674354 | a year ago | | | 0 | 0.0025397820 | |
| 18674242 | a year ago | | | 0 | 0.0027949015 |
ABI
ABI objects
Getter at block 21229522
endTime() view returns (uint256)
1701302400
merkleRoot() view returns (bytes32)
0x9ee0539d73438b73ef707d4e3d82762c6ec3c6f3b16876e6d9b28ef8ba44af15
owner() view returns (address)
0xfc43582532e90fa8726fe9cdb5fad48f4e487d27
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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()