Purrnelopes Kittens
Verified contract
Active on
Ethereum with 1,001 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9999 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Purrnelopes Kittens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20547002 | 3 months ago | | | 0 | 0.000046474195 | |
| 20503472 | 3 months ago | | | 0 | 0.000049473302 | |
| 20493533 | 3 months ago | | | 0 | 0.00027295982 | |
| 20482919 | 3 months ago | | | 0 | 0.00042502081 | |
| 20482855 | 3 months ago | | | 0 | 0.000079264669 | |
| 20482851 | 3 months ago | | | 0 | 0.000080869157 | |
| 20482844 | 3 months ago | | | 0 | 0.00022063988 | |
| 20450583 | 3 months ago | | | 0 | 0.00034464864 | |
| 20430682 | 3 months ago | | | 0 | 0.00042744951 | |
| 20294533 | 4 months ago | | | 0 | 0.000080243774 |
ABI
ABI objects
Getter at block 21101401
AllowedAddress() view returns (address)
0xda7d42b6167f1497346d7b2336a6d7a603026db1
BaseURI() view returns (string)
ipfs://QmZp2iMkeKVEDGacYg3gsH3LS8mE2cTgEVRkZDy15tXVcz/
BurnAddress() view returns (address)
0x000000000000000000000000000000000000dead
BurnUri() view returns (string)
FractionsContract() view returns (address)
0x0000000000000000000000000000000000000000
FractionsPerNFT() view returns (uint256)
0
MaxMintCount() view returns (uint256)
50
MaxSupplyCount() view returns (uint256)
10000
PublicMintingOpen() view returns (bool)
false
RedeemOpen() view returns (bool)
false
UnitPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Purrnelopes Kittens
owner() view returns (address)
0x58efbae1872088eb00c6e8ddade81382f243f949
symbol() view returns (string)
PK
totalSupply() view returns (uint256)
6762
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address account, 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(address _to, uint256 _quantity)
mintKittens(uint256 _quantity) payable
redeemKittyBankFractions(uint256[] ids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
togglePublicMinting()
toggleRedeemOpen()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAllowedAddress(address _allowedAddress)
updateBurnUri(string _uri)
updateFractionsContract(address _fractionsContract)
updateFractionsPerNFT(uint256 _fractions)
updateMaxMintCount(uint256 _maxMintCount)
updateUnitPrice(uint256 _unitPrice)
withdraw()
withdrawTokens(address token)
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.