Cool Kitty
Verified contract
Active on
Ethereum with 3,099 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 "Cool Kitty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20683343 | 3 months ago | | | 0 | 0.00014077381 | |
| 20663047 | 3 months ago | | | 0 | 0.000067029048 | |
| 20662855 | 3 months ago | | | 0 | 0.000084621555 | |
| 20267350 | 5 months ago | | | 0 | 0.00012729017 | |
| 20126617 | 5 months ago | | | 0 | 0.00036028368 | |
| 20102885 | 5 months ago | | | 0 | 0.00014344938 | |
| 18934312 | a year ago | | | 0 | 0.00051683752 | |
| 18910943 | a year ago | | | 0 | 0.00041238505 | |
| 18868773 | a year ago | | | 0 | 0.00072290270 | |
| 18721101 | a year ago | | | 0 | 0.0013964906 |
ABI
ABI objects
Getter at block 21288963
contractURI() pure returns (string)
https://www.coolkittynfts.com/contractURL
getCost() view returns (uint256)
40000000000000000
getCurrentSupply() view returns (uint256)
3852
getMintStatus() view returns (bool)
false
name() view returns (string)
Cool Kitty
owner() view returns (address)
0xf0c9c620da8cc1d3f958d339383c8ff3c65dc625
symbol() view returns (string)
COOLK
totalSupply() view returns (uint256)
3852
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 allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
mintTokens(address recipient, address recipient_address) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalForWithdraw()
setCost(uint256 cost)
setMaxSupply(uint256 max)
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(string tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.