TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 294 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x14a3…bac2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KYOKO | ERC-20 | 410.503136K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047680 | 19 days ago | | | 0 | 0.00042502965 | |
| 19818353 | 6 months ago | | | 0 | 0.00082080702 | |
| 19091450 | 10 months ago | | | 0 | 0.0018457244 | |
| 18595270 | a year ago | | | 0 | 0.0020840258 | |
| 17084397 | 2 years ago | | | 0 | 0.0041011763 | |
| 16979579 | 2 years ago | | | 0 | 0.0031804010 | |
| 16860043 | 2 years ago | | | 0 | 0.00096240977 | |
| 16854142 | 2 years ago | | | 0 | 0.0015059539 | |
| 16844765 | 2 years ago | | | 0 | 0.0021681443 | |
| 16739259 | 2 years ago | | | 0 | 0.0014544312 |
ABI
ABI objects
Getter at block 21186146
VESTING_FLAG() view returns (string)
nft_staking_rewards
getCurrentTime() view returns (uint256)
1731589871
owner() view returns (address)
0xd411279760f39f451e79ed609fd7d6729f87e92a
paused() view returns (bool)
false
vestingToken() view returns (address)
0x14a32f050facf226ec60882398a9bf36d91dbac2
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.