Vaulta

eossanguoact

Contract

  • Struct property of adluckywheel

    Table row type of luckywheel

    {
      "name": "luckywheel",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "sortid",
          "type": "uint32"
        },
        {
          "name": "type",
          "type": "uint16"
        },
        {
          "name": "costcode",
          "type": "uint32"
        },
        {
          "name": "costcnt",
          "type": "uint32"
        },
        {
          "name": "grade",
          "type": "uint8"
        },
        {
          "name": "helpcode",
          "type": "uint16"
        },
        {
          "name": "starttime",
          "type": "uint32"
        },
        {
          "name": "duration",
          "type": "uint32"
        },
        {
          "name": "clrduration",
          "type": "uint32"
        },
        {
          "name": "rewards",
          "type": "luckywheelreward[]"
        },
        {
          "name": "bar",
          "type": "giftbar"
        }
      ]
    }