Puffedpandas

Verified contract

Active on Ethereum with 1,846 txns
Deployed by via 0x36589426 at 15306302
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Puffedpandas"

0xd590f73ccf4cae59c583e99c7dec2cd2f0f6a92db887285ca29aa418611e342e
0x2b740216d8fda54730a2ca7da79dccc6f928d22fa220d7ad546bdba39a1219cb
0x033eea6df8f025ee01f18e2fb74be5b09c03cdbeb27499f9d14e97b7de89d7d7
0xe749bf996207873fffe1cf60458f8de09f2e07a8f191ffc8495d1c4df8d67dbd
0xd2e3dbf75f33f43cb0eb7402c84ca5ea39bb37dff2f7042352767c7dbc397d83
0x52657b91e833a1c3ab7e65dfa8eef18275b8e99015ea09949fc431bcc6c1014e
0xf6916f2c5ddfee0715b2e2da2272c25cd3244374801be6ae364f4297d344543f
0x837981197a6550ab33e511cb3bb5d517c88f1b142858010c082aacbc2e0b60ba
0x9f45b8985ee5c63dfe655fed30980f997eae77549a56a1d8585bf085f6a6add1
0xd5becb8c07a1bd2e7970368252da83ae7adab539321c9459ce2c76f98670efd8

Functions
Getter at block 21064708
maxSupply(view returns (uint256)
1515
merkleRoot(view returns (bytes32)
0xa1e5a6ef67544c030078b3257a10e10ad1ea023db28d0f5e877fba31fae41e47
mintPrice(view returns (uint256)
25000000000000000000
mintStatus(view returns (uint8)
2
name(view returns (string)
Puffedpandas
owner(view returns (address)
0x160ba3ecec3805303ed289091eec07fe3a4002a3
symbol(view returns (string)
PP
totalSupply(view returns (uint256)
1515
Read-only
balanceOf(address ownerview 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
approve(address touint256 tokenId
mint(uint256 _amountbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxSupply(uint256 _newMaxSupply
setMerkleRoot(bytes32 _newMerkleRoot
setMintPrice(uint256 _newMintPrice
setMintStatus(uint256 _status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string _initialBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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