Vaulta

eth2.wal

Contract

The data tables defined by this contract.

  • Field Type
    id uint64
    stake_contract name
    stake_symbol symbol
    fund_contract name
    fund_symbol symbol
    initial_rate float64
    purchase_fee_ratio float64
    redeem_fee_ratio float64
    redeem_begin_time time_point_sec
    redeem_interval uint32
    fund_type uint8
    interest_ratio float64
    status uint8
    desc string
    total_stake asset
    total_fund asset
    total_interest asset
    lack_interest asset
    max_supply_interest asset
    last_update_time time_point_sec
  • Field Type
    id uint64
    account name
    stake_quantity asset
    fund_quantity asset
    created_time time_point_sec
  • Field Type
    admin name
    asset_contract name
    whaleex_contract name
    fee_receiver name
    pool_id uint32
  • rows of net_pool

    Field Type
    pool_id uint64
    annual_rate float64
    net_value float64
    effective_days uint32
    created_time time_point_sec
    updated_time time_point_sec
  • Field Type
    created_time time_point_sec
    annual_rate float64
    net_value float64
  • Field Type
    account name
    redeem_maturities pair_time_point_sec_asset[]