Vaulta

ptoswapaccts

Contract

The data tables defined by this contract.

  • rows of fee

    Field Type
    mid uint64
    swap uint64
    market uint64
    dao uint64
    to name
  • rows of global

    Field Type
    market_id uint64
    dao name
    feeto name
    log name
    status uint8
  • Field Type
    owner name
    token uint64
  • rows of market

    Field Type
    mid uint64
    contract0 name
    contract1 name
    sym0 symbol
    sym1 symbol
    reserve0 asset
    reserve1 asset
    balance0 asset
    balance1 asset
    liquidity_token uint64
    price0_last float64
    price1_last float64
    price0_cumulative_last uint64
    price1_cumulative_last uint64
    last_update time_point_sec
    creator name
  • rows of order

    Field Type
    owner name
    mid uint64
    quantity0 asset
    quantity1 asset