BuzzerQuiz

Verified contract

Active on Base with 3,791 txns
Deployed by via 0xd87b23bd at 9039635
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "BuzzerQuiz"

0x7b80bbe2916b547cd1710942e04eb61418e6b072be3e0f6525bd36ad2a174365
0xb9999c8a238b08f8409d202e53305aa9b820b5db88634f9162576e98082a41b2
0x02021e002cfbd49d8c87219318707076a1d41a615b147eeaa6705f10894cf6f7
0x3453d3ca110cce7f984fe1d539dfe800ff2109836e077f54d13936d732bf78ec
0x5f7080c70d3a5021028a51c5f7a6b05bde065cce06aafa1a4e4fd52aa23f9b4e
0xd33a96fa94a82186ac5c9c2124e38e58c6005da270b21d7a98b9367d501d473f
0x64ba14f13f00d7004b4db28c7ab973217420d2db149d6485c6a7cf33e6f4cf30
0x18927b282f1c0b84f77789766abc016bb8c1b54cf34428060774e37bce918d72
0xbb8a5d0f3145c6736194d2244bc81fc2f161cd78d68d54c1b017b6148e929995
0xfd7263947463a481726dbb88580ad315951f3f496cc3f9fc07551874a2de99d9

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
currentSupply(uint256view returns (uint16)
getStatus(address userview returns (uint64 _epochStartTimestampaddress _latestMintedAddressuint16[26] _currentSupplyuint8 _epochStartIduint16 _orderOfPlayersCompletedbool _isGameClosedByOwnerbool _isGameClosedByCompleteduint256[] balances)
isApprovedForAll(address accountaddress operatorview returns (bool)
orderOfPlayersCompleted(addressview returns (uint16)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
close(
mintTo(address _latestMintedAddressuint256 _idaddress _to
open(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string uri
setMaxCompletedPlayers(uint16 _maxCompletedPlayers
setMaxSupply(uint16 _maxSupply
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractURIUpdated(
Minted(address useruint256 id
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(uint16 _maxCompletedPlayersuint16 _maxSupplybool _closedByOwnerstring _metadataURIstring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyGameClosed(
AlreadyMinted(
BlockedTokenTransfer(
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
InvalidId(uint256 expectIduint256 wrongId
InvalidTimestamp(uint256 currentTimestampuint256 epochStartTimestamp
MaxCompletedPlayersBelowCurrent(uint256 index
MaxSupplyBelowCurrent(uint256 index
OutOfSupply(uint256 id
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
WrongLatestMintedAddress(address latestMintedAddressaddress wrongLatestMintedAddress