MerkleDistributor
Verified contract
Active on
Ethereum with 16 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 |
---|---|---|---|---|---|
WASABI | ERC-20 | 1.244066K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559228 | 4 months ago | | | 0 | 0.000028593207 | |
| 20559228 | 4 months ago | | | 0 | 0.000046125046 | |
| 16208332 | 2 years ago | | | 0 | 0.00063535333 | |
| 15375302 | 2 years ago | | | 0 | 0.00036872688 | |
| 15337413 | 2 years ago | | | 0 | 0.00029612440 | |
| 15158573 | 2 years ago | | | 0 | 0.00068365200 | |
| 15061382 | 2 years ago | | | 0 | 0.00053152487 | |
| 13863939 | 3 years ago | | | 0 | 0.0046732620 | |
| 13834543 | 3 years ago | | | 0 | 0.0021535936 | |
| 13822299 | 3 years ago | | | 0 | 0.0038460240 |
ABI
ABI objects
Getter at block 21403854
distributeDate() view returns (uint256)
1637755200
governance() view returns (address)
0x68284083acbabcb6da84f62ea341dd8c30500eee
merkleRoot() view returns (bytes32)
0xac9ee7b8aeb53029bda6059e848197ad1890779d114c2245a6c6c116dcb6b277
pause() view returns (bool)
false
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x896e145568624a498c5a909187363ae947631503
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events acceptGovernance()
claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
emergencyWithdraw(address transferTo)
setPause(bool _pause)
setPendingGovernance(address _pendingGovernance)
Claimed(uint256 index, address account, uint256 amount)
GovernanceUpdated(address governance)
PendingGovernanceUpdated(address pendingGovernance)
RewardClaimed(address indexed user, uint256 amount)
constructor(address token_, bytes32 merkleRoot_, uint256 distributeDate_, address governance_)
This contract contains no fallback and receive objects.
This contract contains no error objects.