XTREME PIXELS
Verified contract
Active on
Ethereum with 20,636 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 "XTREME PIXELS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213553 | 20 hours ago | | | 0 | 0.00068489752 | |
| 21153125 | 9 days ago | | | 0 | 0.00097807601 | |
| 21141230 | 11 days ago | | | 0 | 0.00045901344 | |
| 21141228 | 11 days ago | | | 0 | 0.00070830893 | |
| 21140876 | 11 days ago | | | 0 | 0.00040930654 | |
| 21140003 | 11 days ago | | | 0 | 0.00067973696 | |
| 21137591 | 11 days ago | | | 0 | 0.0014558598 | |
| 21113148 | 15 days ago | | | 0 | 0.00031162679 | |
| 21113145 | 15 days ago | | | 0 | 0.00042900642 | |
| 21111988 | 15 days ago | | | 0 | 0.00027147928 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
users(address) view returns (uint256 countPresale, uint256 countSale)
State-modifying
Events approve(address operator, uint256 tokenId)
mintPresale(bytes32[] _merkleProof, uint256 _amount)
mintSale(uint256 _amount)
ownerMint()
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setEnablePresale(bool _enablePresale)
setEnableSale(bool _enableSale)
setMaxMintPerWalletPresale(uint256 _limit)
setMaxMintPerWalletSale(uint256 _limit)
setPresaleMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string __baseURI)
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()