Retro Cats NFTs

Verified contract

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

No balances found for "Retro Cats NFTs"

0x3f8d59aaf65e364fc9ab4ce607c5411f8a61d7192d07a0941a30722bd50c0f99
0x179d0f76a1891c1c86dd10e2ff917ec8cd9ffa577920c001f35b93e10a180722
0x69439681f0c392fc28911024ff7eb53b30937ea71099a18bad74e1a5a752349f
0x76920523f293390e77cc52d649a96cd754e2c20ecfca062cbaecaef03e35bc85
0x10cdc5db5fd592faa0c5c5181ce7e365fdd06d3aa3817cdadccd6efe2fcfed77
0xbda9c7d4ae3aceaac45d538b2c36bf90657435b9241385b7e499d29de7a4727f
0x0dbc185ec0b08b3b433e185f409e4e0c660a9d75bf3f8d96decf9d93b7a5a895
0x901ef9142be455663bb33080e816e4347edecc8fee1289ccf46331d0ebeb9240
0xf10855459832f2f86970c92b36ee882e523fb0743b716b111417aeb24bed7b33
0xf4dff14c1450f050507ee09c4b47afcb3daf26433af089a85b8cccabd9b6431b

Functions
Getter at block 21258095
maxFreePerWallet(view returns (uint256)
4
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
1000
mintEnabled(view returns (bool)
true
name(view returns (string)
Retro Cats NFTs
owner(view returns (address)
0x0511b68f09bcf512afab93a34e7a95b7e59afec3
price(view returns (uint256)
500000000000000
symbol(view returns (string)
RCN
totalFree(view returns (uint256)
400
totalSupply(view returns (uint256)
546
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 
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(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(