This contract is being backfilled. You may encounter incomplete storage history.

Healthy Panda NFT

Verified contract

Active on Ethereum with 443 txns
Deployed by via 0x97ca5ee6 at 16455255
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Healthy Panda NFT"

0x6773158e307f040a9b9d33655b2452fcd665882dba52b5f18832916af36a4ac6
0x122154b6f87a54fe0cfd700c1f3a88ab6c87189f7595d214ea242f0680003c48
0x9c9a5f79337d4a02846e01dfa8cf36633e352b552271ccee5728289294c7f35c
0xe1517b7c16a65f02937a84281d4b7466aa2e31cb8d5fe5d63811e06a2215d009
0x21921af504e2c48abc41e3398c5880df7ab0325f682be3b665dd9364c8a82d3f
0x7c73af7adda91b15c0709a036cb27d7f8db0376f7bc830ed43f4e5670bc64771
0x82bc5035634cead0bcdb884ae03fb6bb7df450503265ed30cba43a59f57b3548
0x064de7d39785c1781b1b06d695a802f618a350afb69d48f335c0fff578426ab5
0x2f55a37f6672654c565f6a605b8c7eddb458e199d7c101fc86f056d078a32065
0xa6fc9bda9330e8d5886a5c8c8f1e045b2239c3c18a5aee6b7dcb0435cf5a5233

Functions
Getter at block 21213714
MAX_PER_WALLET(view returns (uint256)
4
contractURI(pure returns (string)
maxSupply(view returns (uint256)
2222
name(view returns (string)
Healthy Panda NFT
owner(view returns (address)
0xd97631b6714387a94efeb7366b74f790ccb552fb
symbol(view returns (string)
HP
totalSupply(view returns (uint256)
1688
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(