MerkleDistributor
Verified contract
Active on
Ethereum with 209 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) |
---|---|---|---|---|---|---|---|
| 12623756 | 3 years ago | | | 0 | 0.00026666400 | |
| 12514394 | 4 years ago | | | 0 | 0.0019565040 | |
| 12514012 | 4 years ago | | | 0 | 0.00086025000 | |
| 12510749 | 4 years ago | | | 0 | 0.0029896380 | |
| 12510472 | 4 years ago | | | 0 | 0.0026253360 | |
| 12510112 | 4 years ago | | | 0 | 0.0020425440 | |
| 12509877 | 4 years ago | | | 0 | 0.0022469216 | |
| 12508918 | 4 years ago | | | 0 | 0.0026987060 | |
| 12508461 | 4 years ago | | | 0 | 0.0026992240 | |
| 12508284 | 4 years ago | | | 0 | 0.0016197080 |
ABI
ABI objects
Getter at block 21291020
merkleRoot() view returns (bytes32)
0xf835246777dc197f38c07bc12fc4a5ebb39f120425b0da5cdcf3b536f84f10c2
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)
deposit(uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
withdrawAllRewardTokens()
withdrawRewardTokens(uint256 _amount)
withdrawTokens(address _token, uint256 _amount)
Claimed(uint256 index, address account, uint256 amount)
Deposit(address indexed depositor, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawAllRewardTokens(address indexed withdrawer, uint256 amount)
WithdrawRewardTokens(address indexed withdrawer, uint256 amount)
WithdrawTokens(address indexed withdrawer, address token, uint256 amount)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.