PixelMarketplace
Verified contract
Active on
Ethereum with 4,815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf0ea…fe41
0x427a…dd64
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xf0ea…fe41 | ERC-1555 | 865 | -- | -- | |
0xf0ea…fe41 | ERC-1555 | 752 | -- | -- | |
0xf0ea…fe41 | ERC-1555 | 605 | -- | -- | |
0xf0ea…fe41 | ERC-1555 | 479 | -- | -- | |
0xf0ea…fe41 | ERC-1555 | 240 | -- | -- | |
0xf0ea…fe41 | ERC-1555 | 163 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19322793 | 9 months ago | | | 0 | 0.0014181002 | |
| 18830157 | a year ago | | | 0 | 0.0049132231 | |
| 18820172 | a year ago | | | 0 | 0.0048972201 | |
| 18779221 | a year ago | | | 0 | 0.0027795088 | |
| 18779221 | a year ago | | | 0 | 0.0054722336 | |
| 18753606 | a year ago | | | 0 | 0.0021660449 | |
| 18721350 | a year ago | | | 0 | 0.0091161908 | |
| 18714854 | a year ago | | | 0 | 0.0045229922 | |
| 18706840 | a year ago | | | 0 | 0.0037981071 | |
| 18706836 | a year ago | | | 0 | 0.0037471110 |
ABI
ABI objects
Getter at block 21258625
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SELLER_ROLE() view returns (bytes32)
0x43f25613eb2f15fb17222a5d424ca2655743e71265d98e4b93c05e5fb589ecde
owner() view returns (address)
0x03fede75ac53dad83d9c00a549f10c5b583b3447
pixelverseItem() view returns (address)
0xf0ea56402b2e2b27556d7abf4236c7327722fe41
pixlToken() view returns (address)
0x427a03fb96d9a94a6727fbcfbba143444090dd64
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToPixlPrice(uint256) view returns (uint256)
State-modifying
Events createMarketListing(uint256 tokenId, uint256 priceInPixlInteger)
createMarketSale(uint256 tokenId, uint256 amount)
deleteMarketListing(uint256 _tokenId)
grantRole(bytes32 role, address account)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPixelverseItemContract(address _contract)
transferOwnership(address newOwner)
withdrawAllItems(uint256 _tokenId)
withdrawAllPixl()
withdrawErc20(address erc20Contract, uint256 _amount)
withdrawItems(uint256 _tokenId, uint256 _amount)
withdrawPixl(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address pixlTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.