Cool Base Cats
Verified contract
Active on
Base with 5,011 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Cool Base Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22714049 | 11 hours ago | | | 0 | 1.1660171e-7 | |
| 22140495 | 14 days ago | | | 0 | 1.2244010e-7 | |
| 21940417 | 18 days ago | | | 0 | 1.1660171e-7 | |
| 21102396 | a month ago | | | 0 | 0.000000061887773225 | |
| 20708427 | 2 months ago | | | 0 | 1.1660171e-7 | |
| 20629473 | 2 months ago | | | 0 | 1.1660171e-7 | |
| 20368262 | 2 months ago | | | 0 | 1.1813863e-7 | |
| 20216679 | 2 months ago | | | 0 | 0.000000061857809405 | |
| 19977666 | 2 months ago | | | 0 | 5.8357171e-7 | |
| 19731866 | 2 months ago | | | 0 | 5.7983987e-7 |
ABI
ABI objects
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 owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
cutSupply(uint256 _maxSupply)
devMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxBatchSize(uint256 _newBatchSize)
setMaxFreeSupply(uint256 _maxFreeSupply)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()