Vaulta

bitcashtests

Contract

The data tables defined by this contract.

  • Field Type
    account name
    total_matured_deposits asset
    last_withdrawal_date uint64
  • Field Type
    global_max_ltv float32
    global_target_ltv float32
    global_deposit_limit asset
    account_deposit_limit asset
    paused bool
    delphi_contract name
    accounts_contract name
    current_user_ltv_level name
    next_user_ltv_level name
    last_user_ltv_update name
    swaps_contract name
    global_ltv_avg float32
  • Field Type
    id uint64
    owner name
    value uint64
    median uint64
    timestamp uint64
  • rows of deposit

    Field Type
    id uint64
    account name
    quantity asset
    datetime uint64
  • Field Type
    pair name
    stable_balance asset
    crypto_balance asset
  • rows of loan

    Field Type
    pair name
    balance asset
  • Field Type
    id uint64
    avg_ltv_ratio float32
    datetime uint64
  • Field Type
    id uint64
    ltv_ratio float32
    datetime uint64
  • Field Type
    ltv_level_name name
    max_user_ltv_ratio float32
    target_user_ltv_ratio float32
    min_global_ltv_ratio float32
    max_global_ltv_ratio float32
  • rows of p2p

    Field Type
    id uint64
    quantity asset
  • Field Type
    balance asset
  • rows of token

    Field Type
    token_symbol symbol
    token_contract name
    fiat_symbol string
    delphi_usd_scope name
    exchange_fee float32
    withdrawal_fee asset
    loan_fee float32
    paused_trading bool
    paused_leverage bool
    allowed_withdrawal bool