MerkleDistributor
Verified contract
Active on
Ethereum with 194 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 | 97.18552K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14350294 | 3 years ago | | | 0 | 0.0035553736 | |
| 14172908 | 3 years ago | | | 0 | 0.0082593325 | |
| 13957393 | 3 years ago | | | 0 | 0.0090805680 | |
| 13934002 | 3 years ago | | | 0 | 0.0027796522 | |
| 13934002 | 3 years ago | | | 0 | 0.0066723136 | |
| 13875464 | 3 years ago | | | 0 | 0.0037114828 | |
| 13808353 | 3 years ago | | | 0 | 0.0038447004 | |
| 13658578 | 3 years ago | | | 0 | 0.0059413284 | |
| 13620620 | 3 years ago | | | 0 | 0.0080235873 | |
| 13568372 | 3 years ago | | | 0 | 0.0048981515 |
ABI
ABI objects
Getter at block 21280948
merkleRoot() view returns (bytes32)
0x8530b7d9fa3b1c9f92bd0ef5c14d8348f7ac472aac59cc87ef917ab6592639cc
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.