Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BuzzerQuiz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9269358 | 10 months ago | | | 0 | 6.6923178e-7 | |
| 9269354 | 10 months ago | | | 0 | 3.1019162e-7 | |
| 9269351 | 10 months ago | | | 0 | 2.9845439e-7 | |
| 9269347 | 10 months ago | | | 0 | 3.2192884e-7 | |
| 9269344 | 10 months ago | | | 0 | 3.8061497e-7 | |
| 9269341 | 10 months ago | | | 0 | 2.9845439e-7 | |
| 9269337 | 10 months ago | | | 0 | 0.0000082397713 | |
| 9269334 | 10 months ago | | | 0 | 0.0000085638143 | |
| 9269330 | 10 months ago | | | 0 | 0.0000082397713 | |
| 9269326 | 10 months ago | | | 0 | 0.000012776373 |
ABI
ABI objects
Getter at block 22781036
closedByOwner() view returns (bool)
false
completedPlayersCount() view returns (uint16)
100
contractURI() view returns (string)
https://images.triviatech.gg/metadata/contract.json
epochStartId() view returns (uint8)
26
epochStartTimestamp() view returns (uint64)
1705328063
latestMintedAddress() view returns (address)
0x76919161d786b716fc467da45bb678354115a024
maxCompletedPlayers() view returns (uint16)
100
maxSupply() view returns (uint16)
500
numberOfQuizzes() view returns (uint8)
26
owner() view returns (address)
0xe4f1e560defacba58d08cdcca7d8ad34cd8136d9
secondsPerQuiz() view returns (uint8)
60
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
currentSupply(uint256) view returns (uint16)
getStatus(address user) view returns (uint64 _epochStartTimestamp, address _latestMintedAddress, uint16[26] _currentSupply, uint8 _epochStartId, uint16 _orderOfPlayersCompleted, bool _isGameClosedByOwner, bool _isGameClosedByCompleted, uint256[] balances)
isApprovedForAll(address account, address operator) view returns (bool)
orderOfPlayersCompleted(address) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events close()
mintTo(address _latestMintedAddress, uint256 _id, address _to)
open()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string uri)
setMaxCompletedPlayers(uint16 _maxCompletedPlayers)
setMaxSupply(uint16 _maxSupply)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ContractURIUpdated()
Minted(address user, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(uint16 _maxCompletedPlayers, uint16 _maxSupply, bool _closedByOwner, string _metadataURI, string _contractURI)
This contract contains no fallback and receive objects.
AlreadyGameClosed()
AlreadyMinted()
BlockedTokenTransfer()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
InvalidId(uint256 expectId, uint256 wrongId)
InvalidTimestamp(uint256 currentTimestamp, uint256 epochStartTimestamp)
MaxCompletedPlayersBelowCurrent(uint256 index)
MaxSupplyBelowCurrent(uint256 index)
OutOfSupply(uint256 id)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
WrongLatestMintedAddress(address latestMintedAddress, address wrongLatestMintedAddress)