XTREME PIXELS

Verified contract

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

No balances found for "XTREME PIXELS"

0x73dd975c84440fcc339d16e77315bda8e872a7134de49c1847a810ddb0e969a0
0x001bd7f43e86f160bc9c95c2c572ac813ff254218d1d9036bf9c68fd4d1b8fac
0x3c63b06eb3ad7ccbdfd077b668c8bffee094d431f43e43105d16010c94c9016b
0xb24d160f9ac2f70ad41bd3ef61fe47dfb475eed43e33d8674300d5d86436e423
0x3711090431b46b6b4f3e80cde9f09c30eca404d93b19b1f714d990c4776a42fa
0xc7df414b56d47e90bf0aabd7c39ee284284eb29efdb10ece812a6b63828123bd
0x6043abc273a1940ecd46daea0984000e751edc82ebc573a7ff132267787c85af
0xd6d028030015d241d349b2eecfa93cdfa34da18ca97aeb09063b89ed8d6cfdbc
0x23db571254494fc4fdf9faff3fd7bb40d7c56a68475362ec1f9f60fe9a1587cd
0x3bfd18a294a9c50acf0736e77745af64f09901d7abad2800e9b6a53db959fffd

Functions
Getter at block 21219514
MAX_MINT_PER_WALLET_PRESALE(view returns (uint256)
5
MAX_MINT_PER_WALLET_SALE(view returns (uint256)
5
enablePresale(view returns (bool)
true
enableSale(view returns (bool)
true
isOperatorFilterRegistryRevoked(view returns (bool)
false
maxSupply(view returns (uint256)
25000
name(view returns (string)
XTREME PIXELS
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x28ebe06f78077ee754d3395bdefa3e68b363d52d
presaleMerkleRoot(view returns (bytes32)
0x72c140c1f30cc584d879876c7723b0c2af1b46fb4f48345f3d222f1fbd4588e2
symbol(view returns (string)
XPIX
totalSupply(view returns (uint256)
25000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
users(addressview returns (uint256 countPresaleuint256 countSale)
State-modifying
approve(address operatoruint256 tokenId
mintPresale(bytes32[] _merkleProofuint256 _amount
mintSale(uint256 _amount
ownerMint(
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setEnablePresale(bool _enablePresale
setEnableSale(bool _enableSale
setMaxMintPerWalletPresale(uint256 _limit
setMaxMintPerWalletSale(uint256 _limit
setPresaleMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string __baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(