Vaulta

swap.ccc

Contract

The data tables defined by this contract.

  • rows of config

    Field Type
    status uint8
    trade_fee uint16
    protocol_fee uint16
    dev_account name
    fee_account name
    time uint64
  • Field Type
    owner name
    token uint64
  • rows of logs

    Field Type
    id uint64
    balance asset
    time uint64
  • rows of order

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

    Field Type
    pair_id uint64
    contract0 name
    contract1 name
    sym0 symbol
    sym1 symbol
    reserve0 asset
    reserve1 asset
    liquidity_token uint64
    price0_last float64
    price1_last float64
    price0_cumulative_last uint64
    price1_cumulative_last uint64
    last_update time_point_sec
  • rows of rex

    Field Type
    proxy name
    pro_account name
    rate uint8
    proceeds asset