CumulativeMerkleDrop
Verified contract
Active on
Ethereum with 16,483 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($305,299.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 799.501123K | $0.381862 |
$305,299.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266647 | a day ago | | | 0 | 0.0023563398 | |
| 21264955 | a day ago | | | 0 | 0.0020691858 | |
| 21264125 | 2 days ago | | | 0 | 0.00079975489 | |
| 21259065 | 2 days ago | | | 0 | 0.00099200552 | |
| 21256620 | 3 days ago | | | 0 | 0.00088881986 | |
| 21254107 | 3 days ago | | | 0 | 0.00067353847 | |
| 21252138 | 3 days ago | | | 0 | 0.0011108350 | |
| 21251025 | 3 days ago | | | 0 | 0.0024468199 | |
| 21238874 | 5 days ago | | | 0 | 0.0013363740 | |
| 21225466 | 7 days ago | | | 0 | 0.00062078899 |
ABI
ABI objects
Getter at block 21275103
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.