MerkleDistributor
Verified contract
Active on
Ethereum with 2,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,614.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBC | ERC-20 | 777.808248K | $0.016218 |
$12,614.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191936 | 4 days ago | | | 0 | 0.0012573631 | |
| 21190196 | 5 days ago | | | 0 | 0.0012296497 | |
| 21171284 | 7 days ago | | | 0 | 0.0022155576 | |
| 21166992 | 8 days ago | | | 0 | 0.0031975374 | |
| 21166341 | 8 days ago | | | 0 | 0.0031859057 | |
| 21115436 | 15 days ago | | | 0 | 0.00070523368 | |
| 21002269 | a month ago | | | 0 | 0.00071950051 | |
| 20995209 | a month ago | | | 0 | 0.0011524209 | |
| 20899187 | a month ago | | | 0 | 0.00052759893 | |
| 20899081 | a month ago | | | 0 | 0.00049315772 |
ABI
ABI objects
Getter at block 21223449
merkleRoot() view returns (bytes32)
0x5fa4ad97a444daf1a86152d283c0ef0eed406d3a824a52f247c831aafaa61e4c
owner() view returns (address)
0xe5d47fc6186b77e314560adc435fb93495c35717
paused() view returns (bool)
false
token() view returns (address)
0x3330bfb7332ca23cd071631837dc289b09c33333
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
pauseExecution()
renounceOwnership()
sweepTokens(address _token, uint256 _amount, address _recipient)
transferOwnership(address newOwner)
unpauseExecution()
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SweepTokens(address token, uint256 amount, address recipient)
Unpaused(address account)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
InvalidProof()