This contract is being backfilled. You may encounter incomplete storage history.

CerealClub

Verified contract

Active on Ethereum with 21,277 txns
Deployed by via 0x3c503b92 at 14209042
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $128
0x6f73ca277205c560f79edc57784cc11eea659f1283e414ef5819beeb819c35ee
0x98e2c643b8f3fc4174968690d766828346516d1c1f2e2804d5ed9d9cf18efe93
From
0x43bbc2cf31cd99f38007b33ce5eb2c3faa958b54a8a9c29164a64d420dca266d
0x49bf660489bfd6d5e2dc45c1300bce3f8fed3cc390e3fdcd60e880316ab29c96
0xcab0c8028a69ca1e9bde249594d1ac486b8f235feda972bab218deb5cc1f3fe2
0xa78bdc2c61b78a14084a07329894f1d60d0473ef9f06c4087d727f0e2f942b99
0x34a350f47145792be315210f1c6a5a3594d47d0eaac9aaeaa08fe1aa533044d7
0xcd15f93ec93c93ad92cfca2a1e009b58313082e1a81b67d311ac84e679ccbe33
0xce085b34dff07cf204bfaa23d1b4661bc100904795d6f9c2219bb9e3a45458fd
0x121baa1995a959d2d6091c159e12450c7b2dcbac421a6344799aa4d1f56175d5

Functions
Getter at block 20799893
MAX_SUPPLY(view returns (uint256)
10000
getAuctionPrice(view returns (uint256)
500000000000000000
getMintSummary(view returns (struct CerealClubMintSummary summary)
(false, true, false, 500000000000000000, 50000000000000000, 1726933055, 10000, 9956, 7300, 0, 0)
getSalePrice(view returns (uint256)
50000000000000000
isAuctionActive(view returns (bool)
false
isPresaleActive(view returns (bool)
true
isPublicSaleActive(view returns (bool)
false
name(view returns (string)
CerealClub
owner(view returns (address)
0x239ce3b4bedc7b9b5e5efb1c3a45d54655e87c92
symbol(view returns (string)
CEREAL
totalSupply(view returns (uint256)
9956
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMintedPresale(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview 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)
tokensOf(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
auctionMint(uint256 quantitypayable 
marketingMint(uint256 quantity
pauseSale(
presaleMint(bytes sigpayable 
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAuctionMaxSupply(uint256 auctionMaxSupply
setBaseURI(string baseURI
setSalePrice(uint256 price
startAuction(
startPresale(uint256 price
startPublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AuctionStart(uint256 price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresaleStart(uint256 priceuint256 supplyRemaining
PublicSaleStart(uint256 priceuint256 supplyRemaining
SalePaused(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address verifier
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountNotWhitelisted(
AmountExceedsSupply(
AmountExceedsTransactionLimit(
AmountExceedsWhitelistLimit(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
IncorrectPayment(
InsufficientPayment(
MintToZeroAddress(
MintZeroQuantity(
OnlyExternallyOwnedAccountsAllowed(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
SaleInProgress(
SaleNotStarted(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnableDetermineTokenOwner(