MerkleDistributor
Verified contract
Active on
Ethereum with 94 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 |
---|---|---|---|---|---|
OOE | ERC-20 | 38.05376K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13875221 | 3 years ago | | | 0 | 0.0041649352 | |
| 13608157 | 3 years ago | | | 0 | 0.0086627275 | |
| 13459772 | 3 years ago | | | 0 | 0.0039858310 | |
| 13341466 | 3 years ago | | | 0 | 0.0028470701 | |
| 13326596 | 3 years ago | | | 0 | 0.0035535649 | |
| 13236556 | 3 years ago | | | 0 | 0.0032755680 | |
| 13236539 | 3 years ago | | | 0 | 0.0033478100 | |
| 13206460 | 3 years ago | | | 0 | 0.0035624000 | |
| 13143914 | 3 years ago | | | 0 | 0.0022389654 | |
| 13143914 | 3 years ago | | | 0 | 0.0018581850 |
ABI
ABI objects
Getter at block 21214813
merkleRoot() view returns (bytes32)
0x27b5bd5bb2b88ce09decf5a0cc6cf82e0f1725725f3badb7d24c1d18e0b5a104
owner() view returns (address)
0x89f2f964c6f1efd4cafad893ce9521096290fa94
token() view returns (address)
0x7778360f035c589fce2f4ea5786cbd8b36e5396b
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
rescueFunds(uint256 amount)
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.