Cheek

Verified contract

Active on Ethereum with 4,442 txns
Deployed by via 0x254b09f3 at 14617813
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Cheek"

0x142ac11287edc0047c824ec3dbc0109d1dce224303edb390721f78a8705ae98c
0x3b49990aa81cfa389bf0cfebace5a587a6dcedbcbcc5e092ad499a0dd30a4747
0x4de6e4e137348cae50b6ea05b5b08c2ee4ce13150173e4741afcddbc47078739
0x21193ebed863edb19116bbd316bc551a3c6dafbe50a4f4ce278bdd20e16e2393
From
0x1a1c1ca3b9ecc8b76d20f6c7a2e4f0f5d9549a1dc04e64d0314366c20ca6c804
From
0x345cc44eaba18cee24ccfa11f58631bf0cca408d13df5a95e070e4e31cf914d9
From
0x147410517031af3082648eb4ca1584c2c8fce1fbdf3e5e95965c8dfb443def4c
From
0xe4c91a9547a096eb1d1a31f471bd91e46b90f2d52d935a00ae2f016ecd4601de
0xf3e9b2f253cb8bd07545801f8e718d71a42bb2a16ec864a5dea1892276fbe68a
0xc91f56ba359e35ad5fc5519ecc26265576ef619a92ccc6084b724703b1e5b44e

Functions
Getter at block 21208747
MAX_PUBLIC_MINT(view returns (uint256)
5
MAX_RAFFLE_MINT(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
3888
PRICE(view returns (uint256)
80000000000000000
PROVENANCE(view returns (string)
c2c11792b67c5ac04372e37c3589f7109ac7ec6c23ad131abad9b14a0369569f
baseURI(view returns (string)
ipfs://bafybeidqxz77xqvz2ay4xec444et3ahvdrcfd7j2amzgrticfmzujzuoea/
getMintStatus(view returns (uint8)
5
merkleRootCheekList(view returns (bytes32)
0xabb474ac146487012ca472f1b811e2585835aa24d3bfb1c8ad30695a9b9629bc
merkleRootRaffleList(view returns (bytes32)
0x8983ae612808b6a0a1e1f99c9ad35e5e5b13d30addae462803358fd5e2735c9f
name(view returns (string)
Cheek
owner(view returns (address)
0x7d5ae3d772ab71d36235e0776417b7764a4d5a6b
paused(view returns (bool)
false
publicMintStartTimestamp(view returns (uint256)
1650610800
raffleMintStartTimestamp(view returns (uint256)
1650524400
raffleMintStopTimestamp(view returns (uint256)
1650603600
saleActive(view returns (bool)
true
startingIndex(view returns (uint256)
14633216
symbol(view returns (string)
CHEEK
ticketMintStartTimestamp(view returns (uint256)
1650438000
ticketMintStopTimestamp(view returns (uint256)
1650517200
totalSupply(view returns (uint256)
3888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isRaffleWinner(address addrbytes32[] proofview returns (bool)
isWhitelisted(address addrbytes32[] proofview returns (bool)
maxTicketMint(addressview returns (uint16)
ownerOf(uint256 tokenIdview returns (address)
publicMintAmount(addressview returns (uint16)
rafflelistMinted(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
ticketMintAmount(addressview returns (uint16)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
whitelistMinted(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
forceMint(uint16 numberOfTokens
mint(uint16 numberOfTokensbytes32[] proofpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string value
setCheeksListMerkleRoot(bytes32 value
setMintsLeft(struct CheekAddressWithAmount[] values
setRaffleListMerkleRoot(bytes32 value
setSaleState(bool value
setSaleTimes(uint256 newTicketMintStartTimestampuint256 newTicketMintStopTimestampuint256 newRaffleMintStartTimestampuint256 newRaffleMintStopTimestampuint256 newPublicMintStartTimestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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