MerkleDistributorToken
Verified contract
Active on
Ethereum with 1,549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,889,873.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ILV | ERC-20 | 35.166981K | $53.74 |
$1,889,873.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268547 | 3 hours ago | | | 0 | 0.00076449176 | |
| 21268534 | 3 hours ago | | | 0 | 0.00079933425 | |
| 21265710 | 12 hours ago | | | 0 | 0.0017412394 | |
| 21265587 | 12 hours ago | | | 0 | 0.0027290363 | |
| 21265533 | 13 hours ago | | | 0 | 0.0036522369 | |
| 21264399 | 16 hours ago | | | 0 | 0.0016032488 | |
| 21264043 | 18 hours ago | | | 0 | 0.00092622570 | |
| 21261531 | a day ago | | | 0 | 0.00069304853 | |
| 21261520 | a day ago | | | 0 | 0.00074378727 | |
| 21259987 | a day ago | | | 0 | 0.00081452085 |
ABI
ABI objects
Getter at block 21269301 renounceOwnership() pure
endDate() view returns (uint256)
1725955200
isPaused() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xc457227370e38324d5284b6cb24d6bf413b94fff785df6ef90c0577403a9773a
owner() view returns (address)
0xbc83a1dcc9352f4c9aa7e9cf5a47e01d369df87a
startDate() view returns (uint256)
1718006400
underlying() view returns (address)
0x767fe9edc9e0df98e07454847909b5e959d7ca0e
Read-only
getClaimAmount(uint256 amount) view returns (uint256)
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, uint256 amount, bytes32[] proof)
pause(bool shouldPause)
recover(uint256 amount)
setMerkleRoot(bytes32 merkleRoot_)
transferOwnership(address newOwner)
Claimed(uint256 index, address indexed account, uint256 amount, uint256 claimed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address by)
Recovered(address by, uint256 amount)
SetMerkleRoot(address by, bytes32 merkleRoot)
Unpaused(address by)
constructor(address owner_, address underlying_, bytes32 merkleRoot_, uint256 startDate_, uint256 endDate_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
AlreadyPaused()
AlreadyUnpaused()
ClaimingTooEarly()
InvalidDate()
InvalidProof()
IsPaused()
ZeroAddress()
ZeroBytes()
ZeroDate()