Vaulta

boiddonation

Contract

  • Table row type of tokens

    {
      "name": "tokens",
      "base": "",
      "fields": [
        {
          "name": "token",
          "type": "extended_symbol"
        },
        {
          "name": "min_contribution",
          "type": "float32"
        },
        {
          "name": "total_contributed",
          "type": "float32"
        },
        {
          "name": "unique_contributors",
          "type": "uint32"
        },
        {
          "name": "daily_power_regen",
          "type": "uint32"
        },
        {
          "name": "current_power_available",
          "type": "float32"
        },
        {
          "name": "power_available_cap",
          "type": "uint32"
        },
        {
          "name": "power_last_updated_utc_ms",
          "type": "uint64"
        },
        {
          "name": "power_reward_multiplier",
          "type": "uint8"
        },
        {
          "name": "total_power_granted",
          "type": "uint32"
        }
      ]
    }