ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 4,327 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
0x0cef…48fc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- | |
WBVS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155548 | 8 hours ago | | | 0 | 0.0015605118 | |
| 21151122 | a day ago | | | 0 | 0.0012667827 | |
| 21142876 | 2 days ago | | | 0 | 0.0015666752 | |
| 21140063 | 3 days ago | | | 0 | 0.00090933000 | |
| 21137153 | 3 days ago | | | 0 | 0.0022421453 | |
| 21135797 | 3 days ago | | | 0 | 0.0014173718 | |
| 21092422 | 9 days ago | | | 0 | 0.00070888939 | |
| 21085972 | 10 days ago | | | 0 | 0.0026440349 | |
| 21070278 | 12 days ago | | | 0 | 0.0012716283 | |
| 21055298 | 14 days ago | | | 0 | 0.00039493007 |
ABI
ABI objects
Getter at block 21158000 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
nft() view returns (address)
0x0cefc093a5b3964f3230d7de8dc07e3b531c48fc
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getStakedAmount(address owner) view returns (uint256)
getStakedIds(address owner) view returns (uint256[])
getTokenStakedTime(uint256 tokenId, address owner) view returns (uint256)
getTotalStakedTime(address owner) view returns (uint256 total)
hasRole(bytes32 role, address account) view returns (bool)
isTokenStaked(uint256 tokenId, address owner) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address owner, address _nft)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
stake(uint256[] tokenIds)
stakeFor(address nftOwner, uint256 firstID, uint256 lastID)
unstake(uint256[] tokenIds)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Staked(address indexed staker, uint256 indexed id, uint256 timestamp)
Unstaked(address indexed staker, uint256 indexed id, uint256 timestamp)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
MintingInProgress()
NotInitializing()
NotOwner()
StakedIndexNotFound(uint256 id)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)