Vaulta

eosunitpool1

Contract

  • Table row type of config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "sym",
          "type": "symbol"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "base_interest",
          "type": "uint64"
        },
        {
          "name": "base_reward",
          "type": "uint64"
        },
        {
          "name": "base_reward_borrow_rate",
          "type": "uint64"
        },
        {
          "name": "reserve_factor",
          "type": "uint64"
        },
        {
          "name": "stake_price",
          "type": "float64"
        },
        {
          "name": "total_cash",
          "type": "asset"
        },
        {
          "name": "total_borrow",
          "type": "asset"
        },
        {
          "name": "total_reservers",
          "type": "asset"
        },
        {
          "name": "total_reward",
          "type": "asset"
        },
        {
          "name": "released_reward",
          "type": "asset"
        },
        {
          "name": "current_interest",
          "type": "float64"
        },
        {
          "name": "interest_count",
          "type": "uint64"
        },
        {
          "name": "reward_count",
          "type": "uint64"
        },
        {
          "name": "liquid_threshold",
          "type": "uint64"
        },
        {
          "name": "borrow_threshold",
          "type": "uint64"
        },
        {
          "name": "over_stake_threshold",
          "type": "uint64"
        },
        {
          "name": "liquid_reward",
          "type": "uint64"
        },
        {
          "name": "editprice_count",
          "type": "uint64"
        }
      ]
    }