QuotoPass

Verified contract

Implementation

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

No balances found for "QuotoPass"

No transactions found for "QuotoPass"


Functions
Getter at block 22763392
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
baseURI(view returns (string)
currentPhase(view returns (uint256)
0
 
drop(view returns (struct IQuotoPassDrop)
latestDrop(view returns (uint256)
0
maxSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
drops(uint256view returns (bytes32 merkleRootuint128 startTimeuint128 endTime)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
locked(uint256 tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
addDrop(bytes32 merkleRootuint256 maxMintuint128 startTimeuint128 endTime
addDrops(struct IQuotoPassDrop[] _dropsuint256 maxMint
approve(address touint256 tokenId
endDrop(uint256 index
initialize(address owner_string newBaseURI
mint(uint256 indexbytes32[] proof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateDrop(uint256 indexbytes32 merkleRootuint256 maxMintuint128 startTimeuint128 endTime
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURI(string baseURI
DropAdded(uint256 indexed indexbytes32 merkleRootuint256 mintableuint128 startTimeuint128 endTime
DropEnded(uint256 indexed indexuint256 unminteduint256 timestamp
DropUpdated(uint256 indexed indexbytes32 merkleRootuint256 mintableuint128 startTimeuint128 endTime
Initialized(uint64 version
Locked(uint256 tokenId
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unlocked(uint256 tokenId
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
ApprovalNotAllowed(
BurnNotAllowed(
DropClash(
DropCompleted(
DropNotStarted(
DropOngoing(
DropPending(
DropStarted(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
FailedInnerCall(
InvalidDrop(
InvalidInitialization(
MaxSupply(
NoDrops(
NotInitializing(
NotWhitelisted(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransferFromNotAllowed(
TransferNotAllowed(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot