MerkleDistributor
Verified contract
Active on
Ethereum with 131 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) |
---|---|---|---|---|---|---|---|
| 11475801 | 4 years ago | | | 0 | 0.0016742151 | |
| 11475478 | 4 years ago | | | 0 | 0.0015443430 | |
| 11473235 | 4 years ago | | | 0 | 0.0020865500 | |
| 11470486 | 4 years ago | | | 0 | 0.0024967977 | |
| 11469881 | 4 years ago | | | 0 | 0.0096093240 | |
| 11468241 | 4 years ago | | | 0 | 0.0074825568 | |
| 11468218 | 4 years ago | | | 0 | 0.0061830721 | |
| 11468170 | 4 years ago | | | 0 | 0.0073885761 | |
| 11468071 | 4 years ago | | | 0 | 0.0071722120 | |
| 11467560 | 4 years ago | | | 0 | 0.0055440000 |
ABI
ABI objects
Getter at block 21215625
merkleRoot() view returns (bytes32)
0xd3e995f9974d47ed32685a49e6c83d28a4f268bdbd91c2711ab05893662086ed
owner() view returns (address)
0xb593d82d53e2c187dc49673709a6e9f806cdc835
token() view returns (address)
0xa1faa113cbe53436df28ff0aee54275c13b40975
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed withdrawer, uint256 amount)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.