Vaulta

themarftoken

Contract

  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "airgrab_contract",
          "type": "name"
        },
        {
          "name": "urirewaccount",
          "type": "name"
        },
        {
          "name": "urirew_amount",
          "type": "asset"
        },
        {
          "name": "inflate_per_day",
          "type": "asset"
        },
        {
          "name": "minimum_days_between_payout",
          "type": "uint8"
        },
        {
          "name": "initial_burn_percent",
          "type": "float64"
        },
        {
          "name": "total_percent",
          "type": "float64"
        },
        {
          "name": "current_burn_amount",
          "type": "asset"
        },
        {
          "name": "total_burn_amount",
          "type": "asset"
        },
        {
          "name": "rewards_pool",
          "type": "asset"
        },
        {
          "name": "last_uri_dist_at",
          "type": "time_point_sec"
        }
      ]
    }