Vaulta

dudududuniao

Contract

  • 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"
        }
      ]
    }