Vaulta

swap.defi

Contract

The data tables defined by this contract.

  • Field Type
    balance asset
  • rows of config

    Field Type
    status uint8
    pair_id uint64
    trade_fee uint8
    protocol_fee uint8
    fee_account name
  • rows of order

    Field Type
    owner name
    quantity0 asset
    quantity1 asset
  • rows of pair

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

    Field Type
    available asset