Vaulta

steamiodice1

Contract

  • Table row type of rounds

    {
      "name": "round_item",
      "base": "",
      "fields": [
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "reward",
          "type": "asset"
        },
        {
          "name": "votes",
          "type": "uint64"
        },
        {
          "name": "start_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        },
        {
          "name": "ended",
          "type": "bool"
        },
        {
          "name": "to_team_voters",
          "type": "asset[]"
        }
      ]
    }