GhostCats
Verified contract
Active on
Ethereum with 2,061 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 "GhostCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105441 | 17 days ago | | | 0 | 0.00010595915 | |
| 21081992 | 20 days ago | | | 0 | 0.00020286000 | |
| 19840914 | 6 months ago | | | 0 | 0.00041774484 | |
| 19840900 | 6 months ago | | | 0 | 0.00039337648 | |
| 19840889 | 6 months ago | | | 0 | 0.00042989734 | |
| 19715237 | 7 months ago | | | 0 | 0.00027894745 | |
| 19709618 | 7 months ago | | | 0 | 0.00018963673 | |
| 19482945 | 8 months ago | | | 0 | 0.00068582199 | |
| 18873272 | a year ago | | | 0 | 0.00066847358 | |
| 18590614 | a year ago | | | 0 | 0.00096823437 |
ABI
ABI objects
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 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_batch(address[] _recipients, uint256[] _mintAmounts)
airdrop_single(uint256 _mintAmount, address _recipient)
approve(address to, uint256 tokenId) payable
burnSupply(uint256 _newSupply)
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)
withdrawAll() 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()