Proof of Cheese

Verified contract

Active on Ethereum with 9,256 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Proof of Cheese"

0x49952776598eb8b5b56edf58339721593e829ca9e478899c360b96a949b538bd
0x713fa7a80b60feac0f0f2659b2fb2a92cbec0b2a709b4efb900677cbe414ea0f
0xc7a8dc213589e441ce008a13125e9c22e58ac95b437ea7280aef7d1a978c05d8
0x75fafe6bb4089ef6acf08aec8215c559be09a32daaa1cbc62b83fabb61dfef7f
0x6f603a669b507d4c5dde8c9eadb6bb25cbffdd6af72d0b7e809c808a555f24e8
0x7f3ab617cc3c1ae4c4d6cce50892be73a93e11fe35f73e096e649d49d51299fe
0x638dc058008d09909acd897e4db8dfd4307ececb389f1e1a9c367444193a6ecd
From
0x3c239aed573a64f844e5e2f3f2f67f992d37fa00f44dbee83b4e63852ff996d0
From
0xf6f41837c6df057be57c79e6833f0cc3d032c1d09d62d1ba02e320408455b322
From
0x672c04b5bd36295004e8d3cfd15f3386b347aa6709903a69fe7a9fe8b67b9268

Functions
Getter at block 21290137
isPublicSale(view returns (bool)
true
name(view returns (string)
Proof of Cheese
owner(view returns (address)
0x3dbd1f687b0da8144de91d925d09fe46d6b49f0c
prerevealURL(view returns (string)
ipfs://bafybeib3xtkml47bz6zdziodrwy63izzsoje77pappt2urh6wf66ggwb7i
symbol(view returns (string)
POC
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintInfo(address buyeruint16 quantityview returns (struct MintInfo)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address addressToCheckview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint16 quantity
approve(address touint256 tokenIdpayable 
mint(uint16 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPublicSale(bool publicSaleActive
shouldAddJson(bool value
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(