Vaulta

theflairdapp

Contract

  • Struct property of createlevel

    {
      "name": "createlvlargs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "name"
        },
        {
          "name": "categoryId",
          "type": "name"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "price",
          "type": "uint32"
        },
        {
          "name": "participantLimit",
          "type": "uint32"
        },
        {
          "name": "submissionPeriod",
          "type": "uint32"
        },
        {
          "name": "votePeriod",
          "type": "uint32"
        },
        {
          "name": "fee",
          "type": "uint32"
        },
        {
          "name": "prizes",
          "type": "uint32[]"
        },
        {
          "name": "fixedPrize",
          "type": "uint32"
        },
        {
          "name": "allowedSimultaneousContests",
          "type": "uint32"
        },
        {
          "name": "voteStartUTCHour",
          "type": "uint32"
        },
        {
          "name": "minParticipant",
          "type": "uint32"
        }
      ]
    }