Vaulta

landandocean

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • rows of order

    Field Type
    order_id uint64
    pair_id uint64
    type uint8
    owner name
    placed_time time_point_sec
    remain_quantity asset
    remain_convert asset
    price float64
    contract name
    count uint8
    crosschain uint8
    ext1 uint64
    extstr string
  • rows of market

    Field Type
    mid uint64
    contract0 name
    contract1 name
    sym0 symbol
    sym1 symbol
    reserve0 asset
    reserve1 asset
    liqudity_token uint64
    price0_last float64
    price1_last float64
    price0_cumulative_last uint64
    price1_cumulative_last uint64
    last_update time_point_sec
  • rows of pair

    Field Type
    id uint64
    token0 token
    token1 token
    reserve0 asset
    reserve1 asset
    liqudity_token uint64
    price0_last float64
    price1_last float64
    price0_cumulative_last uint64
    price1_cumulative_last uint64
    block_time_last time_point_sec
  • rows of order

    Field Type
    order_id uint64
    pair_id uint64
    type uint8
    owner name
    placed_time time_point_sec
    remain_quantity asset
    remain_convert asset
    price float64
    contract name
    count uint8
    crosschain uint8
    ext1 uint64
    extstr string