Vaulta

moneymarket1

Contract

  • Table row type of mkts5

    {
      "name": "market_t",
      "base": "",
      "fields": [
        {
          "name": "asset",
          "type": "extended_asset"
        },
        {
          "name": "isSupported",
          "type": "bool"
        },
        {
          "name": "blockNumber",
          "type": "uint64"
        },
        {
          "name": "interestRateModel",
          "type": "string"
        },
        {
          "name": "totalSupply",
          "type": "uint128"
        },
        {
          "name": "supplyRateMantissa",
          "type": "uint128"
        },
        {
          "name": "supplyIndex",
          "type": "uint128"
        },
        {
          "name": "totalBorrows",
          "type": "uint128"
        },
        {
          "name": "borrowRateMantissa",
          "type": "uint128"
        },
        {
          "name": "borrowIndex",
          "type": "uint128"
        }
      ]
    }