MerkleDistributor
Verified contract
Active on
Ethereum with 13 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.257309K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20559306 | 2 months ago | | | 0 | 0.000047563839 | |
| 16208332 | 2 years ago | | | 0 | 0.00070613014 | |
| 15337413 | 2 years ago | | | 0 | 0.00029602040 | |
| 15158569 | 2 years ago | | | 0 | 0.00053335641 | |
| 15061390 | 2 years ago | | | 0 | 0.00052834174 | |
| 13874636 | 3 years ago | | | 0 | 0.0045182796 | |
| 13863939 | 3 years ago | | | 0 | 0.0046698180 | |
| 13847698 | 3 years ago | | | 0 | 0.0024556684 | |
| 13834211 | 3 years ago | | | 0 | 0.0025698238 | |
| 13822309 | 3 years ago | | | 0 | 0.0029505850 |
ABI
ABI objects
Getter at block 21085289
distributeDate() view returns (uint256)
1639569600
governance() view returns (address)
0x68284083acbabcb6da84f62ea341dd8c30500eee
merkleRoot() view returns (bytes32)
0x6313d9c0709856d33405bf5ba27f6833b3c550c004c6acdf6467dca2fdf4cc2c
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.