MerkleDistributor
Verified contract
Active on
Ethereum with 18,886 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 |
---|---|---|---|---|---|
BEEPLE | ERC-20 | 895K | -- | -- | |
TITAN | ERC-20 | 4.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14666808 | 3 years ago | | | 0 | 0.0026927840 | |
| 14347195 | 3 years ago | | | 0 | 0.0012792542 | |
| 14279859 | 3 years ago | | | 0 | 0.00060464000 | |
| 14057220 | 3 years ago | | | 0 | 0.012527892 | |
| 14045396 | 3 years ago | | | 0 | 0.016735899 | |
| 14044709 | 3 years ago | | | 0 | 0.014466030 | |
| 14036643 | 3 years ago | | | 0 | 0.0064400004 | |
| 14035467 | 3 years ago | | | 0 | 0.0045648600 | |
| 14028370 | 3 years ago | | | 0 | 0.0052966459 | |
| 14023378 | 3 years ago | | | 0 | 0.0062996636 |
ABI
ABI objects
Getter at block 21262541
creationTime() view returns (uint256)
[unknown]
merkleRoot() view returns (bytes32)
[unknown]
owner() view returns (address)
[unknown]
remainingClaimTime() view returns (uint256)
[unknown]
timelock() view returns (uint256)
[unknown]
timelockDuration() view returns (uint256)
[unknown]
token() view returns (address)
[unknown]
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
transferRemainingToOwner()
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.