TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 460 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KYOKO | ERC-20 | 7.594223M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047625 | a month ago | | | 0 | 0.00066032403 | |
| 20330761 | 4 months ago | | | 0 | 0.00060862500 | |
| 20266026 | 5 months ago | | | 0 | 0.00039286690 | |
| 19818358 | 7 months ago | | | 0 | 0.00076666253 | |
| 19736554 | 7 months ago | | | 0 | 0.0010541854 | |
| 19639647 | 7 months ago | | | 0 | 0.0022823617 | |
| 19506323 | 8 months ago | | | 0 | 0.0034983900 | |
| 19490178 | 8 months ago | | | 0 | 0.0034851527 | |
| 19399743 | 9 months ago | | | 0 | 0.0065472116 | |
| 19339642 | 9 months ago | | | 0 | 0.0074431790 |
ABI
ABI objects
Getter at block 21276784
MAX_TOKEN_ID() view returns (uint256)
359
TOKEN_PER_NFT() view returns (uint256)
100000000000000000000000
durationSecond() view returns (uint64)
47433600
getCurrentTime() view returns (uint256)
1732682723
nftAddr() view returns (address)
0x6d575f0314516367c9bd650f4f81ec127fbae79d
owner() view returns (address)
0x06486ffd2dc72e0102619cd8ef73b80ffb8ad804
paused() view returns (bool)
false
startTimestamp() view returns (uint64)
1660003200
token() view returns (address)
0x14a32f050facf226ec60882398a9bf36d91dbac2
Read-only
released(address user) view returns (uint256)
tokenIdClaimed(uint256) view returns (uint256)
userClaimed(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim()
initialize(address _token, address _nftAddr, uint64 _startTimestamp, uint64 _durationSeconds)
pause()
renounceOwnership()
setDurationSecond(uint64 _durationSecond)
setStartTimestamp(uint64 _startTimestamp)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claim(address indexed user, uint256 timestamp, uint256 indexed nftBalanceOf, uint256 totalCanCalimedAmount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.