Pixelatarz
Verified contract
Active on
Ethereum with 602 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 "Pixelatarz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18836172 | a year ago | | | 0 | 0.00099384317 | |
| 18348113 | a year ago | | | 0 | 0.00024436162 | |
| 18311448 | a year ago | | | 0 | 0.00027202980 | |
| 17424135 | a year ago | | | 0 | 0.0010700419 | |
| 17151857 | 2 years ago | | | 0 | 0.00091199600 | |
| 17071006 | 2 years ago | | | 0 | 0.0015142143 | |
| 17063216 | 2 years ago | | | 0.02 | 0.0022737034 | |
| 16896922 | 2 years ago | | | 0 | 0.00078093995 | |
| 16766715 | 2 years ago | | | 0 | 0.0013945625 | |
| 16661805 | 2 years ago | | | 0 | 0.00099130978 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidSignature(address addr, uint256 sigSaleState, bytes signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 numToMint)
presaleMint(uint256 numToMint, uint256 sigSaleState, bytes signature) payable
publicMint(uint256 numToMint) payable
reduceMaxSupply(uint256 newMaxSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setContractUri(string newUri)
setSalePrice(uint256 newPriceWei)
setSaleState(uint256 newState)
setSignerAddress(address newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()