Vaulta

theflairdapp

Contract

  • Table row type of contests

    {
      "name": "contest",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "levelId",
          "type": "name"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "participantLimit",
          "type": "uint32"
        },
        {
          "name": "participantCount",
          "type": "uint32"
        },
        {
          "name": "submissionsClosed",
          "type": "bool"
        },
        {
          "name": "submissionPeriod",
          "type": "uint32"
        },
        {
          "name": "votePeriod",
          "type": "uint32"
        },
        {
          "name": "createdAt",
          "type": "uint32"
        },
        {
          "name": "fixedPrize",
          "type": "uint32"
        },
        {
          "name": "voteStartUTCHour",
          "type": "uint32"
        },
        {
          "name": "paid",
          "type": "bool"
        },
        {
          "name": "minParticipant",
          "type": "uint32"
        },
        {
          "name": "lastEntryAddedAt",
          "type": "uint32"
        }
      ]
    }