Healthy Panda NFT
Verified contract
Active on
Ethereum with 443 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 "Healthy Panda NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455964 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455963 | 2 years ago | | | 0 | 0.0011155400 | |
| 16455963 | 2 years ago | | | 0 | 0.0011155400 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()
UnableGetTokenOwnerByIndex()