Quantum
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
10 additional
variables
Balances ($0.00)
No balances found for "Quantum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Quantum"
ABI
ABI objects
Getter at block 21284068 getTokenLedger() view returns (address[3000]) totalSupply() view returns (uint256)
baseExtension() view returns (string)
baseURI() view returns (string)
isRevealed() view returns (bool)
false
name() view returns (string)
normalURI() view returns (string)
notRevealedUri() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
privateMintActive() view returns (bool)
false
privateSigner() view returns (address)
0x0000000000000000000000000000000000000000
privateSupply() view returns (uint16)
0
privateSupplyLimit() view returns (uint16)
0
publicMintActive() view returns (bool)
false
publicSupply() view returns (uint16)
0
publicSupplyLimit() view returns (uint16)
0
regularSigner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
whaleURI() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintingLedger(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recoverSigner(bytes32 _ethSignedMessageHash, bytes _signature) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLedger(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
verify(address _addr, bytes signature, address signer) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
initialize()
mint(bytes sig) payable
ownerMint(address _reciever, uint256[] tokenIds)
privateMint(bytes sig) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _base)
setBaseURI(string _newBaseURI)
setIsRevealed(bool _state)
setNormalURI(string _uri)
setNotRevealedURI(string _notRevealedURI)
setPrivateMintActive(bool _state)
setPrivateSigner(address _signer)
setPrivateSupplyLimit(uint16 _newLimit)
setPublicMintActive(bool _state)
setPublicSupplyLimit(uint16 _newLimit)
setRegularSigner(address _signer)
setWhaleURI(string _uri)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address[] _payees, uint256[] _shares)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
tokenMinted(address arg0, uint256 arg1)
This contract contains no constructor objects.
receive()
This contract contains no error objects.