Vaulta

union.ob

Contract

The data tables defined by this contract.

  • rows of global

    Field Type
    status uint8
    slippage float64
    fee_rate float64
    reward_fee_rate float64
  • rows of pair

    Field Type
    pair_id uint64
    contract0 name
    contract1 name
    symbol0 symbol
    symbol1 symbol
    min_quantity0 asset
    min_quantity1 asset
    memo string
    status uint8
  • rows of reward

    Field Type
    status uint8
    contract name
    min_eos_quantity asset
    min_usdt_quantity asset
    min_quantity asset
    timeout uint32
    last_user name
    last_time time_point_sec
    trigger_rate float64
  • rows of swap

    Field Type
    contract name
    status uint8
    liquidity_token uint64
  • rows of user

    Field Type
    user name
    slippage float64
    status uint8
    fee_rate float64
  • rows of volume

    Field Type
    contract name
    quantity asset
    last_user name
    last_time time_point_sec