Cool Base Cats

Verified contract

Active on Base with 5,011 txns
Deployed by via 0x0b8f7b9d at 3181246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cool Base Cats"

0x89e8e34a7cb126a09239bba5e820a37e4376ddb46ec6489ce0428c63350f47dc
0x26aaaabc88bec2a0ef7318afa90757043ccddc28b82d99a829f8ce6d41a81f3f
0x57c58886783c4342e0b853032d480912824a0e985f5e639968d35c03638cf9c0
0x5224daebe82920f6fc71eb6686670b8435562641f41269597403cca91138fb5d
0x25d4d5e17a37b9abae1bad9b7ab16c5b223d6ade4ac9540db1e658928a96805f
0x1fd411a46acfc8cdf4e4d1af7c350ff763754f48d89846f31dc0a418f15a2438
0x23ebcb96db865b8afc157ed06f917c47645b62fe19e1980ceaa7f0e7e36b240e
0x97dab0186e81f594c693e682af090250eb522726050048e9e3f56e20749ff1e1
0x1517d8db1869d22db4370906c3378ed816e39f35490ad1463a9f1fa316bc7815
0xbdcd33b042134e54261cf45be2a501283e987df45cf90f8dd4e241daa3e37c20

Functions
Getter at block 22733399
BASE_URI(view returns (string)
https://ipfs.io/ipfs/bafybeidmig7gy5ggkqpk6hfitfdpt6ddpjsabfkr5nojyzpv4xq7zwccye/
costPublic(view returns (uint256)
300000000000000
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
10000
maxMintPublic(view returns (uint256)
30
maxSupply(view returns (uint256)
10000
name(view returns (string)
Cool Base Cats
owner(view returns (address)
0x11c01c5e2a77a72a10d22e29773d40853e83c84a
symbol(view returns (string)
CBC
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
cutSupply(uint256 _maxSupply
devMint(uint256 _quantity
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCost(uint256 _newCost
setFreePerWallet(uint256 _newFreePerWallet
setMaxBatchSize(uint256 _newBatchSize
setMaxFreeSupply(uint256 _maxFreeSupply
setPublicMintEnabled(
transferFrom(address fromaddress touint256 tokenIdpayable 
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(
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(