This contract is being backfilled. You may encounter incomplete storage history.

X Catz

Verified contract

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

No balances found for "X Catz"

0x0bbb377dcef14fa93c770c5c8327a35f0c933401530a985fb12145a5e19cc5d8
0xfe55bb657ac752d17559533fb284401f1d6ebf608934c5349a49112b91f95cfe
0xae6623404d68da3a2f883f27af3478c45a3fa3f3575fef18dd087ba8ca5bcc8b
0xbe952955675d1997f8e14a5cf21b6e81a3398618a61ca6595aaec042d04bcbfe
0x2cefa5d7383956dc492ff68138dfb58405ed65e86ab4488a16be2dcb43c449d0
0xfe73fd9a975cc431f0a04585902f0873ebaa37dfc464a3f8556ded0b19974b65
0x922b3f8d92f1b64402218814ac3ca95a824c6da4a5c669be092e92a47b0c1f21
0x9f5eed1ce5b97054926521e75eb7b158fbdf04345f4f1f9b5e2384a15757bab8
0x373053d1dd0593317dca318d218d62a277e7e3f242dc98019ad5a9abb026dc7a
0xc224eab3e3f51808496a21be9454cb32397fe6a0f27c91202403017dc5f2ec25

Functions
Getter at block 20811816
_maxFreeMintPerAddr(view returns (uint256)
3
_maxFreeMintSupply(view returns (uint256)
5555
_maxMintPerTx(view returns (uint256)
100
_maxSupply(view returns (uint256)
5555
_mintPrice(view returns (uint256)
1000000000000000
baseURI(view returns (string)
ipfs://QmUnEGqU2S73JyxEQQRRmtzUWwjT8swc2HdGBvLdMKL8Gw/
name(view returns (string)
X Catz
owner(view returns (address)
0x96be4a76930f5b6bb84a4b2e5689e551247838ba
royaltyAdd(view returns (address)
0x96be4a76930f5b6bb84a4b2e5689e551247838ba
symbol(view returns (string)
XCAT
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setFreeAmount(uint256 amount
setMaxMintPerTx(uint256 _newMaxMintPerTx
setPrice(uint256 _newPrice
setTokenRoyalty(uint256 tokenIduint96 feeNumerator
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(string initBaseURIaddress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(