KittyCatNFT
Verified contract
Active on
Ethereum with 3,077 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 "KittyCatNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20585960 | 3 months ago | | | 0 | 0.000045046252 | |
| 20319404 | 4 months ago | | | 0 | 0.00021597080 | |
| 20133047 | 5 months ago | | | 0 | 0.00059951417 | |
| 20019387 | 6 months ago | | | 0 | 0.00062458888 | |
| 19885716 | 6 months ago | | | 0 | 0.00015665959 | |
| 19598306 | 7 months ago | | | 0 | 0.00060679017 | |
| 19598304 | 7 months ago | | | 0 | 0.00069389717 | |
| 19598285 | 7 months ago | | | 0 | 0.00094457248 | |
| 19401143 | 8 months ago | | | 0 | 0.0013609575 | |
| 18907750 | a year ago | | | 0 | 0.00055821808 |
ABI
ABI objects
Getter at block 21230305
admin_mint() view returns (uint256)
177
mintPrice() view returns (uint256)
6000000000000000
name() view returns (string)
KittyCatNFT
owner() view returns (address)
0x252fe450932de4dab9d5e0a65fa39338640c6a0e
publicSaleIsActive() view returns (bool)
true
symbol() view returns (string)
KCACT
totalSupply() view returns (uint256)
9177
user_mint() view returns (uint256)
9000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _setbaseURI(string _baseUri)
approve(address to, uint256 tokenId)
batchMintByOwner(address[] mintAddressList, uint256[] quantityList)
mintByOwner(address _to, uint256 quantity)
mintByUser(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 newPrice)
setPublicSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.