The Finest Cat

Verified contract

Active on Base with 4,276 txns
Deployed by via 0x49f97d4f at 3308081
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $19.88
ERC-20
--
ERC-20
--
0x771b487487f864c273edef3f84fc3e005cb1ddc317e995c2ab1e63d160933f79
0xb2b8112a5cf969e9449ffb404eb4e0b8b7c8c8b50c1e00db61caa8da037f411d
0xfc5f232425688c2c85205dcd6cac0ef2dfce6d750fea7189764fc30c7752280d
0x7038096369dba0d63afd4099a877baf65cefa13f97ca9d1745e6d1806d0dc3ce
0x1f21626ff0d3a81111a2c93d6f606fcbf32fe80448b4a2d5d328b06e725ce5bd
0x772cade5c7c3e832df150570bc4173300d544a9c7e3465c93ffacabda11650c8
0x0930f22c6d63a0789810d9dd4581665e0e2299de84b9de60ffb27c956ca35765
0xdb519cb311faeec6fa2526753b603ce4a4c958f83cf83769c7b7a53167f22631
0x151fba6ccb6e8a296d2e646d6701bf3676a180905db6d9eb829d8c17efe7d47f
0x7650f92e9722191a0e2bb6543cac3ea014016a741ad75120519ab7d3a2a35bbc

Functions
Getter at block 22753760
cost(view returns (uint256)
500000000000000
freeAmount(view returns (uint256)
1
hiddenMetadataUrl(view returns (string)
isRevealed(view returns (bool)
true
maxFreeSupply(view returns (uint256)
4044
maxPerWallet(view returns (uint256)
20
maxSupply(view returns (uint256)
4444
name(view returns (string)
The Finest Cat
owner(view returns (address)
0xbfe93c43ff73a546fd7ce0763373375f3c58385b
pause(view returns (bool)
false
symbol(view returns (string)
TFC
totalSupply(view returns (uint256)
4247
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)
userBalance(addressview returns (uint256)
State-modifying
airdrop(address touint256 mintAmount
approve(address touint256 tokenIdpayable 
mint(uint256 mintAmountpayable 
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURL
setCost(uint256 _newCost
setFreeAmount(uint256 _newAmt
setMaxFreeSupply(uint256 newMaxFreeSupply
setMaxPerWallet(uint256 _newAmt
setMaxSupply(uint256 newMaxSupply
setPause(bool _state
sethiddenMetadataUrl(string _hiddenMetadataUrl
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(string _baseMetadataUrl
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(