Vaulta

lend.defi

Contract

  • Action parameter in createtoken

    {
      "name": "createtoken",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "bsym",
          "type": "symbol"
        },
        {
          "name": "optimal_utilization_rate",
          "type": "uint64"
        },
        {
          "name": "base_variable_borrow_rate",
          "type": "uint64"
        },
        {
          "name": "variable_rate_slope1",
          "type": "uint64"
        },
        {
          "name": "variable_rate_slope2",
          "type": "uint64"
        },
        {
          "name": "reserve_factor",
          "type": "uint64"
        },
        {
          "name": "minimum_borrows",
          "type": "asset"
        },
        {
          "name": "maximum_borrows",
          "type": "asset"
        },
        {
          "name": "maximum_total_borrows",
          "type": "asset"
        },
        {
          "name": "minimum_deposit",
          "type": "asset"
        },
        {
          "name": "maximum_deposit",
          "type": "asset"
        },
        {
          "name": "maximum_total_deposit",
          "type": "asset"
        }
      ]
    }