GhostCats

Verified contract

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

No balances found for "GhostCats"

0x814b413fbbc985e38a733f4df94571e3498a24f98898a9fd1446c81021abab17
0xe89cd2f06bb1957a09b1f475165731fa7459e59cf82a00ab66d222fe4760b856
0x670b404f3de023a6a5e27249443a14b36215373fa5a9253fdcebf14843f47c8a
0x1e28b02eacdbe6c768189094feab4694b4b85eedb35a32bda6b492971e893fa6
0x0c9e60e4c4317cbd68e1a488f43217f4d6bafc9d397e9d5a415e5faac378ddf1
0xde9f7f535df2b3a87ea439b59dc6ecc729028bf71c012fe18e141f173e6cd98e
0x2ee5edd766305b618b793dc8491d4da38aa3b48a5c7e5fb8d7b44a05b86f4ca1
0x5e0b048339feef7443b4817f03154d00773aa29e48dcfbb3dfa168b9c94790ca
0x47e87f6c4a608ddc273214d3e47840f3e1e1fc36e49d3fdb207d04f78da3f585
0x23db0cdd13cbf5f64047cba40c713aea04eba86088317d5899332f5b2a438607
From

Functions
Getter at block 21224914
BASE_URI(view returns (string)
https://bafybeic2nkyvw5psucbtlej6pi2nvoex2rtfyuwcitpt43jbovg3nm4h4u.ipfs.nftstorage.link/
costPublic(view returns (uint256)
4000000000000000
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
2222
maxMintPublic(view returns (uint256)
10
maxSupply(view returns (uint256)
2222
name(view returns (string)
GhostCats
owner(view returns (address)
0xd3eeeb669c076a43d1f8a8278d3bf6cbedcb034f
symbol(view returns (string)
GCAT
totalSupply(view returns (uint256)
2222
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_batch(address[] _recipientsuint256[] _mintAmounts
airdrop_single(uint256 _mintAmountaddress _recipient
approve(address touint256 tokenIdpayable 
burnSupply(uint256 _newSupply
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
withdrawAll(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(