Vaulta

dudududuniao

Contract

  • Extends base type of BaseTable

    Struct base type of luckyeggs

    {
      "name": "LuckyEgg",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "rewardEos",
          "type": "uint64"
        },
        {
          "name": "rewardDosr",
          "type": "uint64"
        },
        {
          "name": "received",
          "type": "bool"
        },
        {
          "name": "eggId",
          "type": "uint64"
        },
        {
          "name": "dragonId",
          "type": "uint64"
        }
      ]
    }