The latest block we've processed for this chain is 21323013, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

Pixelatarz

Verified contract

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

No balances found for "Pixelatarz"

0xffdd94e5750dfb0f990473a7882e5ee9eadd97eae918f7222aeba6a3a2640a7b
0x918b4a0c10d01d9882b82ce4e2745ffc60063bfe391dd336c55dc353d20fb828
0xefb092d27303a9d948d43f129417cad75121eb7407a4b3ad6a8dcf682d956b54
0x5d79736b6f203c1940e2107a7d5e7bae7fa04aa780a15b25d8c65a6ba558a6ff
0x7a1e833e4e6cc59e4c751c1661ae43d97b737bc2cc187e4956b1f983db9f1df8
0x870ef3092889374e9c731efb3f6f3f887b3b1eb5a191201534b7e6e0b020063f
0x34bcdb356d2ce156aea91d0efeb8f79902e762503893ca8b7c0bcf163a88cd26
0x0f0c1584a775e6c3b6dc3a35726fc4e8ba4625e9b62bf51d570865d5cc597508
0x3be7b56ebc8f206abb4d09fc18bbd8e4a2eaad0de07143bd0d71a8ae3c362ca0
0x211eefebce4fc988248f2ff7f0e3b7cf60ae8fa5c19952bfa4b6d14d374be8ea

Functions
Getter at block 21323012
contractURI(view returns (string)
https://assets.chromaworld.io/pixelatarz/metadata/contract.json
maxSupply(view returns (uint256)
3333
name(view returns (string)
Pixelatarz
owner(view returns (address)
0xc97506b527ab1aa7a718ea15cd6a5e7af6a7704b
priceWei(view returns (uint256)
20000000000000000
saleState(view returns (uint256)
3
signerAddress(view returns (address)
0xf918050847d067a323ef1b0d84825c9c779bef51
symbol(view returns (string)
PIX
totalSupply(view returns (uint256)
601
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValidSignature(address addruint256 sigSaleStatebytes signatureview 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 numToMint
presaleMint(uint256 numToMintuint256 sigSaleStatebytes signaturepayable 
publicMint(uint256 numToMintpayable 
reduceMaxSupply(uint256 newMaxSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setContractUri(string newUri
setSalePrice(uint256 newPriceWei
setSaleState(uint256 newState
setSignerAddress(address newAddress
transferFrom(address fromaddress touint256 tokenId
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(