Vaulta

bancorusdcdp

Contract

  • Table row type of settings1

    {
      "name": "settings_t",
      "base": "",
      "fields": [
        {
          "name": "stable_token_symbol",
          "type": "string"
        },
        {
          "name": "stable_token_precision",
          "type": "uint8"
        },
        {
          "name": "stable_token_contract",
          "type": "name"
        },
        {
          "name": "asset_token_symbol",
          "type": "string"
        },
        {
          "name": "asset_token_precision",
          "type": "uint8"
        },
        {
          "name": "asset_token_contract",
          "type": "name"
        },
        {
          "name": "govern_token_symbol",
          "type": "string"
        },
        {
          "name": "govern_token_precision",
          "type": "uint8"
        },
        {
          "name": "govern_token_contract",
          "type": "name"
        },
        {
          "name": "token_percentage",
          "type": "float64"
        },
        {
          "name": "price_asset_token",
          "type": "float64"
        },
        {
          "name": "inflation_rate",
          "type": "float64"
        },
        {
          "name": "fees_rate",
          "type": "float64"
        }
      ]
    }