Vaulta

jindaojindao

Contract

  • Table row type of configs

    {
      "name": "configs",
      "base": "",
      "fields": [
        {
          "name": "vote_proxy",
          "type": "name"
        },
        {
          "name": "price_oracle",
          "type": "name"
        },
        {
          "name": "market_id",
          "type": "uint64"
        },
        {
          "name": "price_period",
          "type": "uint64"
        },
        {
          "name": "price_lower_bound",
          "type": "uint64"
        },
        {
          "name": "price_upper_bound",
          "type": "uint64"
        },
        {
          "name": "minimum_collateral_ratio",
          "type": "uint64"
        },
        {
          "name": "minimum_deposit",
          "type": "uint64"
        },
        {
          "name": "mint_fee",
          "type": "uint64"
        }
      ]
    }