Vaulta

ramx.eos

Contract

The data tables defined by this contract.

  • Field Type
    disabled_pending_order bool
    disabled_cancel_order bool
    disabled_trade bool
    min_trade_amount asset
    min_trade_bytes uint64
    fee_account name
    fee_ratio uint16
  • Field Type
    order_id uint64
  • rows of order_row

    Field Type
    id uint64
    type name
    owner name
    price uint64
    bytes uint64
    quantity asset
    created_at time_point_sec
  • rows of stat_row

    Field Type
    buy_quantity asset
    buy_bytes uint64
    num_buy_orders uint64
    sell_quantity asset
    sell_bytes uint64
    num_sell_orders uint64
    trade_quantity asset
    trade_bytes uint64
    num_trade_orders uint64