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 "X Catz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589727 | 4 months ago | | | 0 | 0.000045465043 | |
| 19814177 | 7 months ago | | | 0 | 0.00010287961 | |
| 19602277 | 8 months ago | | | 0 | 0.00059652576 | |
| 19149838 | 10 months ago | | | 0 | 0.00074894145 | |
| 19114988 | 10 months ago | | | 0 | 0.00070938199 | |
| 19105943 | a year ago | | | 0 | 0.00068232525 | |
| 19105927 | a year ago | | | 0 | 0.00060791348 | |
| 19103024 | a year ago | | | 0 | 0.00057178236 | |
| 19101992 | a year ago | | | 0 | 0.00042866706 | |
| 19100820 | a year ago | | | 0 | 0.00049664110 |
ABI
ABI objects
Getter at block 21399132
_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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 count) 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 uri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFreeAmount(uint256 amount)
setMaxMintPerTx(uint256 _newMaxMintPerTx)
setPrice(uint256 _newPrice)
setTokenRoyalty(uint256 tokenId, uint96 feeNumerator)
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(string initBaseURI, address initialOwner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()