MerkleDistributor
Verified contract
Active on
Ethereum with 6,895 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MerkleDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20417846 | 4 months ago | | | 0 | 0.00018281863 | |
| 20416525 | 4 months ago | | | 0 | 0.00024705684 | |
| 20408074 | 4 months ago | | | 0 | 0.00024879950 | |
| 20402397 | 4 months ago | | | 0 | 0.00010435851 | |
| 20392743 | 4 months ago | | | 0 | 0.00019348781 | |
| 20383627 | 4 months ago | | | 0 | 0.00063298507 | |
| 20376422 | 4 months ago | | | 0 | 0.00038939471 | |
| 20374773 | 4 months ago | | | 0 | 0.00032520421 | |
| 20372118 | 4 months ago | | | 0 | 0.00049802291 | |
| 20368714 | 4 months ago | | | 0 | 0.00043875186 |
ABI
ABI objects
Getter at block 21325684
merkleRoot() view returns (bytes32)
0x40deb5a885d0e475f7e3662f69b5febdac9dff2ee8f43de6626675827d44893a
owner() view returns (address)
0x4a4c7c5549359b9fff0137bb3ec4d48c4aa79cc7
token() view returns (address)
0x0495f34e72189f8a77ad47b2f747ea0ecafd313d
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
rescueERC20(address tokenAddress, address target)
transferOwnership(address newOwner)
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.