Vaulta

moneymarket1

Contract

  • Table row type of settings3

    {
      "name": "settings_t",
      "base": "",
      "fields": [
        {
          "name": "oracleName",
          "type": "name"
        },
        {
          "name": "isPaused",
          "type": "bool"
        },
        {
          "name": "collateralRatioMantissa",
          "type": "uint128"
        },
        {
          "name": "liquidationDiscountMantissa",
          "type": "uint128"
        },
        {
          "name": "originationFeeMantissa",
          "type": "uint128"
        }
      ]
    }