ryoMerkleDistributor
Verified contract
Active on
Ethereum with 28,123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28,880.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RYOSHI | ERC-20 | 4.125829T | $0.00 |
$28,880.81 | |
REDPANDA | ERC-20 | 3.814328T | -- | -- | |
ROSHI | ERC-20 | 796.895184B | -- | -- | |
HQG | ERC-20 | 2.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152845 | a day ago | | | 0 | 0.0014189294 | |
| 21120462 | 6 days ago | | | 0 | 0.0011940728 | |
| 21099747 | 9 days ago | | | 0 | 0.00056744883 | |
| 21075044 | 12 days ago | | | 0 | 0.00097850873 | |
| 21023860 | 19 days ago | | | 0 | 0.00098789757 | |
| 21022267 | 20 days ago | | | 0 | 0.0024125312 | |
| 21019171 | 20 days ago | | | 0 | 0.00082351072 | |
| 21017467 | 20 days ago | | | 0 | 0.00087004483 | |
| 21015885 | 21 days ago | | | 0 | 0.0013207793 | |
| 21011774 | 21 days ago | | | 0 | 0.00022951497 |
ABI
ABI objects
Getter at block 21163361
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x88a56701a6df67d593f708d81fcd41ab3c6cd70d4c55ddba20f1853959c85788
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x777e2ae845272a2f540ebf6a3d03734a5a8f618e
week() view returns (uint32)
10
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimOwnership()
freeze()
transferOwnership(address newOwner, bool direct, bool renounce)
unfreeze()
updateMerkleRoot(bytes32 _merkleRoot)
Claimed(uint256 index, uint256 amount, address indexed account, uint256 indexed week)
MerkleRootUpdated(bytes32 indexed merkleRoot, uint32 indexed week)
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.