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 |
---|---|---|---|---|---|
STYX | ERC-20 | 326.07001M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740363 | 4 days ago | | | 0 | 0.000027339399 | |
| 22740335 | 4 days ago | | | 0 | 0.000027336104 | |
| 22740308 | 4 days ago | | | 0 | 0.000027352554 | |
| 22740270 | 4 days ago | | | 0 | 0.000025496634 | |
| 22740244 | 4 days ago | | | 0 | 0.000027396969 | |
| 22740213 | 4 days ago | | | 0 | 0.000027360864 | |
| 22740185 | 4 days ago | | | 0 | 0.000027326031 | |
| 22740158 | 4 days ago | | | 0 | 0.000027264257 | |
| 22740109 | 4 days ago | | | 0 | 0.000027173453 | |
| 22740071 | 4 days ago | | | 0 | 0.000027195676 |
ABI
ABI objects
Getter at block 22909168
getToken() view returns (address)
0x7189ee82bb6c5d966f3a090853f0ce4f77af7842
getVestingSchedulesCount() view returns (uint256)
20
getVestingSchedulesTotalAmount() view returns (uint256)
325928928844398148148148149
getWithdrawableAmount() view returns (uint256)
141081000000000000000000
owner() view returns (address)
0x37eafd895f1c00c62467a324c6f66a58467026e0
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)
revoke(bytes32 vestingScheduleId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address token_)
fallback()
receive()
This contract contains no error objects.