KittyKorner
Verified contract
Active on
Ethereum with 1,781 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 "KittyKorner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16638429 | 2 years ago | | | 0 | 0.0018643071 | |
| 16586453 | 2 years ago | | | 0 | 0.0014871886 | |
| 16521124 | 2 years ago | | | 0 | 0.00045508132 | |
| 15811482 | 2 years ago | | | 0 | 0.00061186208 | |
| 15788831 | 2 years ago | | | 0 | 0.0010272597 | |
| 15787551 | 2 years ago | | | 0 | 0.00097817074 | |
| 15787524 | 2 years ago | | | 0 | 0.00092960378 | |
| 15376122 | 2 years ago | | | 0 | 0.00011349728 | |
| 15361627 | 2 years ago | | | 0 | 0.00066134073 | |
| 15326248 | 2 years ago | | | 0 | 0.00057091491 |
ABI
ABI objects
Getter at block 21268065
MAX_SUPPLY() view returns (uint256)
7500
MAX_TXN() view returns (uint256)
5
MAX_TXN_GLOBAL() view returns (uint256)
7500
maxBatchSize() view returns (uint256)
7500
metadataBaseURL() view returns (string)
https://gateway.pinata.cloud/ipfs/QmNjtGrZNYcJwYnpUQm7Luix5ora2TgKLgZzTaeCy7eEzo/
name() view returns (string)
KittyKorner
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x355788f914d5dd8d789ecb24299ee8620539fc17
price() view returns (uint256)
1000000000000000000
saleEnabled() view returns (bool)
true
symbol() view returns (string)
KKORNER
totalSupply() view returns (uint256)
7407
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 numOfTokens) payable
renounceOwnership()
reserve(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL)
setMaxTxn(uint256 _maxTxn)
setPrice(uint256 _price)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.