The Catz

Verified contract

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

No balances found for "The Catz"

0xb779868625cca4938f7b4159f40f9f77c19a5d597240dff3038908b5a3dba37f
0x59266ba25ad8f5b19c1d7c6819dc42c52eee584a53c740dd27b7bb7369396ae2
0xc96870635bb596cf15473fb1f0836565f2a5b8572c1236e510b591ce050b1ad9
0x3dcd0b4b16b4d47af8425a889a21377d627825672f844422859b5e3d5505807b
0x7026bc1ac39727a3c780d04e28dbfa0ab20c49a1b3cce341cc47b78158e1b668
0xe8ca7b0f9793c233455144dff0767566e21539eb0afae9d3bbfff4dec2458865
0x117604f25b142db25c5c3423c3eefb3d228474ff6b64ffcd932dd5871a2ba678
0xb67b851f082ae74966a80500fbcd09304f6202ea8e9f4270a359734f52a4d307
0xd067437aad74bd8a897dda87c8508e57d67cf390e81763aeb65c97a243945c9b
0xfab0be7bb2ace2b4aa3cc8bf086dc74aa984ddfc9d92505c278d4a6583925026

Functions
Getter at block 20896912
baseURI(view returns (string)
https://ipfs.io/ipfs/QmRURegjFCeVv7z5DLSUMf8z1HydrFsBhtHuMrVv6FHLdH/
maxFreeAmount(view returns (uint256)
5555
maxFreePerWallet(view returns (uint256)
10
maxPerTx(view returns (uint256)
100
maxPerWallet(view returns (uint256)
100
maxSupply(view returns (uint256)
5555
mintEnabled(view returns (bool)
true
name(view returns (string)
The Catz
owner(view returns (address)
0x8ca932d3881b890dd7f3354203a65b189782126b
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
Catz
teamReserved(view returns (uint256)
555
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 operatoruint256 tokenIdpayable 
flipSale(
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setPrice(uint256 _newPrice
teamMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(