Vaulta

thekarmadapp

Contract

  • Table row type of karma.config

    {
      "name": "st_karma_config",
      "base": "",
      "fields": [
        {
          "name": "last_category_id",
          "type": "uint64"
        },
        {
          "name": "last_post_id",
          "type": "uint64"
        },
        {
          "name": "last_cmmt_id",
          "type": "uint64"
        },
        {
          "name": "inflation_day",
          "type": "uint64"
        },
        {
          "name": "karma_pays_ram",
          "type": "bool"
        },
        {
          "name": "daily_stats",
          "type": "daily_stats[]"
        }
      ]
    }