MerkleDistributor
Verified contract
Active on
Ethereum with 1,338 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 |
---|---|---|---|---|---|
COLLAR | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19069906 | 10 months ago | | | 0 | 0.0010024160 | |
| 19069906 | 10 months ago | | | 0 | 0.0025044617 | |
| 18783609 | a year ago | | | 0 | 0.0033415498 | |
| 18665339 | a year ago | | | 0 | 0.0029671459 | |
| 18202720 | a year ago | | | 0 | 0.00053466792 | |
| 18181317 | a year ago | | | 0 | 0.00027972328 | |
| 18181316 | a year ago | | | 0 | 0.00062582931 | |
| 18129779 | a year ago | | | 0 | 0.00097395343 | |
| 18103374 | a year ago | | | 0 | 0.00067690262 | |
| 17692857 | a year ago | | | 0 | 0.0033002159 |
ABI
ABI objects
Getter at block 21222354
merkleRoot() view returns (bytes32)
0xe173eda01b28c334c0265bf11a3fa3560c2c107c32d434b942391c448f8ade5b
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdaeada3d210d2f45874724beea03c7d4bbd41674
ownerUnlockTime() view returns (uint256)
1639147767
token() view returns (address)
0x6123b0049f904d730db3c36a31167d9d4121fa6b
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events acceptOwnership()
claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
nominateNewOwner(address _owner)
recoverERC20(address tokenAddress, uint256 tokenAmount)
Claimed(uint256 index, address account, uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
Recovered(address token, uint256 amount)
constructor(address _owner, address _token, bytes32 _merkleRoot, uint256 _daysUntilUnlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.