TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,417 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xae2d…a41a
0x2231…86a1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- | |
CWOGS1 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19820541 | 7 months ago | | | 0 | 0.0018453491 | |
| 19819757 | 7 months ago | | | 0 | 0.0011850777 | |
| 19818518 | 7 months ago | | | 0 | 0.0014964405 | |
| 19813830 | 7 months ago | | | 0 | 0.00078004970 | |
| 19812802 | 7 months ago | | | 0 | 0.0014828228 | |
| 19810418 | 7 months ago | | | 0 | 0.0015120229 | |
| 19808884 | 7 months ago | | | 0 | 0.00084783001 | |
| 19806261 | 7 months ago | | | 0 | 0.00069815387 | |
| 19803633 | 7 months ago | | | 0 | 0.0011808569 | |
| 19801267 | 7 months ago | | | 0 | 0.0011840110 |
ABI
ABI objects
Getter at block 21315106
finalTimestamp() view returns (uint256)
1715157000
largeNft() view returns (address)
0x22318dc6db1ba94a7a1b32437e7867cc415286a1
owner() view returns (address)
0xc964487aa09262457984207d8461a2399a871d0e
paused() view returns (bool)
true
rewardPeriod() view returns (uint256)
86400
smallNft() view returns (address)
0xae2dfbddef17998a638b26b38aafd7e4625ca41a
Read-only
getRewardLarge(address account) view returns (uint256)
getRewardSmall(address account) view returns (uint256)
getStakedTokensLarge(address account) view returns (uint256[])
getStakedTokensSmall(address account) 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
initialiseLargeNft(address largeNft_)
initialiseSmallNft(address smallNft_)
initialize(address owner, uint256 finalTimestamp_, address smallNft_, address largeNft_, uint256 rewardPeriod_)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
setFinalTimestamp(uint256 finalTimestamp_)
stake(uint256[] tokenIdsSmall, uint256[] tokenIdsLarge)
transferOwnership(address newOwner)
unpause()
unstake(uint256[] tokenIdsSmall, uint256[] tokenIdsLarge)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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()
This contract contains no error objects.