Wrapped Pixereum
Verified contract
Active on
Ethereum with 7,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,268.54)
Native
Value
$1,268.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.396 | $3,203.39 |
$1,268.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157473 | 13 hours ago | | | 0 | 0.00083550935 | |
| 21148533 | 2 days ago | | | 0 | 0.00043876663 | |
| 21137105 | 3 days ago | | | 0 | 0.0017027283 | |
| 21131053 | 4 days ago | | | 0 | 0.00097892335 | |
| 21127942 | 5 days ago | | | 0 | 0.00055829162 | |
| 21116857 | 6 days ago | | | 0 | 0.0015890055 | |
| 21116854 | 6 days ago | | | 0 | 0.00054187331 | |
| 21116842 | 6 days ago | | | 0 | 0.0012433919 | |
| 21116832 | 6 days ago | | | 0 | 0.0010001915 | |
| 21116831 | 6 days ago | | | 0 | 0.00094593776 |
ABI
ABI objects
Getter at block 21161347 getColors() view returns (uint24[10000])
baseURI() view returns (string)
https://api.pixereum.io/meta/pixel/
contractURI() view returns (string)
maxSupply() view returns (uint16)
10000
name() view returns (string)
Wrapped Pixereum
owner() view returns (address)
0x1a5099aa91405ede0cb05485add2346930291547
symbol() view returns (string)
WPX
totalSupply() view returns (uint256)
3233
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPixel(uint16 pixelNumber) view returns (address, string, uint256, bool, bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preparedCarefulWrapOwners(uint16) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
carefulWrap(uint16 pixelNumber)
prepareCarefulWrap(uint16 pixelNumber)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setColor(uint16 pixelNumber, uint24 color)
setContractURI(string contractUri)
setMessage(uint16 pixelNumber, string message)
transferFrom(address from, address to, uint256 tokenId)
unwrap(uint16 pixelNumber)
withdraw()
wrap(uint16 pixelNumber, uint24 color, string message) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CarefulWrap(address indexed from, uint16 indexed pixelNumber)
PrepareCarefulWrap(address indexed from, uint16 indexed pixelNumber)
SetBaseURI(address indexed from, string uri)
SetColor(address indexed from, uint16 indexed pixelNumber, uint24 color)
SetContractURI(address indexed from, string uri)
SetMessage(address indexed from, uint16 indexed pixelNumber, string message)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unwrap(address indexed from, uint16 indexed pixelNumber)
Widthdraw(address indexed from)
Wrap(address indexed from, uint16 indexed pixelNumber)
constructor(address _owner, address _originalPixereumAddress, string _baseUri, string _contractUri)
receive()
This contract contains no error objects.