Vaulta

log.defi

Contract

  • Action parameter in liquidlog

    {
      "name": "liquidlog",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "borrower",
          "type": "name"
        },
        {
          "name": "principal_reserve_id",
          "type": "uint64"
        },
        {
          "name": "principal_contract",
          "type": "name"
        },
        {
          "name": "principal_quantity",
          "type": "asset"
        },
        {
          "name": "collateral_reserve_id",
          "type": "uint64"
        },
        {
          "name": "collateral_contract",
          "type": "name"
        },
        {
          "name": "collateral_btoken",
          "type": "asset"
        },
        {
          "name": "bonus_btoken",
          "type": "asset"
        },
        {
          "name": "forfeit_btoken",
          "type": "asset"
        },
        {
          "name": "health_factor0",
          "type": "uint64"
        },
        {
          "name": "health_factor1",
          "type": "uint64"
        },
        {
          "name": "borrower_principal_borrow_balance",
          "type": "asset"
        },
        {
          "name": "borrower_compounded_interest",
          "type": "asset"
        },
        {
          "name": "borrower_last_variable_borrow_cumulative_index",
          "type": "uint128"
        },
        {
          "name": "principal_price",
          "type": "uint64"
        },
        {
          "name": "collateral_price",
          "type": "uint64"
        },
        {
          "name": "exchange_rate",
          "type": "uint64"
        },
        {
          "name": "date",
          "type": "time_point"
        }
      ]
    }