TokenVestingV2
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TokenVestingV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15002987 | 2 years ago | | | 0 | 0.0060106668 |
ABI
ABI objects
Getter at block 21289989
getToken() view returns (address)
0x6b0b3a982b4634ac68dd83a4dbf02311ce324181
getTreasury() view returns (address)
0x89fb684c2f57112f153fed5954978b88c11f49e3
getVestingSchedulesCount() view returns (uint256)
0
getVestingSchedulesTotalAmount() view returns (uint256)
0
owner() view returns (address)
0x3c2b5589394e25548639bf87b60c867cd00dd4c5
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 TokenVestingV2VestingSchedule)
getVestingIdAtIndex(uint256 index) view returns (bytes32)
getVestingSchedule(bytes32 vestingScheduleId) view returns (struct TokenVestingV2VestingSchedule)
getVestingScheduleByAddressAndIndex(address holder, uint256 index) view returns (struct TokenVestingV2VestingSchedule)
getVestingSchedulesCountByBeneficiary(address _beneficiary) view returns (uint256)
State-modifying
Events createVestingSchedule(address _beneficiary, uint32 _start, uint32 _cliff, uint32 _duration, uint32 _slicePeriodSeconds, bool _revocable, uint128 _amount, uint128 _immediatelyReleasableAmount)
postConstruct(address token_, address treasury_)
release(bytes32 vestingScheduleId, uint128 amount)
renounceOwnership()
revoke(bytes32 vestingScheduleId)
setTreasury(address treasury_)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed _by, address indexed _to, bytes32 indexed _vestingScheduleId, uint256 _amount)
Revoked(address indexed _by, address indexed _beneficiary, bytes32 indexed _vestingScheduleId)
TreasuryUpdated(address indexed _by, address indexed _oldVal, address indexed _newVal)
Upgraded(address indexed implementation)
VestingScheduleCreated(address indexed _by, address indexed _beneficiary, bytes32 indexed _vestingScheduleId, struct TokenVestingV2VestingSchedule _schedule)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.