MerkleDistributorWithDeadline
Verified contract
Active on
Ethereum with 4,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,003,410.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
F | ERC-20 | 67.207691M | $0.074447 |
$5,003,410.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21379302 | 10 hours ago | | | 0 | 0.0014919925 | |
| 21378198 | 14 hours ago | | | 0 | 0.0010031078 | |
| 21371624 | a day ago | | | 0 | 0.0011927788 | |
| 21371574 | 2 days ago | | | 0 | 0.0011805144 | |
| 21371034 | 2 days ago | | | 0 | 0.00093527488 | |
| 21370417 | 2 days ago | | | 0 | 0.0010225525 | |
| 21369643 | 2 days ago | | | 0 | 0.0015866812 | |
| 21366242 | 2 days ago | | | 0 | 0.0027671805 | |
| 21365324 | 2 days ago | | | 0 | 0.0029332215 | |
| 21365309 | 2 days ago | | | 0 | 0.0031018366 |
ABI
ABI objects
Getter at block 21382330
endTime() view returns (uint256)
1741255200
merkleRoot() view returns (bytes32)
0xad30af4800a19aa512567780dc3315b78a3864058e3580082a58d495f99b1c35
owner() view returns (address)
0x577b8d21c1d54b107ac048285cb1285f9f756555
token() view returns (address)
0x6e15a54b5ecac17e58dadeddbe8506a7560252f9
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()