Vaulta

dudududuniao

Contract

The data structures defined by this contract.

  • Extends base type of BaseTable

    Struct base type of actrecords

    {
      "name": "ActRecord",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "int16"
        },
        {
          "name": "oid",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of admins

    {
      "name": "Admin",
      "base": "BaseTable",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "permissions",
          "type": "string"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of appstats

    {
      "name": "AppStats",
      "base": "BaseTable",
      "fields": [
        {
          "name": "playerCount",
          "type": "uint64"
        },
        {
          "name": "activePlayerCount",
          "type": "uint64"
        },
        {
          "name": "usedEosPlayerCount",
          "type": "uint64"
        },
        {
          "name": "dosrRebate1Sum",
          "type": "uint64"
        },
        {
          "name": "dosrRebate2Sum",
          "type": "uint64"
        },
        {
          "name": "currDragonCount100",
          "type": "uint64"
        },
        {
          "name": "currDragonCount101",
          "type": "uint64"
        },
        {
          "name": "currDragonCount102",
          "type": "uint64"
        },
        {
          "name": "currDragonCount103",
          "type": "uint64"
        },
        {
          "name": "createdDragonCount100",
          "type": "uint64"
        },
        {
          "name": "createdDragonCount101",
          "type": "uint64"
        },
        {
          "name": "createdDragonCount102",
          "type": "uint64"
        },
        {
          "name": "createdDragonCount103",
          "type": "uint64"
        },
        {
          "name": "unuse0",
          "type": "uint64"
        },
        {
          "name": "unuse1",
          "type": "uint64"
        },
        {
          "name": "unuse2",
          "type": "uint64"
        },
        {
          "name": "unuse3",
          "type": "uint64"
        },
        {
          "name": "unuse4",
          "type": "uint64"
        },
        {
          "name": "unuse5",
          "type": "uint64"
        },
        {
          "name": "unuse6",
          "type": "uint64"
        },
        {
          "name": "unuse7",
          "type": "uint64"
        },
        {
          "name": "unuse8",
          "type": "uint64"
        },
        {
          "name": "unuse9",
          "type": "uint64"
        },
        {
          "name": "unuse10",
          "type": "uint64"
        }
      ]
    }
  • Struct base type of ActRecord

    Struct base type of Admin

    Struct base type of AppStats

    Struct base type of BonusIDR

    Struct base type of BonusPRR

    Struct base type of BonusPool

    Struct base type of Config

    Struct base type of ConfigOld

    Struct base type of Dragon

    Struct base type of DragonOld

    Struct base type of Egg

    Struct base type of EggPurityStats

    Struct base type of GiftPack

    Struct base type of Log

    Struct base type of LuckyEgg

    Struct base type of MarketEgg

    Struct base type of MedicinePack

    Struct base type of MktSoldEggPrice

    Struct base type of Notice

    Struct base type of Player

    Struct base type of PlayerLuckyEgg

    Struct base type of PlayerOld1

    Struct base type of QuickBuy

    Struct base type of Rebate

    Struct base type of StatsV1

    {
      "name": "BaseTable",
      "base": "",
      "fields": [
        {
          "name": "createdAt",
          "type": "uint64"
        },
        {
          "name": "updatedAt",
          "type": "uint64"
        },
        {
          "name": "ver",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of bonusidrs

    {
      "name": "BonusIDR",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "poolEosBalance",
          "type": "uint64"
        },
        {
          "name": "poolDosrBalance",
          "type": "uint64"
        },
        {
          "name": "eosQuantity",
          "type": "uint64"
        },
        {
          "name": "playerReceivedEOSQuantity",
          "type": "uint64"
        },
        {
          "name": "playerReceivedCount",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of bonusprrs

    {
      "name": "BonusPRR",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "stockedDosr",
          "type": "uint64"
        },
        {
          "name": "eosDividendsQuantity",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of bonuspools

    {
      "name": "BonusPool",
      "base": "BaseTable",
      "fields": [
        {
          "name": "eosBalance",
          "type": "uint64"
        },
        {
          "name": "dosrBalance",
          "type": "uint64"
        },
        {
          "name": "eggToDosrExchangeRate",
          "type": "uint64"
        },
        {
          "name": "eggToDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "eggToDosrMaxQuantity",
          "type": "uint64"
        },
        {
          "name": "eggToDosrTotalQuantity",
          "type": "uint64"
        },
        {
          "name": "lastIssueDividendId",
          "type": "uint64"
        },
        {
          "name": "totalIssueDividendQuantity",
          "type": "uint64"
        },
        {
          "name": "totalReceiveDividendEOSQuantity",
          "type": "uint64"
        },
        {
          "name": "totalLuckyEggRewardEosQuantity",
          "type": "uint64"
        },
        {
          "name": "totalLuckyEggRewardDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "totalStockDosrQuanttity",
          "type": "uint64"
        },
        {
          "name": "totalUnStockDosrQuanttity",
          "type": "uint64"
        },
        {
          "name": "totalRebateEosQuantity",
          "type": "uint64"
        },
        {
          "name": "totalWithdrawEosQuantity",
          "type": "uint64"
        },
        {
          "name": "inEosSum",
          "type": "uint64"
        },
        {
          "name": "outEosSum",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of configs3

    {
      "name": "Config",
      "base": "BaseTable",
      "fields": [
        {
          "name": "PreSaleEndTime",
          "type": "uint64"
        },
        {
          "name": "UNSTOCK_DOSR_WAIT_TIME",
          "type": "uint64"
        },
        {
          "name": "BONUS_ISSUE_DIVIDENDS_TIME",
          "type": "uint64"
        },
        {
          "name": "BONUS_ISSUE_DIVIDENDS_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_INIT_MAX_QUANTITY",
          "type": "uint64"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_INIT_EXCHANGE_RATE",
          "type": "uint64"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_EXCHANGE_WELK_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_EXCHANGE_FIX_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_MAX_WELK_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EOS_RECEIVER",
          "type": "name"
        },
        {
          "name": "GIFT_PACK_HAS_INVITER_SAVE_RATE",
          "type": "float32"
        },
        {
          "name": "SET_INVITER_ADD_MEDICINE",
          "type": "uint64"
        },
        {
          "name": "BY_SET_INVITER_ADD_MEDICINE",
          "type": "uint64"
        },
        {
          "name": "DRAGON_LAG_EGG_DOWNGRADE_RATE",
          "type": "float32"
        },
        {
          "name": "PLAYER_PROXY_ACCOUNT",
          "type": "name"
        },
        {
          "name": "PLAYER_MAX_EGG_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "PLAYER_MAX_DRAGON_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "BUY_LATTICE_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_LATTICE_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_LATTICE_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_LATTICE_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_MEDICINE_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_EGG_FEE_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "MEDICINE_PRICE",
          "type": "uint64"
        },
        {
          "name": "INIT_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "BUY_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "INIT_BUY_LATTICE_PRICE",
          "type": "uint64"
        },
        {
          "name": "MARKET_EGG_MIN_PRICE",
          "type": "uint64"
        },
        {
          "name": "MARKET_EGG_MAX_PRICE",
          "type": "uint64"
        },
        {
          "name": "DOSR_EXT_ISSUE_QUANTITY",
          "type": "uint64"
        },
        {
          "name": "DOSR_REBATE_1_RATE",
          "type": "float32"
        },
        {
          "name": "DOSR_REBATE_2_RATE",
          "type": "float32"
        },
        {
          "name": "PreSaleBeginTime",
          "type": "uint64"
        },
        {
          "name": "u64t2",
          "type": "uint64"
        },
        {
          "name": "u64t3",
          "type": "uint64"
        },
        {
          "name": "u64t4",
          "type": "uint64"
        },
        {
          "name": "u64t5",
          "type": "uint64"
        },
        {
          "name": "n1",
          "type": "name"
        },
        {
          "name": "n2",
          "type": "name"
        },
        {
          "name": "n3",
          "type": "name"
        },
        {
          "name": "n4",
          "type": "name"
        },
        {
          "name": "n5",
          "type": "name"
        },
        {
          "name": "BUY_LATTICE_REBATE_POOL_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_POOL_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_POOL_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_POOL_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_POOL_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "EGG_DRAGON_VERS",
          "type": "ConfigEggDragonVer[]"
        }
      ]
    }
  • Struct property of Config

    {
      "name": "ConfigEggDragonVer",
      "base": "",
      "fields": [
        {
          "name": "createdAt",
          "type": "uint64"
        },
        {
          "name": "EGG_HATCH_DONE_TIMES",
          "type": "uint64[]"
        },
        {
          "name": "DRAGON_100_LAY_EGG_DONE_TIMES",
          "type": "uint64[]"
        },
        {
          "name": "DRAGON_101_LAY_EGG_DONE_TIMES",
          "type": "uint64[]"
        },
        {
          "name": "DRAGON_102_LAY_EGG_DONE_TIMES",
          "type": "uint64[]"
        },
        {
          "name": "DRAGON_103_LAY_EGG_DONE_TIMES",
          "type": "uint64[]"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of configs

    {
      "name": "ConfigOld",
      "base": "BaseTable",
      "fields": [
        {
          "name": "PreSaleEndTime",
          "type": "uint64"
        },
        {
          "name": "UNSTOCK_DOSR_WAIT_TIME",
          "type": "uint64"
        },
        {
          "name": "BONUS_ISSUE_DIVIDENDS_TIME",
          "type": "uint64"
        },
        {
          "name": "BONUS_ISSUE_DIVIDENDS_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_INIT_MAX_QUANTITY",
          "type": "uint64"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_INIT_EXCHANGE_RATE",
          "type": "uint64"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_EXCHANGE_WELK_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_EXCHANGE_FIX_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EGG_TO_DOSR_MAX_WELK_RATE",
          "type": "float32"
        },
        {
          "name": "BONUS_POOL_EOS_RECEIVER",
          "type": "name"
        },
        {
          "name": "GIFT_PACK_HAS_INVITER_SAVE_RATE",
          "type": "float32"
        },
        {
          "name": "SET_INVITER_ADD_MEDICINE",
          "type": "uint64"
        },
        {
          "name": "BY_SET_INVITER_ADD_MEDICINE",
          "type": "uint64"
        },
        {
          "name": "DRAGON_LAG_EGG_DOWNGRADE_RATE",
          "type": "float32"
        },
        {
          "name": "PLAYER_PROXY_ACCOUNT",
          "type": "name"
        },
        {
          "name": "PLAYER_MAX_EGG_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "PLAYER_MAX_DRAGON_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "BUY_LATTICE_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_LATTICE_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_LATTICE_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_LATTICE_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_QUICK_BUY_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_MEDICINE_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_MEDICINE_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_GIFT_PACK_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "BUY_EGG_FEE_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_1_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_2_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_PLATFORM_EOS_RATE",
          "type": "float32"
        },
        {
          "name": "BUY_EGG_REBATE_PLATFORM_RECEIVER",
          "type": "name"
        },
        {
          "name": "MEDICINE_PRICE",
          "type": "uint64"
        },
        {
          "name": "INIT_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "BUY_LATTICE_NUM",
          "type": "uint16"
        },
        {
          "name": "INIT_BUY_LATTICE_PRICE",
          "type": "uint64"
        },
        {
          "name": "MARKET_EGG_MIN_PRICE",
          "type": "uint64"
        },
        {
          "name": "MARKET_EGG_MAX_PRICE",
          "type": "uint64"
        }
      ]
    }
  • Struct base type of configs2

    {
      "name": "ConfigOld2",
      "base": "",
      "fields": [
        {
          "name": "DOSR_EXT_ISSUE_QUANTITY",
          "type": "uint64"
        },
        {
          "name": "DOSR_REBATE_1_RATE",
          "type": "float32"
        },
        {
          "name": "DOSR_REBATE_2_RATE",
          "type": "float32"
        },
        {
          "name": "u64t1",
          "type": "uint64"
        },
        {
          "name": "u64t2",
          "type": "uint64"
        },
        {
          "name": "u64t3",
          "type": "uint64"
        },
        {
          "name": "u64t4",
          "type": "uint64"
        },
        {
          "name": "u64t5",
          "type": "uint64"
        },
        {
          "name": "n1",
          "type": "name"
        },
        {
          "name": "n2",
          "type": "name"
        },
        {
          "name": "n3",
          "type": "name"
        },
        {
          "name": "n4",
          "type": "name"
        },
        {
          "name": "n5",
          "type": "name"
        },
        {
          "name": "f1",
          "type": "float32"
        },
        {
          "name": "f2",
          "type": "float32"
        },
        {
          "name": "f3",
          "type": "float32"
        },
        {
          "name": "f4",
          "type": "float32"
        },
        {
          "name": "f5",
          "type": "float32"
        }
      ]
    }
  • Extends base type of StatsV1

    Struct base type of daystats

    {
      "name": "DayStats",
      "base": "StatsV1",
      "fields": [
        {
          "name": "activePlayerCount",
          "type": "uint64"
        },
        {
          "name": "usedEosPlayerCount",
          "type": "uint64"
        },
        {
          "name": "newPlayerInEosSum",
          "type": "uint64"
        },
        {
          "name": "newPlayerBuyEggCount",
          "type": "uint64"
        },
        {
          "name": "newPlayerBuyEggEosSum",
          "type": "uint64"
        },
        {
          "name": "dosrRebate1Sum",
          "type": "uint64"
        },
        {
          "name": "dosrRebate2Sum",
          "type": "uint64"
        },
        {
          "name": "eggToDosrEggCount",
          "type": "uint64"
        },
        {
          "name": "eggToDosrDosrSum",
          "type": "uint64"
        },
        {
          "name": "newDragonCount100",
          "type": "uint64"
        },
        {
          "name": "newDragonCount101",
          "type": "uint64"
        },
        {
          "name": "newDragonCount102",
          "type": "uint64"
        },
        {
          "name": "newDragonCount103",
          "type": "uint64"
        },
        {
          "name": "newEggCount100",
          "type": "uint64"
        },
        {
          "name": "newEggCount101",
          "type": "uint64"
        },
        {
          "name": "newEggCount102",
          "type": "uint64"
        },
        {
          "name": "newEggCount103",
          "type": "uint64"
        },
        {
          "name": "unuse0",
          "type": "uint64"
        },
        {
          "name": "unuse1",
          "type": "uint64"
        },
        {
          "name": "unuse2",
          "type": "uint64"
        },
        {
          "name": "unuse3",
          "type": "uint64"
        },
        {
          "name": "unuse4",
          "type": "uint64"
        },
        {
          "name": "unuse5",
          "type": "uint64"
        },
        {
          "name": "unuse6",
          "type": "uint64"
        },
        {
          "name": "unuse7",
          "type": "uint64"
        },
        {
          "name": "unuse8",
          "type": "uint64"
        },
        {
          "name": "unuse9",
          "type": "uint64"
        },
        {
          "name": "unuse10",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of dragons2

    {
      "name": "Dragon",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint32"
        },
        {
          "name": "parentEgg",
          "type": "uint64"
        },
        {
          "name": "parentEggPurity",
          "type": "uint8"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "layEggNum",
          "type": "uint32"
        },
        {
          "name": "layEggDoneTime",
          "type": "uint64"
        },
        {
          "name": "layMedicineTime",
          "type": "uint64"
        },
        {
          "name": "layEggStartTime",
          "type": "uint64"
        },
        {
          "name": "totalLayTime",
          "type": "uint64"
        },
        {
          "name": "soldEggCount",
          "type": "uint8"
        },
        {
          "name": "layLuckyEggCount",
          "type": "uint8"
        },
        {
          "name": "layDoneTimes",
          "type": "uint64[]"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of dragons

    {
      "name": "DragonOld",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint32"
        },
        {
          "name": "parentEgg",
          "type": "uint64"
        },
        {
          "name": "parentEggPurity",
          "type": "uint8"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "layEggNum",
          "type": "uint32"
        },
        {
          "name": "layEggDoneTime",
          "type": "uint64"
        },
        {
          "name": "layMedicineTime",
          "type": "uint64"
        },
        {
          "name": "layEggStartTime",
          "type": "uint64"
        },
        {
          "name": "totalLayTime",
          "type": "uint64"
        },
        {
          "name": "soldEggCount",
          "type": "uint8"
        },
        {
          "name": "layLuckyEggCount",
          "type": "uint8"
        }
      ]
    }
  • 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"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of eggpstats

    {
      "name": "EggPurityStats",
      "base": "BaseTable",
      "fields": [
        {
          "name": "purity",
          "type": "uint8"
        },
        {
          "name": "createdCount",
          "type": "uint64"
        },
        {
          "name": "currCount",
          "type": "uint64"
        },
        {
          "name": "toDosrCount",
          "type": "uint64"
        },
        {
          "name": "toDragonCount",
          "type": "uint64"
        },
        {
          "name": "unuse0",
          "type": "uint64"
        },
        {
          "name": "unuse1",
          "type": "uint64"
        },
        {
          "name": "unuse2",
          "type": "uint64"
        },
        {
          "name": "unuse3",
          "type": "uint64"
        },
        {
          "name": "unuse4",
          "type": "uint64"
        },
        {
          "name": "unuse5",
          "type": "uint64"
        },
        {
          "name": "unuse6",
          "type": "uint64"
        },
        {
          "name": "unuse7",
          "type": "uint64"
        },
        {
          "name": "unuse8",
          "type": "uint64"
        },
        {
          "name": "unuse9",
          "type": "uint64"
        },
        {
          "name": "unuse10",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of giftpacks

    {
      "name": "GiftPack",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "freeQuantity",
          "type": "uint64"
        },
        {
          "name": "perEggNum",
          "type": "uint64"
        },
        {
          "name": "perDosrNum",
          "type": "uint64"
        },
        {
          "name": "perMedicineNum",
          "type": "uint64"
        },
        {
          "name": "eggPurity",
          "type": "uint8"
        },
        {
          "name": "eosPrice",
          "type": "uint64"
        },
        {
          "name": "saleCount",
          "type": "uint64"
        },
        {
          "name": "saleEos",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of logs

    {
      "name": "Log",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "act",
          "type": "string"
        },
        {
          "name": "args",
          "type": "string"
        }
      ]
    }
  • 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"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of marketeggs

    {
      "name": "MarketEgg",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "uint64"
        },
        {
          "name": "seller",
          "type": "name"
        },
        {
          "name": "egg",
          "type": "Egg"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of mdps

    {
      "name": "MedicinePack",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "beginTime",
          "type": "uint64"
        },
        {
          "name": "endTime",
          "type": "uint64"
        },
        {
          "name": "medicineNum",
          "type": "int32"
        },
        {
          "name": "packNum",
          "type": "int32"
        },
        {
          "name": "packFree",
          "type": "int32"
        },
        {
          "name": "packPrice",
          "type": "int64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of mktsoldeps

    {
      "name": "MktSoldEggPrice",
      "base": "BaseTable",
      "fields": [
        {
          "name": "purity",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "uint64"
        },
        {
          "name": "eggId",
          "type": "uint64"
        },
        {
          "name": "seller",
          "type": "name"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of notices

    {
      "name": "Notice",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "content",
          "type": "string"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of players3

    {
      "name": "Player",
      "base": "BaseTable",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "proxyAccount",
          "type": "name"
        },
        {
          "name": "inviteCode",
          "type": "uint64"
        },
        {
          "name": "inviter",
          "type": "name"
        },
        {
          "name": "eggNum",
          "type": "uint16"
        },
        {
          "name": "dragonNum",
          "type": "uint16"
        },
        {
          "name": "eggLatticeNum",
          "type": "uint16"
        },
        {
          "name": "dragonLatticeNum",
          "type": "uint16"
        },
        {
          "name": "medicineNum",
          "type": "uint32"
        },
        {
          "name": "rebate1EosQuantity",
          "type": "uint64"
        },
        {
          "name": "rebate2EosQuantity",
          "type": "uint64"
        },
        {
          "name": "stockDosrBalance",
          "type": "uint64"
        },
        {
          "name": "dosrBalance",
          "type": "uint64"
        },
        {
          "name": "eosBalance",
          "type": "uint64"
        },
        {
          "name": "lastBonusReceivedId",
          "type": "uint64"
        },
        {
          "name": "receiveDividendsEosQuantity",
          "type": "uint64"
        },
        {
          "name": "children1count",
          "type": "uint64"
        },
        {
          "name": "children2count",
          "type": "uint64"
        },
        {
          "name": "children1rebateEosQuantity",
          "type": "uint64"
        },
        {
          "name": "children2rebateEosQuantity",
          "type": "uint64"
        },
        {
          "name": "totalLuckyEggRewardEosQuantity",
          "type": "uint64"
        },
        {
          "name": "totalLuckyEggRewardDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "totalUseEosQuantity",
          "type": "uint64"
        },
        {
          "name": "luckyEggId",
          "type": "uint64"
        },
        {
          "name": "disabled",
          "type": "bool"
        },
        {
          "name": "children1stockDosr",
          "type": "uint64"
        },
        {
          "name": "children2stockDosr",
          "type": "uint64"
        },
        {
          "name": "children1rebateDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "children2rebateDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "latestDosrRebateTime",
          "type": "uint64"
        },
        {
          "name": "u64t1",
          "type": "uint64"
        },
        {
          "name": "u64t2",
          "type": "uint64"
        },
        {
          "name": "u64t3",
          "type": "uint64"
        },
        {
          "name": "u64t4",
          "type": "uint64"
        },
        {
          "name": "u64t5",
          "type": "uint64"
        },
        {
          "name": "n1",
          "type": "name"
        },
        {
          "name": "n2",
          "type": "name"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of plrluckyeggs

    {
      "name": "PlayerLuckyEgg",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "luckyEgg",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of players

    {
      "name": "PlayerOld1",
      "base": "BaseTable",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "proxyAccount",
          "type": "name"
        },
        {
          "name": "inviteCode",
          "type": "uint64"
        },
        {
          "name": "inviter",
          "type": "name"
        },
        {
          "name": "eggNum",
          "type": "uint16"
        },
        {
          "name": "dragonNum",
          "type": "uint16"
        },
        {
          "name": "eggLatticeNum",
          "type": "uint16"
        },
        {
          "name": "dragonLatticeNum",
          "type": "uint16"
        },
        {
          "name": "medicineNum",
          "type": "uint32"
        },
        {
          "name": "rebate1EosQuantity",
          "type": "uint64"
        },
        {
          "name": "rebate2EosQuantity",
          "type": "uint64"
        },
        {
          "name": "stockDosrBalance",
          "type": "uint64"
        },
        {
          "name": "dosrBalance",
          "type": "uint64"
        },
        {
          "name": "eosBalance",
          "type": "uint64"
        },
        {
          "name": "lastBonusReceivedId",
          "type": "uint64"
        },
        {
          "name": "receiveDividendsEosQuantity",
          "type": "uint64"
        },
        {
          "name": "children1count",
          "type": "uint64"
        },
        {
          "name": "children2count",
          "type": "uint64"
        },
        {
          "name": "children1rebateEosQuantity",
          "type": "uint64"
        },
        {
          "name": "children2rebateEosQuantity",
          "type": "uint64"
        },
        {
          "name": "totalLuckyEggRewardEosQuantity",
          "type": "uint64"
        },
        {
          "name": "totalLuckyEggRewardDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "totalUseEosQuantity",
          "type": "uint64"
        },
        {
          "name": "luckyEggId",
          "type": "uint64"
        },
        {
          "name": "disabled",
          "type": "bool"
        }
      ]
    }
  • Struct base type of players2

    {
      "name": "PlayerOld2",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "children1stockDosr",
          "type": "uint64"
        },
        {
          "name": "children2stockDosr",
          "type": "uint64"
        },
        {
          "name": "children1rebateDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "children2rebateDosrQuantity",
          "type": "uint64"
        },
        {
          "name": "latestDosrRebateTime",
          "type": "uint64"
        },
        {
          "name": "u64t1",
          "type": "uint64"
        },
        {
          "name": "u64t2",
          "type": "uint64"
        },
        {
          "name": "u64t3",
          "type": "uint64"
        },
        {
          "name": "u64t4",
          "type": "uint64"
        },
        {
          "name": "u64t5",
          "type": "uint64"
        },
        {
          "name": "n1",
          "type": "name"
        },
        {
          "name": "n2",
          "type": "name"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of quickbuys2

    {
      "name": "QuickBuy",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "beginTime",
          "type": "uint64"
        },
        {
          "name": "endTime",
          "type": "uint64"
        },
        {
          "name": "eggNum",
          "type": "int32"
        },
        {
          "name": "eggFree",
          "type": "int32"
        },
        {
          "name": "eggPrice",
          "type": "int64"
        },
        {
          "name": "giftDosrAmount",
          "type": "int64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of rebates

    {
      "name": "Rebate",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "level",
          "type": "uint16"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "fromQuantity",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "uint64"
        }
      ]
    }
  • Struct base type of sequences

    {
      "name": "Sequence",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of BaseTable

    Struct base type of DayStats

    {
      "name": "StatsV1",
      "base": "BaseTable",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "newPlayerCount",
          "type": "uint64"
        },
        {
          "name": "inEosSum",
          "type": "uint64"
        },
        {
          "name": "outEosSum",
          "type": "uint64"
        },
        {
          "name": "saleMedicineNum",
          "type": "uint64"
        },
        {
          "name": "newDragonCount",
          "type": "uint64"
        },
        {
          "name": "newEggCount",
          "type": "uint64"
        },
        {
          "name": "rebate1eosSum",
          "type": "uint64"
        },
        {
          "name": "rebate2eosSum",
          "type": "uint64"
        },
        {
          "name": "rebatePlatformEosSum",
          "type": "uint64"
        },
        {
          "name": "inBonusPollEosSum",
          "type": "uint64"
        },
        {
          "name": "issueDosrSum",
          "type": "uint64"
        },
        {
          "name": "stockDosrSum",
          "type": "uint64"
        },
        {
          "name": "unstockDosrSum",
          "type": "uint64"
        },
        {
          "name": "bonusPoolReceivedEosSum",
          "type": "uint64"
        }
      ]
    }
  • Struct base type of unstockdosrs

    {
      "name": "UnStockDosr",
      "base": "",
      "fields": [
        {
          "name": "createdAt",
          "type": "uint64"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Extends base type of ActRecord

    Table row type of actrecords

    {
      "name": "actrecords",
      "base": "ActRecord",
      "fields": []
    }
  • Action parameter in adminact

    {
      "name": "adminact",
      "base": "",
      "fields": [
        {
          "name": "adminer",
          "type": "name"
        },
        {
          "name": "act",
          "type": "string"
        },
        {
          "name": "argsraw",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Extends base type of Admin

    Table row type of admins

    {
      "name": "admins",
      "base": "Admin",
      "fields": []
    }
  • Extends base type of AppStats

    Table row type of appstats

    {
      "name": "appstats",
      "base": "AppStats",
      "fields": []
    }
  • Extends base type of BonusIDR

    Table row type of bonusidrs

    {
      "name": "bonusidrs",
      "base": "BonusIDR",
      "fields": []
    }
  • Extends base type of BonusPool

    Table row type of bonuspools

    {
      "name": "bonuspools",
      "base": "BonusPool",
      "fields": []
    }
  • Extends base type of BonusPRR

    Table row type of bonusprrs

    {
      "name": "bonusprrs",
      "base": "BonusPRR",
      "fields": []
    }
  • Extends base type of ConfigOld

    Table row type of configs

    {
      "name": "configs",
      "base": "ConfigOld",
      "fields": []
    }
  • Extends base type of ConfigOld2

    Table row type of configs2

    {
      "name": "configs2",
      "base": "ConfigOld2",
      "fields": []
    }
  • Extends base type of Config

    Table row type of configs3

    {
      "name": "configs3",
      "base": "Config",
      "fields": []
    }
  • Extends base type of DayStats

    Table row type of daystats

    {
      "name": "daystats",
      "base": "DayStats",
      "fields": []
    }
  • Action parameter in doact

    {
      "name": "doact",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "act",
          "type": "string"
        },
        {
          "name": "argsraw",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Extends base type of DragonOld

    Table row type of dragons

    {
      "name": "dragons",
      "base": "DragonOld",
      "fields": []
    }
  • Extends base type of Dragon

    Table row type of dragons2

    {
      "name": "dragons2",
      "base": "Dragon",
      "fields": []
    }
  • Extends base type of EggPurityStats

    Table row type of eggpstats

    {
      "name": "eggpstats",
      "base": "EggPurityStats",
      "fields": []
    }
  • Extends base type of Egg

    Table row type of eggs

    {
      "name": "eggs",
      "base": "Egg",
      "fields": []
    }
  • Extends base type of GiftPack

    Table row type of giftpacks

    {
      "name": "giftpacks",
      "base": "GiftPack",
      "fields": []
    }
  • Extends base type of Log

    Table row type of logs

    {
      "name": "logs",
      "base": "Log",
      "fields": []
    }
  • Extends base type of LuckyEgg

    Table row type of luckyeggs

    {
      "name": "luckyeggs",
      "base": "LuckyEgg",
      "fields": []
    }
  • Extends base type of MarketEgg

    Table row type of marketeggs

    {
      "name": "marketeggs",
      "base": "MarketEgg",
      "fields": []
    }
  • Extends base type of MedicinePack

    Table row type of mdps

    {
      "name": "mdps",
      "base": "MedicinePack",
      "fields": []
    }
  • Extends base type of MktSoldEggPrice

    Table row type of mktsoldeps

    {
      "name": "mktsoldeps",
      "base": "MktSoldEggPrice",
      "fields": []
    }
  • Extends base type of Notice

    Table row type of notices

    {
      "name": "notices",
      "base": "Notice",
      "fields": []
    }
  • Extends base type of PlayerOld1

    Table row type of players

    {
      "name": "players",
      "base": "PlayerOld1",
      "fields": []
    }
  • Extends base type of PlayerOld2

    Table row type of players2

    {
      "name": "players2",
      "base": "PlayerOld2",
      "fields": []
    }
  • Extends base type of Player

    Table row type of players3

    {
      "name": "players3",
      "base": "Player",
      "fields": []
    }
  • Extends base type of PlayerLuckyEgg

    Table row type of plrluckyeggs

    {
      "name": "plrluckyeggs",
      "base": "PlayerLuckyEgg",
      "fields": []
    }
  • Extends base type of QuickBuy

    Table row type of quickbuys2

    {
      "name": "quickbuys2",
      "base": "QuickBuy",
      "fields": []
    }
  • Extends base type of Rebate

    Table row type of rebates

    {
      "name": "rebates",
      "base": "Rebate",
      "fields": []
    }
  • Extends base type of Sequence

    Table row type of sequences

    {
      "name": "sequences",
      "base": "Sequence",
      "fields": []
    }
  • Extends base type of UnStockDosr

    Table row type of unstockdosrs

    {
      "name": "unstockdosrs",
      "base": "UnStockDosr",
      "fields": []
    }