Coffee Club

Verified contract

Active on Ethereum with 318 txns
Deployed by via 0x77750f9c at 14270452
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Coffee Club"

0x90879984c34108a8d0bfaf2e54cbcd3611c3be2477d7679d9cd780d602fcb99e
0xab541b7d2f41ae2013c0deed1862075875be6d7b98ec0b4f70c360ebbbe0e90b
0x09d79639e6b5a2f4b3726b89c2e205a4e83978aa4dbf5b7ae67dff25a05041ec
0x9872a669ec243590157d69355c613c3b5da3e8965e92dad20383da2cf54499ce
0x6202196ff5e20863f30a4066e25504c05eab9571e771cd3250f45a554da8abce
0x3bf9e3f81963ebbb8a2313ceed7d66de8f1d3c89bf3567e0dfc1a826ad5a472b
0x7a9b61d60053382941c046b9772088d2c1b6f00c256e670c71f6e0948cc99ecd
0xed6e76ea3944eb01e669548eb6e29b9971ea03133ec60c3ff5e166f764ca63b1
0x50059403c0972543e5f16de2be2df47a33c80a057c3c2b77d3f76deaa7d34ed8
0x51acb186b362c366b9bff64ba6f57f01143aacacdf42b053a59974c00bf937cb

Functions
Getter at block 21320339
MAX_SUPPLY(view returns (uint256)
1234
name(view returns (string)
Coffee Club
owner(view returns (address)
0xa8d9b5070441d3c2deb3f27bbf83c8ef2c3701bf
price(view returns (uint256)
80000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
COFFEE
totalSupply(view returns (uint256)
978
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
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
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
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(