MerkleDistributorWithDeadline
Verified contract
Active on
Ethereum with 7,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($68,653.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHFI | ERC-20 | 37.311798K | $1.84 |
$68,653.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20895721 | 2 months ago | | | 0 | 0.000062582100 | |
| 20850856 | 2 months ago | | | 0 | 0.00015055565 | |
| 20850856 | 2 months ago | | | 0 | 0.00015067685 | |
| 20850856 | 2 months ago | | | 0 | 0.00015055565 | |
| 20850856 | 2 months ago | | | 0 | 0.00015037385 | |
| 20850856 | 2 months ago | | | 0 | 0.00015049505 | |
| 20850856 | 2 months ago | | | 0 | 0.00015067685 | |
| 20850856 | 2 months ago | | | 0 | 0.00015061625 | |
| 20850856 | 2 months ago | | | 0 | 0.00015055565 | |
| 20850856 | 2 months ago | | | 0 | 0.00015055565 |
ABI
ABI objects
Getter at block 21245915
endTime() view returns (uint256)
1727128800
merkleRoot() view returns (bytes32)
0x21682e9f80005d980cfb755ee303ef4d25704aebfaac3062b20e32677c2ac0d4
owner() view returns (address)
0xff89c654846b2e4bc572ceabe77056daf7b299a3
token() view returns (address)
0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb
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()