Lovecatz

Verified contract

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

No balances found for "Lovecatz"

0xf1dd9c01f8e1e99d0ba9d6aa3b2728bdc61c0e812a101f8ca8d788d431bccf37
0xa3d8abc0fc9dc0819ad8add6c295390d396f4e28212980690c93526a3595f8fd
0x33bf32703f538c74f28d356a9546edd6e18959183482b646af1656dbc2b657e1
0x87e200a132d01c02bf4e05e9118fc8c9e1ef15140f6ded2a41eeac907aeb984e
0xa4a1408dbea76f3d0deb621e1dd26165527720c94d8de57205bdd83f8c000010
0x0383f3439ea14f8327e611a56e8fbdb24a653f6c5c9b28290bf95f05c31edafc
0xb3f7727ec490702c650ab72fb0a9b4e1d1ec818430b112f132cf68de650dbfc4
0x782e071c24915683d9e2f41e8a959c2f12da33aa060562d31be230817e9c6cec
0x9547d6552de71ce45c95c627d9f2496b4367a8f7ead2d262b0089bbb8caa59af
0xa0229765a0eecf97e31e77b592850d5535938dbd97e43f74c14409e7cd002864

Functions
Getter at block 21306669
_maxFreeMintPerAddr(view returns (uint256)
2
_maxFreeMintSupply(view returns (uint256)
1000
_maxMintPerTx(view returns (uint256)
33
_maxSupply(view returns (uint256)
3333
_mintPrice(view returns (uint256)
2000000
baseURI(view returns (string)
ipfs://QmequNYccZE34ZTcHSTayMiQ5qJTAzCFahwfk1GzPwuAdN/
name(view returns (string)
Lovecatz
owner(view returns (address)
0x7132d67f2dcda8507b7443a49928149755f97e08
symbol(view returns (string)
LCAT
totalSupply(view returns (uint256)
3333
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
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string initBaseURI
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(