ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 450 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 49 additional slots
-
variable spans 49 additional slots
0xecad…568a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- | |
PAS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18869013 | a year ago | | | 0 | 0.0062724731 | |
| 17499465 | a year ago | | | 0 | 0.0025854890 | |
| 16784507 | 2 years ago | | | 0 | 0.0048520330 | |
| 16751213 | 2 years ago | | | 0 | 0.00078459105 | |
| 16719278 | 2 years ago | | | 0 | 0.013491417 | |
| 16659819 | 2 years ago | | | 0 | 0.0035680196 | |
| 16476556 | 2 years ago | | | 0 | 0.0021785165 | |
| 16426423 | 2 years ago | | | 0 | 0.0033910526 | |
| 16407207 | 2 years ago | | | 0 | 0.0025409525 | |
| 16391739 | 2 years ago | | | 0 | 0.011970056 |
ABI
ABI objects
Getter at block 21215411 proxiableUUID() view returns (bytes32)
initialized() view returns (bool)
true
nft() view returns (address)
0xecad01594c02f791a6db4ca7edc48abd5f4b568a
owner() view returns (address)
0x5b9766c6c32097851f87b2cdb3330e0aaa233c0a
stakedTotal() view returns (uint256)
1898
stakingStartTime() view returns (uint256)
1669559663
tokensClaimable() view returns (bool)
false
Read-only
balanceOf(address _user) view returns (uint256)
checkTokenStakedPeriod(uint256 _tokenId) view returns (uint256)
checkTokenStakedPeriodForUser(uint256 _tokenId, address user_) view returns (uint256)
claimerAdresses(uint256) view returns (address)
getStakedTokens(address _user) view returns (uint256[] _tokenIds)
getTokensStakedForMoreThanAWeek(address user_) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakers(address) view returns (uint256 balance, uint256 rewardsReleased)
tokenOwner(uint256) view returns (address)
State-modifying
Events addClaimer(address _claimer)
changeNftAddress(address _nft)
changeOwner(uint256 _tokenId, address _newOwner)
claimReward(uint256 _tokenId, uint256 claimDays)
initStaking()
initialize(address _nft)
renounceOwnership()
stake(uint256 tokenId)
stakeBatch(uint256[] _tokenIds)
transferOwnership(address newOwner)
unstake(uint256 _tokenId)
unstakeBatch(uint256[] tokenIds)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address owner, uint256 amount)
Unstaked(address owner, uint256 amount)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.