Telos

otc.starter

合约

此合约定义的数据表。

  • 行数据 history_row

    字段 类型
    id uint64
    timestamp time_point_sec
    event_type name
    from name
    to name
    contract name
    quantity asset
    trxid checksum256
  • 行数据 orders_row

    字段 类型
    id uint64
    maker name
    ask extended_asset
    offer extended_asset
    minimum asset
    remaining_ask asset
    remaining_offer asset
    hash checksum256
  • 行数据 settings

    字段 类型
    contact string
    sourcecode string
    admin name
    enabled bool
    last_order_id uint64
    last_log_id uint64
  • 行数据 currency_stats

    字段 类型
    supply asset
    max_supply asset
    issuer name