PixelPuppersNFT

Verified contract

Active on Ethereum with 11,360 txns
Deployed by via 0x34d4b83f at 15365814
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PixelPuppersNFT"

0xbaa58c1a3d24bdc7b5581a69cf0e3d435bd028cf5467e4d5adb89bb9f22d47e1
0x51cd1f62c776ff0cd3158a8b8878b4e0f7b48ea5aa9e7b01bfad143822a7abe7
0x2f1105e4fe63337a85a4bbf8f5a3493e6b1eab963b3c767288ef8f342f3e0a1e
0xf58435469a7be62c0defbd5c7c1e767feca74e5935f6615a83643de3d4b976ec
0x64ed01d6f31d8db40dcd3aa07f37752d3596b91ff18f6679bfcf285d8792e1f4
0xe67d8b70a8147e8af96807e2658ca22949aa8d8763d9dcfa85b72471e6b97a20
0x7e30db4b088cb4d42a2196639b1f1914fe58b29bbfe72a6f0c62fd9309fe56cb
0xb32de0b28acf35849eab43b918380caef87567d70b5380adfc473c49769bc94b
0x7986dffba94fde0a6e0387585f48461f1fa8254e6be824d826d6afcb529d4dc0
0x9827b5d67b20bb840ed128307c7f9bfd529be95483fbc4badfed26c6153e5381

Functions
Getter at block 20869727
baseUri(view returns (string)
ipfs://bafybeide2pemh35t727iet3s4o2jpdlf5ekpn3qtmbtdccitiqyemwtu7e/
collectionSize(view returns (uint256)
5555
 
getPremintMerkleRoot(view returns (bytes32)
 
getVipMerkleRoot(view returns (bytes32)
isRevealed(view returns (bool)
true
name(view returns (string)
PixelPuppersNFT
owner(view returns (address)
0x52852ec693cc222b75b6a488950388d875dc5067
premintActive(view returns (bool)
false
publicActive(view returns (bool)
false
symbol(view returns (string)
PXP
totalSupply(view returns (uint256)
5555
unrevealedUri(view returns (string)
ipfs://bafkreiedqh5fzfd6woxctttoijwgl7irekwueclmhojesu33xscqtzlrwa
vipActive(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (bool)
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
ownerMint(uint256 _quantity
premintMint(bytes32[] _merkleProof
premintToPublic(
publicMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setPremintMerkleRoot(bytes32 _premintMerkleRoot
setUnrevealedUri(string _unrevealedUri
setVipMerkleRoot(bytes32 _vipMerkleRoot
togglePremintSale(
togglePublicSale(
toggleReveal(
toggleVipSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
vipMint(bytes32[] _merkleProof
vipToPremint(
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(
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(