TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 1,249 txns
Unified 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
0x9fde…66a6
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15073400 | 6 months ago | | | 0 | 0.0000010141066 | |
| 15065440 | 6 months ago | | | 0 | 0.0000010013864 | |
| 15060979 | 6 months ago | | | 0 | 0.0000010449422 | |
| 15059202 | 6 months ago | | | 0 | 0.0000015418741 | |
| 15059047 | 6 months ago | | | 0 | 9.1808013e-7 | |
| 15059042 | 6 months ago | | | 0 | 0.0000010056631 | |
| 15041228 | 6 months ago | | | 0 | 0.0000010449422 | |
| 15041212 | 6 months ago | | | 0 | 0.0000010612591 | |
| 15038305 | 6 months ago | | | 0 | 0.0000010612591 | |
| 15037439 | 6 months ago | | | 0 | 0.0000010449422 |
ABI
ABI objects
Getter at block 22948639
coolDownTime() view returns (uint256)
86400
nftContract() view returns (address)
0x9fde194ae83aed15dfc77be30552fb8651b366a6
nftContractRewardDecimals() view returns (uint256)
1000000000000
owner() view returns (address)
0x44e156cbb4506cee55a96b45d10a77806e012469
Read-only
getCoolDownTimePerNFT(uint256 nftID) view returns (uint256)
lastPlayed(uint256) view returns (uint256)
pointRewards(uint256) view returns (uint256)
random(uint256 seed, uint256 min, uint256 max) view returns (uint256)
random2(uint256 seed, uint256 min, uint256 max) view returns (uint256)
timeRewards(uint256) view returns (uint256)
State-modifying
Events initialize(address _nftContract)
play(uint256 nftID, uint256 seed) returns (uint256 points, uint256 timeExtension)
renounceOwnership()
setGlobalCoolDownTime(uint256 _coolDownTime)
setPointRewards(uint256[] _pointRewards)
setTimeRewards(uint256[] _timeRewards)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()