Vaulta

zhuang.x

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • Field Type
    aid uint64
    user name
    price uint64
    pledge asset
    issue asset
    remain_pledge asset
    remain_issue asset
    create_time time_point_sec
  • Field Type
    current_amount asset
    total_amount asset
  • rows of config

    Field Type
    is_paused bool
    last_harvest_time uint64
  • Field Type
    current_amount asset
    total_amount asset
  • rows of flow

    Field Type
    flow_id uint64
  • rows of history

    Field Type
    claim_amount asset
    harvest_time uint64
  • Field Type
    fee uint8
  • 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
  • Field Type
    status uint8
    pair_id uint64
    trade_fee uint8
    protocol_fee uint8
    fee_account name
  • rows of usninfo

    Field Type
    id uint64
    clear_amount asset
    require_eos asset
    loan_fee uint64
  • Field Type
    swap_amount asset
    total_amount asset