LunchbreakScoutPass

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x27c61a8f at 22685819
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LunchbreakScoutPass"

No transactions found for "LunchbreakScoutPass"


Functions
Getter at block 22759671
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
rate(view returns (uint256)
0
seats(view returns (address)
0x0000000000000000000000000000000000000000
tokenId(view returns (uint256)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
burnTokenAndBuySeat(address userpayable 
burnTokens(uint256 amount
initialize(address initialOwneruint256 initialTokenIduint256 initialRatestring uri
mintTokens(payable 
pause(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setRate(uint256 newRate
setSeats(address newSeats
setTokenId(uint256 newTokenId
setURI(string newURI
transferOwnership(address newOwner
unpause(
withdraw(uint256 amount
Events
AmountWithdrawn(address indexed accountuint256 amount
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RateSet(uint256 newRate
ScoutingCompleted(address indexed scoutedUser
SeatsSet(address newSeats
TokenIdSet(uint256 newTokenId
TokensBurned(address indexed accountuint256 amount
TokensMinted(address indexed accountuint256 amount
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
URISet(string newURI
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
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
EnforcedPause(
ExpectedPause(
FailedToWithdrawETH(address useruint256 amount
InvalidInitialization(
NotEnoughTokens(uint256 amount
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
WrongEtherValueSent(uint256 amount
WrongRate(uint256 rate