MultiMerkleStash
Verified contract
Active on
Ethereum with 44,766 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,879,157.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 246.34765K | $2.07 |
$509,939.64 | |
FXS | ERC-20 | 168.636389K | $2.26 |
$381,118.24 | |
TRIBE | ERC-20 | 275.587181K | $0.654722 |
$180,432.99 | |
ALCX | ERC-20 | 8.246183K | $17.57 |
$144,885.44 | |
LDO | ERC-20 | 61.547729K | $1.36 |
$83,704.91 | |
OGN | ERC-20 | 675.559158K | $0.099672 |
$67,334.33 | |
SPELL | ERC-20 | 73.785939M | $0.000732 |
$54,000.98 | |
DINERO | ERC-20 | 544.50655K | $0.090764 |
$49,421.59 | |
INV | ERC-20 | 1.568774K | $29.54 |
$46,341.59 | |
EURS | ERC-20 | 41.74082K | $1.081 |
$45,121.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156924 | 4 hours ago | | | 0 | 0.0011411916 | |
| 21156291 | 6 hours ago | | | 0 | 0.0010085712 | |
| 21155287 | 10 hours ago | | | 0 | 0.0026469602 | |
| 21153860 | 15 hours ago | | | 0 | 0.0079327501 | |
| 21151960 | 21 hours ago | | | 0 | 0.0014922634 | |
| 21148088 | a day ago | | | 0 | 0.00065580995 | |
| 21147834 | a day ago | | | 0 | 0.00061099892 | |
| 21147511 | a day ago | | | 0 | 0.0038186100 | |
| 21147354 | 2 days ago | | | 0 | 0.00060391592 | |
| 21146365 | 2 days ago | | | 0 | 0.00063507510 |
ABI
ABI objects
Getter at block 21158203
owner() view returns (address)
0x9d37a22cec2f6b3635c61c253d192e68e85b1790
Read-only
isClaimed(address token, uint256 index) view returns (bool)
merkleRoot(address) view returns (bytes32)
update(address) view returns (uint256)
State-modifying
Events claim(address token, uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimMulti(address account, struct MultiMerkleStashclaimParam[] claims)
transferOwnership(address newOwner)
updateMerkleRoot(address token, bytes32 _merkleRoot)
Claimed(address indexed token, uint256 index, uint256 amount, address indexed account, uint256 indexed update)
MerkleRootUpdated(address indexed token, bytes32 indexed merkleRoot, uint256 indexed update)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.