Pixel Interfaces
Verified contract
Active on
Ethereum with 7,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,699.03 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279225 | 4 days ago | | | 0 | 0.00078044317 | |
| 21192850 | 16 days ago | | | 0 | 0.00089307981 | |
| 20974858 | 2 months ago | | | 0 | 0.00059913001 | |
| 20858706 | 2 months ago | | | 0 | 0.00021044929 | |
| 20748057 | 3 months ago | | | 0 | 0.000077472255 | |
| 20726356 | 3 months ago | | | 0 | 0.00012909968 | |
| 20722662 | 3 months ago | | | 0 | 0.00042400952 | |
| 20607998 | 3 months ago | | | 0 | 0.000039267929 | |
| 20494325 | 4 months ago | | | 0 | 0.000068157328 | |
| 20392107 | 4 months ago | | | 0 | 0.00016319958 |
ABI
ABI objects
Getter at block 21306760
claimed() view returns (uint256)
504
currentMaxSupply() view returns (uint256)
4008
earlyReserve() view returns (uint256)
500
maxSupply() view returns (uint256)
4004
maxTokensPerTx() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Pixel Interfaces
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc3a8b55aff589c31b48fa3936d7d7648607726a4
price() view returns (uint256)
22000000000000000
remainingSupply() view returns (uint256)
0
revealed() view returns (bool)
true
saleStartTime() view returns (uint32)
1744899272
symbol() view returns (string)
PXI
totalReleased() view returns (uint256)
87361999999999999998
totalShares() view returns (uint256)
99
totalSupply() view returns (uint256)
4008
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerOfToken(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address user) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity, bytes32[] proof) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleStartTime(uint32 _timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Minted(address _from, uint256 _remaining)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string _initNotRevealedUri, uint256 maxBatchSize_, address[] payees_, uint256[] shares_)
receive()
This contract contains no error objects.