TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 141 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 |
---|---|---|---|---|---|
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- | |
YUYU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18825768 | a year ago | | | 0 | 0.0064591214 | |
| 18809218 | a year ago | | | 0 | 0.0048892767 | |
| 18802773 | a year ago | | | 0 | 0.0058352422 | |
| 18801774 | a year ago | | | 0 | 0.0061563151 | |
| 18784258 | a year ago | | | 0 | 0.0041250272 | |
| 18764284 | a year ago | | | 0 | 0.0060185988 | |
| 18763139 | a year ago | | | 0 | 0.0037673264 | |
| 18763059 | a year ago | | | 0 | 0.0083910929 | |
| 18762868 | a year ago | | | 0 | 0.0045604417 | |
| 18762581 | a year ago | | | 0 | 0.0025504047 |
ABI
ABI objects
Getter at block 21270958
owner() view returns (address)
0x0e814e05f6b55279f57d5e9908784231fad58a86
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 YuniStakingTokenOwner[])
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)
changeAdmin(address newAdmin)
implementation() returns (address)
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)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Staked(address indexed holderAddress, uint256[] tokenIDs)
Unstaked(address indexed holderAddress, uint256[] tokenIDs)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
CallerIsNotContractOwner()
CallerNotNFTOwner()
ContractIsNot721()
DirectStakingNotAllowed()
GlobalStakingPaused()
NFTNotStaked()
NotStakableContractAddress(address nftAddress)
RankNotMonotonic()
StakingPaused(address nftAddress)
TokenAlreadyStaked()