Pixel Kitty Supercar Club
Verified contract
Active on
Ethereum with 1,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($91.98)
Native
Value
$91.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,066.10 |
$91.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20663985 | 2 months ago | | | 0 | 0.00051885525 | |
| 19778077 | 7 months ago | | | 0 | 0.00013382703 | |
| 19585561 | 7 months ago | | | 0 | 0.00077654172 | |
| 19379547 | 8 months ago | | | 0 | 0.0033494175 | |
| 19368738 | 8 months ago | | | 0 | 0.0027140088 | |
| 19219731 | 9 months ago | | | 0.03 | 0.0096454691 | |
| 19107824 | 10 months ago | | | 0 | 0.00025704050 | |
| 19034675 | 10 months ago | | | 0 | 0.0015492901 | |
| 18918378 | 10 months ago | | | 0 | 0.00073114335 | |
| 18899481 | a year ago | | | 0 | 0.0016834599 |
ABI
ABI objects
Getter at block 21204669
BANANA_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_BANANAS() view returns (uint256)
10000
bananaPrice() view returns (uint256)
30000000000000000
bananaReserve() view returns (uint256)
28
baseURI() view returns (string)
https://kittyclub.vercel.app/api/
maxBananaPurchase() view returns (uint256)
20
name() view returns (string)
Pixel Kitty Supercar Club
owner() view returns (address)
0x43df365c5286c3b15bec82188c877871c1ebb9c6
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PKSC
totalSupply() view returns (uint256)
2022
Read-only
balanceOf(address owner) view returns (uint256)
bananaNames(uint256) view returns (string)
bananaNamesOfOwner(address _owner) view returns (string[])
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewBananaName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeBananaName(uint256 _tokenId, string _name)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintBoringBanana(uint256 numberOfTokens) payable
renounceOwnership()
reserveBananas(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
bananaNameChange(address _by, uint256 _tokenId, string _name)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.