Module Overview
Module Name market-ui
Module Reference 0157f0f3ba
Verification Status Unverifiable
Age 280 days
Sender 98848
More Info
Deployed in block 17,626,219
Deployed in tx c135
Methods 3
Contracts 0
Module Build Info
Verification Status:Unverifiable
Build Image Used:N/A
Build Command Used:N/A
Archive Hash:N/A
Link to Source Code:N/A
Explanation:No embedded build information found.
Module Schema
Initialization

Parameters
{
  "commission": "<UInt16>"
}
Errors
None
Event
None
Methods

Parameters
{
  "cis_contract_address": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "price": "<Amount in microCCD>",
  "quantity": "<String of size at most 74 containing an unsigned integer.>",
  "royalty": "<UInt16>",
  "token_id": "<String with lowercase hex>"
}
Errors
None
Return
None

Parameters
{
  "cis_contract_address": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "owner": "<AccountAddress>",
  "quantity": "<String of size at most 74 containing an unsigned integer.>",
  "to": "<AccountAddress>",
  "token_id": "<String with lowercase hex>"
}
Errors
None
Return
None

Parameters
None
Errors
None
Return
[
  [
    {
      "contract": {
        "index": "<UInt64>",
        "subindex": "<UInt64>"
      },
      "owner": "<AccountAddress>",
      "price": "<Amount in microCCD>",
      "primary_owner": "<AccountAddress>",
      "quantity": "<String of size at most 74 containing an unsigned integer.>",
      "royalty": "<UInt16>",
      "token_id": "<String with lowercase hex>"
    }
  ]
]
Module Usage