Popcorn Royale
Verified contract
Active on
Base with 15,757 txns
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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22710327 | a day ago | | | 0 | 7.2882041e-7 | |
| 22700468 | a day ago | | | 0 | 7.2882041e-7 | |
| 22696533 | a day ago | | | 0 | 7.2863142e-7 | |
| 22649539 | 2 days ago | | | 0 | 7.2521555e-7 | |
| 22436156 | 7 days ago | | | 0 | 6.9295388e-7 | |
| 22354679 | 9 days ago | | | 0 | 2.8241889e-7 | |
| 22041314 | 17 days ago | | | 0 | 2.2274224e-7 | |
| 21995293 | 18 days ago | | | 0 | 3.6086700e-7 | |
| 21957503 | 18 days ago | | | 0 | 1.5189104e-7 | |
| 21927789 | 19 days ago | | | 0 | 7.2545414e-7 |
ABI
ABI objects
Getter at block 22754813
gamemasterAddress() view returns (address)
0x706673e0a6d3fc54a72c09464ac3c7922cd556a3
isBurnEnabled() view returns (bool)
false
isGameEnded() view returns (bool)
false
isMintable() view returns (bool)
false
name() view returns (string)
Popcorn Royale
owner() view returns (address)
0x0b274a3dd996b59bdb94418d982b4c3620a8c66a
symbol() view returns (string)
PR
totalSupply() view returns (uint256)
13244
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)
Mint(bytes32 _requesterFingerprint, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256)
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.