Pixelz Anonymous

Verified contract

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

No balances found for "Pixelz Anonymous"

0xcf792dc7b094faeb7bcf09895c049633e03ec897133f301b1de8d0cba7cb1585
0xa31f3c44d01a8cc7e32309ad3a1af86602cf19a9eca79b64646c0dad5b70511e
0x94c15ffd467c441b54a3ab98d25cf5b43b12506f002d962c0b7c614c3773b494
0xed0cd64d89a7ef9ca1a2b5fed178c2616f5f1ecf4cdf426309aab17440725fd7
0xdab3db7ce6f70cc82b2c953f81f65b8476304d7290db17bcae274e0c9195706e
0x2de271e841fd66099c183b85a865f2deeaa78fc12fc3c153d1d5ed016cb6663d
0xd8e7a47da8d106d21e24091e954fbd89e0361b4bc2ea2f5756e4cce1b212ebdc
0x6a4d751a1734c1e2df8e19e3f2b970f3d2926ffc004d6ac6cb1fc010cf4f4328
0xa9bac7125b89e79ff78a3cb7d749073b95fde887ce029cc36f3453dd66f5569e
0xafb74c4c3b96ee60d15f36f527810e07f8ab85a22ebafaf3615fd43975fe7376

Functions
Getter at block 21188477
MAX_MINT(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
111
WLmintPrice(view returns (uint256)
60000000000000000
baseTokenUri(view returns (string)
ipfs://QmXBrZoBWUM8kGujAd41fPw7jahfZaD7254Kmt7E8b7pjk/
getMerkleRoot(view returns (bytes32)
0xeeb08766607e20ffd83edfb3b80f7cdf8642c63bed156a49166a1cd32873128b
mintPrice(view returns (uint256)
80000000000000000
name(view returns (string)
Pixelz Anonymous
owner(view returns (address)
0xd605383e005688499d7befeda60b63acbcf88d17
publicSale(view returns (bool)
false
symbol(view returns (string)
PXLZ
totalSupply(view returns (uint256)
28
whiteListSale(view returns (bool)
false
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)
totalPublicMint(addressview returns (uint256)
totalWhitelistMint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setTokenUri(string _baseTokenUri
setWLmintPrice(uint256 _WLmintPrice
setmintPrice(uint256 _mintPrice
teamMint(address touint256 _quantity
togglePublicSale(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _quantitypayable 
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(