Vaulta

swap.rome

Contract

The data tables defined by this contract.

  • rows of config

    Field Type
    config_id uint64
    key string
    value string
  • Field Type
    owner name
    token uint64
  • rows of maker

    Field Type
    market_id uint64
    token uint64
    quantity0 asset
    quantity1 asset
  • rows of markets

    Field Type
    market_id uint64
    coin0 st_coin
    coin1 st_coin
    reserve0 asset
    reserve1 asset
    token uint64
    price0_last float64
    price1_last float64
    last_update time_point_sec
  • rows of orders

    Field Type
    owner name
    market_id uint64
    quantity0 asset
    quantity1 asset
  • rows of pairs

    Field Type
    digest checksum256
    unikey string
    market_id uint64
  • rows of table_id

    Field Type
    market_id uint64