TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,573 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
0x175b…6249
0x2b33…ff1e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- | |
QRKS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20443575 | 3 months ago | | | 0 | 0.0071543431 | |
| 19163648 | 9 months ago | | | 0 | 0.0080307139 | |
| 19078157 | 9 months ago | | | 0 | 0.021383941 | |
| 19066975 | 9 months ago | | | 0 | 0.0027850154 | |
| 18914880 | 10 months ago | | | 0 | 0.010610803 | |
| 18544244 | a year ago | | | 0 | 0.014384928 | |
| 18214687 | a year ago | | | 0 | 0.0019969951 | |
| 18072062 | a year ago | | | 0 | 0.016251971 | |
| 18048970 | a year ago | | | 0 | 0.010541874 | |
| 18048964 | a year ago | | | 0 | 0.017447396 |
ABI
ABI objects
Getter at block 21127681 getStakerAddresses() view returns (address[])
owner() view returns (address)
0xab359600eb635c51d52df927aaea9534608c0d06
placeholderNft() view returns (address)
0x175b3eba3b1c2c366ccf164c178b182b9b716249
rewardNft() view returns (address)
0x2b33cd745211eb6f3c6edf62bcd40fad0ca2ff1e
Read-only
claimedNfts(uint256) view returns (bool)
getPlaceholderTokenIds(address _user) view returns (uint256[] tokenIds)
getStakedTimestamps(address _user) view returns (uint256[] timestamps)
getStakedTokens(address _user) view returns (uint256[] tokenIds)
isTokenStaked(uint256 _tokenId) view returns (bool)
stakedNfts(uint256) view returns (address)
tokenIdToCollectionIndex(uint256 _tokenId) pure 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
initialize(uint256 _stakeMinimum, uint256 _stakeMaximum, uint256 _stakingPeriod, address _ownerAddress, address[] _stakedNfts, address _placeholderNftAddress, address _rewardNftAddress)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setStakeMaximum(uint256 _stakeMaximum)
stake(uint256[] _tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] _tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeSuccessful(uint256 tokenId, uint256 timestamp)
UnstakeSuccessful(uint256 tokenId, bool rewardClaimed)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.