TokenVesting
Verified contract
Active on
Ethereum with 4,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($739.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPUME | ERC-20 | 1.737643M | $0.000426 |
$739.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17563221 | a year ago | | | 0 | 0.0011656054 | |
| 17520921 | a year ago | | | 0 | 0.0014005469 | |
| 17520919 | a year ago | | | 0 | 0.0019859458 | |
| 17501607 | a year ago | | | 0 | 0.0011546513 | |
| 17290019 | 2 years ago | | | 0 | 0.0043570077 | |
| 17176836 | 2 years ago | | | 0 | 0.0051605016 | |
| 17045464 | 2 years ago | | | 0 | 0.0029513280 | |
| 17028745 | 2 years ago | | | 0 | 0.0015351340 | |
| 17025235 | 2 years ago | | | 0 | 0.0018530797 | |
| 16965023 | 2 years ago | | | 0 | 0.0019128796 |
ABI
ABI objects
Getter at block 21258371
getToken() view returns (address)
0xa16a609ff4e1a15b6ccb469e7a5dd14e89305283
getVestingSchedulesCount() view returns (uint256)
1505
getVestingSchedulesTotalAmount() view returns (uint256)
1661819149913688018753821
getWithdrawableAmount() view returns (uint256)
75823895280503121142033
owner() view returns (address)
0x8662fce6adb676d663192de87b2a31758f7d6b97
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)
createVestingScheduleMultiple(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.