Vaulta

dex.wal

Contract

The data tables defined by this contract.

  • Field Type
    admin name
    asset_contract name
    pair_id uint64
    order_id uint64
    trade_id uint64
  • rows of order

    Field Type
    order_id uint64
    pair_id uint64
    side uint8
    status uint8
    user name
    base_quantity asset
    quote_quantity asset
    price uint64
    pay_contract name
    pay_quantity asset
    base_filled asset
    quote_filled asset
    placed_time time_point_sec
  • Field Type
    id uint64
    pair_id uint64
    side uint8
    price uint64
    quantity asset
  • Field Type
    order_id uint64
    pair_id uint64
    side uint8
    status uint8
    user name
    base_quantity asset
    quote_quantity asset
    price uint64
    pay_contract name
    pay_quantity asset
    base_filled asset
    quote_filled asset
    placed_time time_point_sec
  • rows of pair

    Field Type
    pair_id uint64
    base_contract name
    base_symbol symbol
    quote_contract name
    quote_symbol symbol
    price_precision uint8
    default_route uint64
    desc string
  • Field Type
    pair_id uint64
    min_base_quantity asset
    min_quote_quantity asset
    path swap_path[]
  • rows of profit

    Field Type
    id uint64
    contract name
    total_quantity asset
    claimed_quantity asset
  • Field Type
    pair_id uint64
    lend_contract name
    swap_contract name
    lend_quantity asset
    swap_quantity asset
    fill_quantity asset
    cancel_quantity asset
  • rows of trade

    Field Type
    trade_id uint64
    pair_id uint64
    take_side uint8
    bidder name
    asker name
    bid_order_id uint64
    ask_order_id uint64
    base_quantity asset
    quote_quantity asset
    base_fee asset
    quote_fee asset
    txid checksum256
    created_time time_point_sec