The Coffee Club NFT

Verified contract

Active on Ethereum with 2,378 txns
Deployed by via 0x4920f891 at 15045906
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Coffee Club NFT"

0x5fdb7539663da62cdfe4f824002a2f01b5981c3226a60c39a64cee001494e817
0x6c655f354d73a661b8879c87b6f1a771247ee04a550c91e2a416f1dea0fdc651
0xabd86594af7630a21b079bcd34a3558dda20780112811d2bea29397cf31b107c
0x908ae25da5422ed7cd033f1c6a62b6d717f9a0867366642ad13c4c9672d6793e
0xc779e2c55f3d0669cbf8cfd8e1c3728317449fe03694e528fa88a6aa3e2f0c87
0x9edcfeac5631f2f9f948537b73c0e832af3482bb72492d094183b13ce5ac564b
0x7dcff65ce29a98a6da498dc3bef324678e31f2c75985b3a7d10f4842ea184bd1
0xccffc17b3ff366d1a75296978d76da842f4df20cbed8ff1172d781d76ea42485
0xabd0ecff797289727da70a1a83a2e84be61a67965740e2c1927eba99131aa723
0x472346a41ea11da560f67e8f17277ade9c27f667fa351dd78d9732b8ea857844

Functions
Getter at block 21065343
mintEnabled(view returns (bool)
true
name(view returns (string)
The Coffee Club NFT
owner(view returns (address)
0x46f3a3fa29fee8d45f01e9a199d361d8530ab43f
symbol(view returns (string)
CCLB
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
mintTo(address touint256 count
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
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
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(