Cute Cute Kittens
Verified contract
Active on
Ethereum with 160 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 "Cute Cute Kittens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14869253 | 3 years ago | | | 0 | 0.00070053000 | |
| 14869023 | 3 years ago | | | 0 | 0.0014300307 | |
| 14869013 | 3 years ago | | | 0 | 0.0014249401 | |
| 14587740 | 3 years ago | | | 0 | 0.0016976707 | |
| 14583268 | 3 years ago | | | 0.006 | 0.0030365762 | |
| 14583199 | 3 years ago | | | 0.009 | 0.0020942315 | |
| 14583138 | 3 years ago | | | 0.009 | 0.0020348197 | |
| 14583127 | 3 years ago | | | 0.006 | 0.0024672293 | |
| 14583114 | 3 years ago | | | 0.006 | 0.0017372518 | |
| 14583109 | 3 years ago | | | 0.006 | 0.0021793229 |
ABI
ABI objects
Getter at block 21425270
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_MINTS_PER_TX() view returns (uint256)
20
NUM_FREE_MINTS() view returns (uint256)
200
PUBLIC_SALE_PRICE() view returns (uint256)
3000000000000000
baseTokenURI() view returns (string)
ipfs://QmNRTePXadYQ5qJqzxthxYZDzgT6uqtDGe8uvvLv8fbTSj
freeNFTAlreadyMinted() view returns (uint256)
200
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1000
name() view returns (string)
Cute Cute Kittens
owner() view returns (address)
0xd9d9b7e567565bbb30a967b37ebf1f6ab0c71a58
symbol() view returns (string)
CuteCuteKittens
totalSupply() view returns (uint256)
248
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()