WBVSNFTStaker
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WBVSNFTStaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WBVSNFTStaker"
ABI
ABI objects
Getter at block 21158000
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)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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)