LunchbreakScoutPass
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LunchbreakScoutPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LunchbreakScoutPass"
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnTokenAndBuySeat(address user) payable
burnTokens(uint256 amount)
initialize(address initialOwner, uint256 initialTokenId, uint256 initialRate, string uri)
mintTokens() payable
pause()
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)
setRate(uint256 newRate)
setSeats(address newSeats)
setTokenId(uint256 newTokenId)
setURI(string newURI)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
AmountWithdrawn(address indexed account, uint256 amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RateSet(uint256 newRate)
ScoutingCompleted(address indexed scoutedUser)
SeatsSet(address newSeats)
TokenIdSet(uint256 newTokenId)
TokensBurned(address indexed account, uint256 amount)
TokensMinted(address indexed account, uint256 amount)
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)
URISet(string newURI)
Unpaused(address account)
This contract contains no constructor objects.
receive()
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)
EnforcedPause()
ExpectedPause()
FailedToWithdrawETH(address user, uint256 amount)
InvalidInitialization()
NotEnoughTokens(uint256 amount)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
WrongEtherValueSent(uint256 amount)
WrongRate(uint256 rate)