Pixelz Anonymous
Verified contract
Active on
Ethereum with 45 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 "Pixelz Anonymous"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16343433 | 2 years ago | | | 0 | 0.0013912559 | |
| 16094434 | 2 years ago | | | 0 | 0.00024701519 | |
| 16011882 | 2 years ago | | | 0 | 0.00079914443 | |
| 15999513 | 2 years ago | | | 0 | 0.00090927316 | |
| 15999072 | 2 years ago | | | 0 | 0.00082826675 | |
| 15999062 | 2 years ago | | | 0.08 | 0.0014767915 | |
| 15960934 | 2 years ago | | | 0 | 0.00082603576 | |
| 15955659 | 2 years ago | | | 0 | 0.00041430887 | |
| 15954573 | 2 years ago | | | 0.08 | 0.0015453217 | |
| 15950624 | 2 years ago | | | 0.08 | 0.0013632529 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setTokenUri(string _baseTokenUri)
setWLmintPrice(uint256 _WLmintPrice)
setmintPrice(uint256 _mintPrice)
teamMint(address to, uint256 _quantity)
togglePublicSale()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()