Vesting
Verified contract
Active on
Ethereum with 4,153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($804.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPH | ERC-20 | 1.377616K | $0.584192 |
$804.79 | |
TLS | ERC-20 | 915.474347K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19086244 | 10 months ago | | | 0 | 0.0020023067 | |
| 17571793 | a year ago | | | 0 | 0.0052762872 | |
| 16895092 | 2 years ago | | | 0 | 0.00093160917 | |
| 16640430 | 2 years ago | | | 0 | 0.0020056300 | |
| 16555354 | 2 years ago | | | 0 | 0.00097332444 | |
| 15067007 | 2 years ago | | | 0 | 0.00035760779 | |
| 15067002 | 2 years ago | | | 0 | 0.00036384836 | |
| 14830463 | 2 years ago | | | 0 | 0.0022200400 | |
| 14824312 | 3 years ago | | | 0 | 0.0028103495 | |
| 14807863 | 3 years ago | | | 0 | 0.0021104370 |
ABI
ABI objects
Getter at block 21247916
token() view returns (address)
0x8888801af4d980682e47f1a9036e589479e835c5
Read-only
accountVestList(address, uint256) view returns (uint256 amount, uint256 vestPeriodInSeconds, uint256 creationTimestamp, uint256 withdrawnAmount)
getVestWithdrawableAmount(address account, uint256 vestIdx) view returns (uint256)
State-modifying
Events vest(address to, uint256 amount, uint256 vestPeriodInSeconds) returns (uint256 vestIdx)
withdrawVested(address account, uint256 vestIdx) returns (uint256 withdrawnAmount)
This contract contains no event objects.
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.