0xKittens
Verified contract
Active on
Ethereum with 1,963 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 "0xKittens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19546477 | 7 months ago | | | 0 | 0.00045178560 | |
| 19255092 | 8 months ago | | | 0 | 0.00087411935 | |
| 19254870 | 8 months ago | | | 0 | 0.00046981304 | |
| 19206903 | 9 months ago | | | 0 | 0.0044578111 | |
| 18936627 | 10 months ago | | | 0 | 0.0011743841 | |
| 18469697 | a year ago | | | 0 | 0.0010639925 | |
| 18103890 | a year ago | | | 0 | 0.00025949984 | |
| 17646162 | a year ago | | | 0 | 0.00038824250 | |
| 16986820 | 2 years ago | | | 0 | 0.00070236847 | |
| 16916152 | 2 years ago | | | 0 | 0.0017270142 |
ABI
ABI objects
Getter at block 21098403
_maxFreeMintPerAddr() view returns (uint256)
2
_maxFreeMintSupply() view returns (uint256)
8500
_maxMintPerTx() view returns (uint256)
50
_maxSupply() view returns (uint256)
9028
_mintPrice() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmRQrM7dN3faemGez56nh7kSNxwbTp7VU6W1SXiuHA75mV/
devSupply() view returns (uint256)
100
devTotal() view returns (uint256)
0
name() view returns (string)
0xKittens
owner() view returns (address)
0xd3cea384b6fd48a5855b3712a389454ba3debdb4
royaltyAdd() view returns (address)
0xd3cea384b6fd48a5855b3712a389454ba3debdb4
symbol() view returns (string)
0xKIT
totalSupply() view returns (uint256)
6991
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
devMint()
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)
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)
DevMintEvent(address ownerAddress, uint256 startWith, uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()