CumulativeMerkleDistributor
Verified contract
Active on
Ethereum with 692 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INFT | ERC-20 | 29.773148M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19950827 | 6 months ago | | | 0 | 0.000075043200 | |
| 16500746 | 2 years ago | | | 0 | 0.0022436462 | |
| 16495455 | 2 years ago | | | 0 | 0.0018011122 | |
| 16495407 | 2 years ago | | | 0 | 0.0018032294 | |
| 16491437 | 2 years ago | | | 0 | 0.0018268702 | |
| 16475645 | 2 years ago | | | 0 | 0.0016521088 | |
| 16458007 | 2 years ago | | | 0 | 0.0016504787 | |
| 16408876 | 2 years ago | | | 0 | 0.0018521227 | |
| 16371635 | 2 years ago | | | 0 | 0.0026922473 | |
| 16371628 | 2 years ago | | | 0 | 0.0027926589 |
ABI
ABI objects
Getter at block 21305204
infinityToken() view returns (address)
0xbada557cdfa4f5a45bf7fed3cbb40db567f9e9ad
merkleRootETH() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
merkleRootINFT() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0xb81819ef1e84f04b6eb7ad210677936688ba3123
Read-only
cumulativeETHClaimed(address) view returns (uint256)
cumulativeINFTClaimed(address) view returns (uint256)
State-modifying
Events claimETH(address account, uint256 cumulativeAmount, bytes32 expectedMerkleRoot, bytes32[] merkleProof)
claimINFT(address account, uint256 cumulativeAmount, bytes32 expectedMerkleRoot, bytes32[] merkleProof)
renounceOwnership()
setMerkleRootETH(bytes32 merkleRoot_)
setMerkleRootINFT(bytes32 merkleRoot_)
transferOwnership(address newOwner)
withdrawETH(address destination)
withdrawTokens(address destination, address currency, uint256 amount)
ERC20Withdrawn(address indexed destination, address indexed currency, uint256 amount)
ETHClaimed(address user, uint256 amount)
ETHMerkleRootUpdated(bytes32 oldRoot, bytes32 newRoot)
ETHWithdrawn(address indexed destination, uint256 amount)
INFTClaimed(address user, uint256 amount)
INFTMerkleRootUpdated(bytes32 oldRoot, bytes32 newRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_)
receive()
This contract contains no error objects.