Proof of Cheese
Verified contract
Active on
Ethereum with 9,256 txns
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 "Proof of Cheese"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255765 | 5 days ago | | | 0 | 0.00043370617 | |
| 21105373 | a month ago | | | 0 | 0.00015781760 | |
| 21051123 | a month ago | | | 0 | 0.00039646862 | |
| 20733886 | 3 months ago | | | 0 | 0.00019888852 | |
| 20675447 | 3 months ago | | | 0 | 0.000076167512 | |
| 20602824 | 3 months ago | | | 0 | 0.000025879101 | |
| 20521675 | 3 months ago | | | 0 | 0.000067556394 | |
| 20505279 | 4 months ago | | | 0 | 0.000051234615 | |
| 20505278 | 4 months ago | | | 0 | 0.000051827198 | |
| 20158692 | 5 months ago | | | 0 | 0.00013587057 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintInfo(address buyer, uint16 quantity) view returns (struct MintInfo)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address addressToCheck) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint16 quantity)
approve(address to, uint256 tokenId) payable
mint(uint16 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSale(bool publicSaleActive)
shouldAddJson(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()