Wrapped PixelMap
Verified contract
Active on
Ethereum with 6,019 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,446.91 |
$0 | |
PXMTCI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261522 | a day ago | | | 0 | 0.00038534218 | |
| 21211666 | 8 days ago | | | 0 | 0.00076571187 | |
| 21209653 | 8 days ago | | | 0 | 0.00077367516 | |
| 21207717 | 9 days ago | | | 0 | 0.00051240574 | |
| 21177090 | 13 days ago | | | 0 | 0.00099435278 | |
| 21164099 | 15 days ago | | | 0 | 0.00071490637 | |
| 21155105 | 16 days ago | | | 0 | 0.00056999926 | |
| 21155103 | 16 days ago | | | 0 | 0.00064800108 | |
| 21155097 | 16 days ago | | | 0 | 0.00063727165 | |
| 21155091 | 16 days ago | | | 0 | 0.00060642284 |
ABI
ABI objects
Getter at block 21268873
_baseContractURI() view returns (string)
_baseTokenURI() view returns (string)
https://pixelmap.art/metadata/
_pixelmap() view returns (address)
0x015a06a433353f8db634df4eddf0c109882a15ab
_pixelmapAddress() view returns (address)
0x015a06a433353f8db634df4eddf0c109882a15ab
contractURI() view returns (string)
name() view returns (string)
Wrapped PixelMap
owner() view returns (address)
0x4688d77756a1d6f1ecf468c7b2ed1f66a0a45b28
symbol() view returns (string)
WPXM
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getwithdrawableETHforLocation(uint256 _locationID) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingLocationSales(uint256) view returns (address seller, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string __baseTokenURI)
setBasecontractURI(string __baseContractURI)
setTileData(uint256 _locationID, string _image, string _url)
setTokenExtension(string extension)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwrap(uint256 _locationID, uint256 _salePrice)
withdrawETH(uint256 _locationID)
wrap(uint256 _locationID) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unwrapped(address indexed owner, uint256 indexed _locationID)
Wrapped(address indexed owner, uint256 indexed _locationID)
constructor()
receive()
This contract contains no error objects.