VestingMerkleDistributor
Verified contract
Active on
Ethereum with 10,801 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 |
---|---|---|---|---|---|
SAIL | ERC-20 | 46.921908M | $0.003623 |
$169,994.32 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276481 | 14 minutes ago | | | 0 | 0.00037891054 | |
| 21274647 | 6 hours ago | | | 0 | 0.00088640632 | |
| 21268007 | a day ago | | | 0 | 0.00068004219 | |
| 21265519 | 2 days ago | | | 0 | 0.0025074240 | |
| 21264966 | 2 days ago | | | 0 | 0.0011738807 | |
| 21263468 | 2 days ago | | | 0 | 0.00061738630 | |
| 21263069 | 2 days ago | | | 0 | 0.00058788395 | |
| 21262649 | 2 days ago | | | 0 | 0.00046333507 | |
| 21257735 | 3 days ago | | | 0 | 0.0011882694 | |
| 21252716 | 3 days ago | | | 0 | 0.00077528867 |
ABI
ABI objects
Getter at block 21276547
MERKLE_ROOT() view returns (bytes32)
0x6987609b670a5eadcc30063a16e7d20ea075cea27f69a472d743cb54b13b7496
TOKEN_ADDRESS() view returns (address)
0xd8f1460044925d2d5c723c7054cd9247027415b7
fractionVested() view returns (uint8)
206
getVestingStartAndEnd() view returns (uint256 vestingStart, uint256 vestingEnd)
(vestingStart=1630479600, vestingEnd=1756710000)
Read-only
getClaimAmount(uint256 index) view returns (uint8)
State-modifying
Events claimVested(uint256 index, address account, uint256 tokenGrant, bytes32[] merkleProof)
Claimed(address indexed account, uint256 amount)
constructor(address token, bytes32 merkleRoot, uint256 startTimestamp, uint256 endTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.