PANPANDA

Verified contract

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

No balances found for "PANPANDA"

0xfce2e60fded696ff86a95eecbd2984b12eeb7eba4773e67d2f4432f86afb9b03
0xb8465d135691f3229183d72c339086c6f79afda0028221c3dfeeed27dbf9de2b
0x5f7228be52de691bec2399f7d713d5fc07097c6f380367cb35e3d30b012214a5
0x2589d6742914de8e4a1120caa17d5350d46c0b3bf051b233f68a6300487838c8
0x394ce915893ad201aaea58b7fb9c33f923488e46e14b2b3ac09cdd5ebdfc9997
0xe358b896fc79b047f1c3c44d16affa2dff76ca86f32c56f6845a95839779fd61
0x3a752a0686661191cba92f9fef8fb2f052e2061c2dc2d3f391a38271a6de68b5
0xdc5247cf7d66eecc64e6a8b92ecdbee6fcf41dc317480a8e6dd5150e03b15f25
0xb5962bc4fe23b4e4945d1967c030081a383dc4f964c973901cca01f5a00a75bf
0xed16b6804b62141fbbcd8b28bc5fda8cbe05e477d7b70d3ee85db33e998337ff

Functions
Getter at block 21304441
COLLECTION_SIZE(view returns (uint256)
5000
FIRSTXFREE(view returns (uint256)
1
MINT_PRICE(view returns (uint256)
5000000000000000
TOKENS_PER_PERSON_PUB_LIMIT(view returns (uint256)
1000
TOKENS_PER_TRAN_LIMIT(view returns (uint256)
100
name(view returns (string)
PAN PANDA
owner(view returns (address)
0x7028717c445ef7da04e9e0b8f5c9ec959866ffa6
saleStatus(view returns (uint8)
2
symbol(view returns (string)
PAN PANDA
totalSupply(view returns (uint256)
746
Read-only
balanceOf(address ownerview returns (uint256)
calcTotal(uint256 countview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenIdpayable 
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURL(string url
setPublicMintPrice(uint256 price
setSaleStatus(uint8 status
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(