Vaulta

dudududuniao

Contract

  • Extends base type of BaseTable

    Struct base type of eggs

    Struct property of MarketEgg

    {
      "name": "Egg",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "parentDragon",
          "type": "uint64"
        },
        {
          "name": "purity",
          "type": "uint8"
        },
        {
          "name": "eosPrice",
          "type": "uint64"
        },
        {
          "name": "hatchStartTime",
          "type": "uint64"
        },
        {
          "name": "hatchMedicineTime",
          "type": "uint64"
        },
        {
          "name": "hatchDoneTime",
          "type": "uint64"
        },
        {
          "name": "luckyEggId",
          "type": "uint64"
        }
      ]
    }