KyokoVesting
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "KyokoVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KyokoVesting"
ABI
ABI objects
Getter at block 21189669
VESTING_FLAG() view returns (string)
nft_staking_rewards
getCurrentTime() view returns (uint256)
1731632399
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
vestingToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
queryTokenVestingAmount(address _beneficiary, uint256 _index) view returns (uint256 allVestedAmount, uint256 pendingVestedAmount)
queryTokenVestingInfo(address _beneficiary) view returns (struct KyokoVestingVestingInfo[])
queryTokenVestingsAmount(address _beneficiary) view returns (uint256 allVestedAmount, uint256 pendingVestedAmount)
State-modifying
Events grantListVestedTokens(struct KyokoVestingInitVestingInfo[] vestingInfoArray)
grantVestedTokens(address _beneficiary, uint256 _fullyVestedAmount, uint256 _startDate, uint256 _cliffSec, uint256 _durationSec, bool _isRevocable) returns (bool)
initialize(address _token)
modifyVestedTokens(address _beneficiary, uint256 _index, uint256 _fullyVestedAmount, uint256 _startDate, uint256 _cliffSec, uint256 _durationSec, bool _isRevocable)
pause()
removeVestedTokens(address _beneficiary, uint256 _index)
renounceOwnership()
restoreReleaseState(address _beneficiary, uint256 _index) returns (bool)
revokeVesting(address _beneficiary, uint256 _index) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
withdrawPendingVestingTokens(uint256 _index) returns (bool, uint256)
withdrawV2(address user, uint256 amount)
GrantVestedTokens(address indexed beneficiary, uint256 fullyVestedAmount, uint256 startDate, uint256 cliffSec, uint256 durationSec, bool isRevocable)
ModifyVestedTokens(address indexed beneficiary, uint256 fullyVestedAmount, uint256 startDate, uint256 cliffSec, uint256 durationSec, bool isRevocable)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveVestedTokens(address indexed beneficiary, uint256 index, uint256 fullyVestedAmount, uint256 withdrawnVestedAmount)
RestoreReleaseState(address indexed beneficiary, uint256 index)
RevokeVesting(address indexed beneficiary, uint256 index)
Unpaused(address account)
Withdraw(address indexed recipient, uint256 amount)
WithdrawPendingVestingTokens(uint256 indexed index, uint256 pendingVestedAmount, address indexed beneficiary, uint256 claimTimestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.