Vaulta

findexfindex

Contract

The data tables defined by this contract.

  • rows of order

    Field Type
    id ORDER_ID
    user name
    record_id RECORD_ID
    quantity asset
    price PRICE
    place_time time_point_sec
    expire_time time_point_sec
  • rows of record

    Field Type
    id RECORD_ID
    scope uint64
    order_id ORDER_ID
    price PRICE
    total_quantity asset
    remaining_quantity asset
    frozen_asset extended_asset
    remark string
    place_time time_point_sec
    expire_time time_point_sec
  • rows of balance

    Field Type
    liquid extended_asset
  • rows of token

    Field Type
    id uint64
    ext_symbol extended_symbol
    symbol_name string
    precision uint64
  • rows of pair

    Field Type
    id uint64
    quote_id uint64
    base_id uint64
    price_precision PRICE_PRECISION
    minimum_volume uint32
    transaction_fee uint32
  • Field Type
    corp_account name
    pair_id PAIR_ID
    findex_percent uint32
    transaction_fee uint32
  • Field Type
    user name
  • Field Type
    user name
  • rows of server

    Field Type
    id uint64
    running uint32
  • Field Type
    order_id ORDER_ID