MultiMerkleStash
Verified contract
Active on
Ethereum with 2,451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($61,212.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 23.128715K | $2.05 |
$47,413.86 | |
GNO | ERC-20 | 23.633275 | $264.83 |
$6,258.8 | |
SNX | ERC-20 | 2.472622K | $1.61 |
$3,980.92 | |
T | ERC-20 | 77.01721K | $0.02541 |
$1,956.99 | |
STG | ERC-20 | 4.895646K | $0.326521 |
$1,598.53 | |
LYRA | ERC-20 | 2.906204K | $0.000681 |
$1.98 | |
DAI | ERC-20 | 0.98 | $1.002 |
$0.98 | |
APEFI | ERC-20 | 3.516031K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20800520 | 2 months ago | | | 0 | 0.0010975855 | |
| 20789853 | 2 months ago | | | 0 | 0.00081059043 | |
| 20789829 | 2 months ago | | | 0 | 0.00090999872 | |
| 20151527 | 5 months ago | | | 0 | 0.00015395467 | |
| 18603843 | a year ago | | | 0 | 0.00085836369 | |
| 18454766 | a year ago | | | 0 | 0.0013324905 | |
| 18432802 | a year ago | | | 0 | 0.0011888429 | |
| 18381546 | a year ago | | | 0 | 0.00089639887 | |
| 18381545 | a year ago | | | 0 | 0.00046763393 | |
| 18362571 | a year ago | | | 0 | 0.00068192284 |
ABI
ABI objects
Getter at block 21171298
owner() view returns (address)
0x496e2d5697af7754acff7bb1175bbd0e76b8a0b9
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.