Vaulta

ifswap.wal

Contract

The data tables defined by this contract.

  • Field Type
    balance asset
  • Field Type
    admin name
    rebater name
    asset_contract name
    mining_contract name
    swap_route_contract name
    token_link_contract name
    allow_private bool
    max_pool_tokens uint8
    trade_fee uint16
    rebate_fee uint16
    exit_fee uint16
    token_id uint32
    pool_id uint32
    status uint8
  • Field Type
    id uint64
    in_token_id uint64
    out_token_id uint64
    swap_path string
  • Field Type
    token_id uint64
    weight uint16
  • Field Type
    from name
    memo string
    contract name
    quantity asset
  • Field Type
    maker name
    lp_token uint64
  • rows of orders

    Field Type
    maker name
    quantity asset[]
  • rows of paths

    Field Type
    id uint64
    token_id_0 uint64
    token_id_1 uint64
    pool_ids uint64[]
  • rows of pools

    Field Type
    id uint64
    creator name
    lp_token uint64
    tokens uint64[]
    weights uint16[]
    reserves asset[]
    trade_fee uint16
    is_private bool
    desc string
    last_update_time time_point_sec
  • Field Type
    token_id uint64
    contract name
    sym symbol
    logo_url string
    desc string
    is_white_coin bool
    creator name
    create_time time_point_sec
    reserve_x uint64
    reserve_y uint64
  • rows of tokens

    Field Type
    id uint64
    contract name
    sym symbol