TokenVesting
Verified contract
Active on
Ethereum with 976 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FFF | ERC-20 | 61.505749M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14901075 | 2 years ago | | | 0 | 0.0049111753 | |
| 14843199 | 3 years ago | | | 0 | 0.0030650196 | |
| 14804781 | 3 years ago | | | 0 | 0.0025566401 | |
| 14804641 | 3 years ago | | | 0 | 0.0032812272 | |
| 14792907 | 3 years ago | | | 0 | 0.0075931313 | |
| 14792907 | 3 years ago | | | 0 | 0.0061028552 | |
| 14704109 | 3 years ago | | | 0 | 0.0095251214 | |
| 14695303 | 3 years ago | | | 0 | 0.0079719293 | |
| 14692537 | 3 years ago | | | 0 | 0.0064467762 | |
| 14684203 | 3 years ago | | | 0 | 0.0059333648 |
ABI
ABI objects
Getter at block 21299690
getToken() view returns (address)
0xc16b2419494ae0604432297d40cdf0e8d68de8d6
getVestingSchedulesCount() view returns (uint256)
238
getVestingSchedulesTotalAmount() view returns (uint256)
61088305373220642541730000
getWithdrawableAmount() view returns (uint256)
417443638854166684444456
owner() view returns (address)
0x1d3d291151729999d2d3a43778ad33079e181c57
Read-only
computeNextVestingScheduleIdForHolder(address holder) view returns (bytes32)
computeReleasableAmount(bytes32 vestingScheduleId) view returns (uint256)
computeVestingScheduleIdForAddressAndIndex(address holder, uint256 index) pure returns (bytes32)
getLastVestingScheduleForHolder(address holder) view returns (struct TokenVestingVestingSchedule)
getVestingIdAtIndex(uint256 index) view returns (bytes32)
getVestingSchedule(bytes32 vestingScheduleId) view returns (struct TokenVestingVestingSchedule)
getVestingScheduleByAddressAndIndex(address holder, uint256 index) view returns (struct TokenVestingVestingSchedule)
getVestingSchedulesCountByBeneficiary(address _beneficiary) view returns (uint256)
State-modifying
Events createVestingSchedule(address _beneficiary, uint256 _start, uint256 _cliff, uint256 _duration, uint256 _slicePeriodSeconds, bool _revocable, uint256 _amount)
release(bytes32 vestingScheduleId, uint256 amount)
renounceOwnership()
revoke(bytes32 vestingScheduleId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(uint256 amount)
Revoked()
constructor(address token_)
fallback()
receive()
This contract contains no error objects.