QuotoPass
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "QuotoPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "QuotoPass"
ABI
ABI objects
Getter at block 22763392 drop() view returns (struct IQuotoPassDrop)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
baseURI() view returns (string)
currentPhase() view returns (uint256)
0
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 owner) view returns (uint256)
drops(uint256) view returns (bytes32 merkleRoot, uint128 startTime, uint128 endTime)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
locked(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
addDrop(bytes32 merkleRoot, uint256 maxMint, uint128 startTime, uint128 endTime)
addDrops(struct IQuotoPassDrop[] _drops, uint256 maxMint)
approve(address to, uint256 tokenId)
endDrop(uint256 index)
initialize(address owner_, string newBaseURI)
mint(uint256 index, bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDrop(uint256 index, bytes32 merkleRoot, uint256 maxMint, uint128 startTime, uint128 endTime)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string baseURI)
DropAdded(uint256 indexed index, bytes32 merkleRoot, uint256 mintable, uint128 startTime, uint128 endTime)
DropEnded(uint256 indexed index, uint256 unminted, uint256 timestamp)
DropUpdated(uint256 indexed index, bytes32 merkleRoot, uint256 mintable, uint128 startTime, uint128 endTime)
Initialized(uint64 version)
Locked(uint256 tokenId)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(uint256 tokenId)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ApprovalNotAllowed()
BurnNotAllowed()
DropClash()
DropCompleted()
DropNotStarted()
DropOngoing()
DropPending()
DropStarted()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
FailedInnerCall()
InvalidDrop()
InvalidInitialization()
MaxSupply()
NoDrops()
NotInitializing()
NotWhitelisted()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferFromNotAllowed()
TransferNotAllowed()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)