Vaulta

theflairdapp

Contract

  • Table row type of votes

    {
      "name": "entryvote",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "contestId",
          "type": "uint64"
        },
        {
          "name": "entryId",
          "type": "name"
        },
        {
          "name": "voterUserId",
          "type": "name"
        },
        {
          "name": "createdAt",
          "type": "uint32"
        }
      ]
    }