Coffee Club
Verified contract
Active on
Ethereum with 318 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 "Coffee Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17642728 | a year ago | | | 0 | 0.0011358268 | |
| 16980054 | 2 years ago | | | 0 | 0.0023362500 | |
| 16980005 | 2 years ago | | | 0 | 0.0023362500 | |
| 16979928 | 2 years ago | | | 0 | 0.0023362500 | |
| 15836885 | 2 years ago | | | 0 | 0.00048766361 | |
| 15515623 | 2 years ago | | | 0 | 0.00067563544 | |
| 15223795 | 2 years ago | | | 0 | 0.00013604497 | |
| 15160195 | 2 years ago | | | 0 | 0.00026686906 | |
| 15147567 | 2 years ago | | | 0 | 0.00098228656 | |
| 15093322 | 2 years ago | | | 0 | 0.00051232156 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
flipSale()
mint(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()