MerkleBox
Verified contract
Active on
Ethereum with 2,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MET | ERC-20 | 1.234432M | $0.577659 |
$713,080.48 | |
VSP | ERC-20 | 39.156379K | $0.253599 |
$9,930.02 | |
VSPT | ERC-20 | 0.551 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20443197 | 4 months ago | | | 0 | 0.00033927024 | |
| 20407300 | 4 months ago | | | 0 | 0.00018042927 | |
| 20391979 | 4 months ago | | | 0 | 0.00030669555 | |
| 20374914 | 4 months ago | | | 0 | 0.00042452480 | |
| 20314392 | 4 months ago | | | 0 | 0.0016094161 | |
| 20281242 | 5 months ago | | | 0 | 0.00024311415 | |
| 20272800 | 5 months ago | | | 0 | 0.00024850358 | |
| 20097072 | 5 months ago | | | 0 | 0.00052166913 | |
| 20065929 | 6 months ago | | | 0 | 0.00076937172 | |
| 19811614 | 7 months ago | | | 0 | 0.0010248474 |
ABI
ABI objects
Getter at block 21292254
LOCKING_PERIOD() view returns (uint256)
2592000
claimGroupCount() view returns (uint256)
62
Read-only
claimGroupIds(address, uint256) view returns (uint256)
getClaimGroupIds(address owner) view returns (uint256[] ids)
holdings(uint256) view returns (address owner, address erc20, uint256 balance, bytes32 merkleRoot, uint256 withdrawUnlockTime, string memo)
isClaimable(uint256 claimGroupId, address account, uint256 amount, bytes32[] proof) view returns (bool)
leafClaimed(uint256, bytes32) view returns (bool)
State-modifying
Events addFunds(uint256 claimGroupId, uint256 amount)
addFundsWithPermit(uint256 claimGroupId, address funder, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
claim(uint256 claimGroupId, address account, uint256 amount, bytes32[] proof)
newClaimsGroup(address erc20, uint256 amount, bytes32 merkleRoot, uint256 withdrawUnlockTime, string memo) returns (uint256)
withdrawFunds(uint256 claimGroupId, uint256 amount)
MerkleClaim(address indexed account, address indexed erc20, uint256 amount)
MerkleFundUpdate(address indexed funder, bytes32 indexed merkleRoot, uint256 claimGroupId, uint256 amount, bool withdraw)
NewMerkle(address indexed sender, address indexed erc20, uint256 amount, bytes32 indexed merkleRoot, uint256 claimGroupId, uint256 withdrawUnlockTime, string memo)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.