TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 21,094 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x4303…3a34 | ERC-1555 | 1 | -- | -- | |
0x6172…076e | ERC-1555 | 1 | -- | -- | |
0x6213…6f50 | ERC-1555 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- | |
0x716f…f4aa | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21322025 | 7 minutes ago | | | 0 | 0.0027268500 | |
| 21321015 | 3 hours ago | | | 0 | 0.0023766336 | |
| 21320066 | 7 hours ago | | | 0 | 0.0012217090 | |
| 21319932 | 7 hours ago | | | 0 | 0.0010422013 | |
| 21319880 | 7 hours ago | | | 0 | 0.0016733054 | |
| 21319865 | 7 hours ago | | | 0 | 0.0011925634 | |
| 21319863 | 7 hours ago | | | 0 | 0.0012613779 | |
| 21317872 | 14 hours ago | | | 0 | 0.0025596640 | |
| 21316076 | 20 hours ago | | | 0 | 0.0045505709 | |
| 21316073 | 20 hours ago | | | 0 | 0.0044396738 |
ABI
ABI objects
Getter at block 21322056
owner() view returns (address)
0x20616cef3ebc8f7200df6182e52101fcaef4c8c7
paused() view returns (bool)
false
Read-only
disallowNewStaking(address) view returns (bool)
getStakedOwner(address nftContract, uint256 tokenId) view returns (address)
getStakedTokenIds(address nftContract, address holder, uint256 startIndex, uint256 endIndex) view returns (uint256[])
getTokenOwners(address nftContract, uint256 startIndex, uint256 endIndex) view returns (struct IOStakingTokenOwner[])
rankTime(address, uint256) view returns (uint256)
stakableContractAddresses(address) view returns (bool)
stakedOwner(address, uint256) view returns (address)
stakedTokenTime(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenOwnersCount(address nftContract, uint256 startIndex, uint256 endIndex) view returns (uint256)
totalBalanceOf(address nftContract, address holder, uint256 startIndex, uint256 endIndex) 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
changeOwnership(address newOwner)
emergencyReleaseToken(address nftContract, uint256[] tokenIds)
initialize(address ownerData)
onERC721Received(address operator, address, uint256, bytes) returns (bytes4)
setDisallowNewStake(address nftContract, bool state)
setPaused(bool pause)
setRanking(address nftContract, uint256[] rankTimeData)
stake(address nftContract, uint256[] tokenIds)
unstake(address nftContract, uint256[] tokenIds)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Staked(address indexed holderAddress, uint256[] tokenIDs)
Unstaked(address indexed holderAddress, uint256[] tokenIDs)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallerIsNotContractOwner()
CallerNotNFTOwner()
ContractIsNot721()
DirectStakingNotAllowed()
GlobalStakingPaused()
NFTNotStaked()
NotStakableContractAddress(address nftAddress)
RankNotMonotonic()
StakingPaused(address nftAddress)
TokenAlreadyStaked()