Quantum Creatures

Verified contract

Active on Ethereum with 324 txns
Deployed by via 0x4a5e206f at 17988479
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $202.07
0x5368bc6f0ccfe2fadd0585aeaec32020ee755bebd880103713c06cbbcd77af1c
0xd69c1996957bd0efcaeba57b3433eab83eac977061dadcd134f62afafecc9464
0x0961f464f5a8ed40514a183bbc9cc9bfceb648180906ae68d810710c1b0608df
0xcfbf1f679aa18dc5bbae3bbf6b5e3a67c0867c03964e3ac8d24b9b7bffeaff10
0x06b91ee2fe0a60284e83090be2c8a1f18bdd5ebbf46460ef2565e1fc2c109489
0xdfe13852ead2b415d6778fd94ff0bbf3264c6a6bda743a1d0670448954e252af
0x30e6a3c2c6a7b779c07d4754df4b6b65609f079ed30113fe3201386e4e697baa
0x29473a839993ec1acab5313db4c505b08df9bf48b323b4bf44e1ebe795e4e3a9
0x5e801288307b6eeabcf9a1a307d29719a2d60b6032f47fc251f16d2ba2e7ed7b
0x2d412863b2e3e49196251654ad5114ad72dbba27560c0214f782d4002822722f

Functions
Getter at block 20914237
getAllActiveBids(view returns (uint256[])
[1]
 
getAllActiveListings(view returns (uint256[])
 
getAllActiveOffers(view returns (uint256[])
getTotalSupply(view returns (uint256)
662
holderSaleIsActive(view returns (bool)
true
maxPublicMints(view returns (uint256)
380
maxPurchase(view returns (uint256)
33
maxSupply(view returns (uint256)
777
mintPrice(view returns (uint256)
2000000000000000
mintProceeds(view returns (uint256)
80000000000000000
name(view returns (string)
Quantum Creatures
numBids(view returns (uint256)
1
ogAddress(view returns (address)
0x514d7700782fbb17d9b0e478c9b14329e1e23937
owner(view returns (address)
0x13ede5b6f7d3da059ae4b6c7ad0a8c254c70f6ca
publicMints(view returns (uint256)
76
royaltiesPercentage(view returns (uint256)
2
saleIsActive(view returns (bool)
true
symbol(view returns (string)
QCC
totalSupply(view returns (uint256)
662
Read-only
addressesThatMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
bidderToBids(addressuint256view returns (uint256)
bids(uint256view returns (uint256 amountaddress bidderbool isActive)
claimedSpys(uint256view returns (bool)
getActiveBidsForWallet(address walletview returns (uint256[])
getActiveListingsForWallet(address walletview returns (uint256[])
getActiveOffersForWallet(address walletview returns (uint256[])
getApproved(uint256 tokenIdview returns (address)
getWalletOfOwner(address ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
isSpyAvailable(uint256 _tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenListings(uint256view returns (bool isListedaddress selleruint256 price)
tokenOffers(uint256view returns (uint256 amountaddress bidderbool isActive)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptBid(uint256 _tokenIduint256 _bidIndex
acceptOffer(uint256 _tokenId
airdopMint(address[] _to
approve(address touint256 tokenId
buyToken(uint256 _tokenIdpayable 
holderFreeMint(uint256[] _spyIdsuint256 _count
listTokens(uint256[] _tokenIdsuint256[] _prices
mint(uint256 _countpayable 
ownerMint(address _touint256 _count
placeBid(payable 
placeOffer(uint256 _tokenIdpayable 
removeTokenListings(uint256[] _tokenIds
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPublicMints(uint256 _maxPublicMints
setMaxPurchase(uint256 _maxPurchase
setMintPrice(uint256 _mintPrice
setRoyaltiesPercentage(uint256 _newRoyaltiesPercentage
toggleHolderSaleStatus(
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawBid(uint256 _bidIndex
withdrawMintProceeds(
withdrawOffer(uint256 _tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
HolderSaleActivation(bool isActive
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SaleActivation(bool isActive
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(