Telos

amm.swaps

Contract

The data tables defined by this contract.

  • Field Type
    status name
    protocol_fee uint8
    admin_account name
    fee_account name
    token_contract name
    notifiers name[]
    fee_exempt name[]
    blocked name[]
    listing_fee extended_asset
    issue_reward bool
    last_pair_id uint32
  • Field Type
    owner name
    quantity0 extended_asset
    quantity1 extended_asset
  • Field Type
    pair_id int64
    last_claim_id int64
    last_claimed time_point_sec
    stake_weight int64
  • rows of pairs_row

    Field Type
    id uint64
    reserve0 extended_asset
    reserve1 extended_asset
    liquidity extended_asset
    trade_fee uint8
    amplifier uint64
    multiplier float64
    virtual_price float64
    price0_last float64
    price1_last float64
    volume0 asset
    volume1 asset
    trades uint64
    last_updated time_point_sec
    protocol name
    creator name
    trust uint8
    tags pair_name_string[]
  • rows of ramp_row

    Field Type
    pair_id uint64
    start_amplifier uint64
    target_amplifier uint64
    start_time time_point_sec
    end_time time_point_sec
  • Field Type
    id int64
    stake_weight int64
    total_gain asset
    stake_remaining int64
    share_remaining asset
  • Field Type
    min_stake float64
    target_stake float64
    max_stake float64
    last_id int64
    last_reward time_point_sec
    stake_weight int64
    rex_balance asset
  • rows of wallet

    Field Type
    balance asset
    contract name