Vaulta

d.app.pomelo

Contract

  • Table row type of match

    {
      "name": "match_row",
      "base": "",
      "fields": [
        {
          "name": "grant_id",
          "type": "name"
        },
        {
          "name": "round_id",
          "type": "uint16"
        },
        {
          "name": "total_users",
          "type": "uint64"
        },
        {
          "name": "sum_value",
          "type": "float64"
        },
        {
          "name": "sum_boost",
          "type": "float64"
        },
        {
          "name": "sum_sqrt",
          "type": "float64"
        },
        {
          "name": "square",
          "type": "float64"
        },
        {
          "name": "updated_at",
          "type": "time_point_sec"
        }
      ]
    }