CumulativeMerkleDrop
Verified contract
Active on
Ethereum with 16,470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($230,084.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 802.3116K | $0.286777 |
$230,084.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154835 | a day ago | | | 0 | 0.00067200156 | |
| 21154823 | a day ago | | | 0 | 0.00072030445 | |
| 21150216 | 2 days ago | | | 0 | 0.0011003626 | |
| 21149251 | 2 days ago | | | 0 | 0.00057053803 | |
| 21149159 | 2 days ago | | | 0 | 0.00070926996 | |
| 21147664 | 2 days ago | | | 0 | 0.00044571354 | |
| 21141526 | 3 days ago | | | 0 | 0.00075320871 | |
| 21129171 | 5 days ago | | | 0 | 0.0012805235 | |
| 21108212 | 8 days ago | | | 0 | 0.00079228302 | |
| 21104285 | 8 days ago | | | 0 | 0.00042896333 |
ABI
ABI objects
Getter at block 21162486
merkleRoot() view returns (bytes32)
0x1f0e78efaad2af04a09ccce455c970ad39002c1aad1a9fb8dc4588fee62657d7
owner() view returns (address)
0x8d08a4cc146aafb7b9eb0f15761e6295d458e614
token() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
Read-only
cumulativeClaimed(address) view returns (uint256)
State-modifying
Events claim(address account, uint256 cumulativeAmount, bytes32 expectedMerkleRoot, bytes32[] merkleProof)
renounceOwnership()
setMerkleRoot(bytes32 merkleRoot_)
transferOwnership(address newOwner)
Claimed(address indexed account, uint256 amount)
MerkelRootUpdated(bytes32 oldMerkleRoot, bytes32 newMerkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.