TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 227 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 48 additional slots
-
variable spans 49 additional slots
0xe4bb…ffb5
0xa1be…a632
0x0000…0000
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- | |
CRG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15965434 | 2 years ago | | | 0 | 0.0088992562 | |
| 15655503 | 2 years ago | | | 0 | 0.0017178926 | |
| 15653520 | 2 years ago | | | 0 | 0.0025276627 | |
| 15640786 | 2 years ago | | | 0 | 0.0038249716 | |
| 15630294 | 2 years ago | | | 0 | 0.0029380896 | |
| 15630291 | 2 years ago | | | 0 | 0.0029673793 | |
| 15630285 | 2 years ago | | | 0 | 0.0027776293 | |
| 15630282 | 2 years ago | | | 0 | 0.0029140409 | |
| 15630279 | 2 years ago | | | 0 | 0.0031564158 | |
| 15630268 | 2 years ago | | | 0 | 0.0017647796 |
ABI
ABI objects
Getter at block 21325207
ChronixNFT() view returns (address)
0xe4bb272ad26a05318009f7f769eb4d6fd24effb5
KitsNFT() view returns (address)
0xa1bec1b4180698d2a6c3a61b2b5382139d3fa632
PushersNFT() view returns (address)
0x0000000000000000000000000000000000000000
SECONDS_IN_DAY() view returns (uint256)
86400
depositPaused() view returns (bool)
false
getPotTaxOf() view returns (uint256)
0
getStakerPot() view returns (uint256)
0
owner() view returns (address)
0xcf214c32bb1da5b49dd7ea80119b89a50f4c7e98
pot() view returns (uint256)
0
signerAddress() view returns (address)
0x605dfab9628e69053b2a21440b951d1953a47306
stakingLaunched() view returns (bool)
true
Read-only
authorisedContracts(uint256) view returns (address)
genesisCheck(address staker) view returns (bool)
getAccumulatedAmount(address staker) view returns (uint256)
getCurrentReward(address staker) view returns (uint256)
getPotTax(address staker) view returns (uint256 amountEarned)
getStakerTokens(address staker) view returns (uint256[], uint256[])
getStakerYield(address staker) view returns (uint256)
getTokenYield(address contractAddress, uint256 tokenId) view returns (uint256)
isInfoSet(address contractAddress, uint256 tokenId) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(address contractAddress, uint256 tokenId) view returns (address)
traitsForContract(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
_transferOwnership(address newOwner)
authorise(address toAuth)
deposit(address contractAddress, uint256[] tokenIds, uint256[] tokenTraits, bytes signature)
emergencyWithdraw(address tokenAddress, uint256[] tokenIds)
getTax(uint256 amount)
initialize(address _crx, address _signerAddress, address _owner)
launchStaking()
pauseDeposit(bool _pause)
registerDeposit(address ownerOfToken, address contractAddress, uint256 currentId, uint256 tokensToMint)
setKITSContract(address _KITS)
setPUSHContract(address _PUSH)
setTraits(address contractAddress, uint256 tokenTraits)
unauthorise(address addressToUnAuth)
updateSignerAddress(address _signer)
withdraw(address contractAddress, uint256[] tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AutoDeposit(address indexed contractAddress, uint256 tokens, address indexed owner)
Deposit(address indexed staker, address contractAddress, uint256 tokensAmount)
Withdraw(address indexed staker, address contractAddress, uint256 tokensAmount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.