Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 299 additional slots
Balances ($0.00)
No balances found for "Wallet Royale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Wallet Royale"
ABI
ABI objects
Getter at block 23223014
gamemasterAddress() view returns (address)
0x706673e0a6d3fc54a72c09464ac3c7922cd556a3
isBurnEnabled() view returns (bool)
false
isGameEnded() view returns (bool)
false
isMintable() view returns (bool)
false
name() view returns (string)
Wallet Royale
owner() view returns (address)
0x0b274a3dd996b59bdb94418d982b4c3620a8c66a
symbol() view returns (string)
WR
totalSupply() view returns (uint256)
128
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEliminated(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) pure returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events AdminMintTo(address _recipient) returns (uint256)
AdminMintToWithFingerprint(address _recipient, bytes32 _requesterFingerprint, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256)
EliminateTicketRanges(uint16[] arr)
SetBurnEnabled(bool isEnabled)
SetGameEnded(bool isEnded)
SetMintable(bool isEnabled)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.