Vaulta

crazymachine

Contract

  • Extends base type of BaseTableStruct

    Struct base type of players

    {
      "name": "Player",
      "base": "BaseTableStruct",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "proxyAccount",
          "type": "name"
        },
        {
          "name": "inviteCode",
          "type": "uint64"
        },
        {
          "name": "inviter",
          "type": "name"
        },
        {
          "name": "disabled",
          "type": "bool"
        },
        {
          "name": "active",
          "type": "bool"
        },
        {
          "name": "machineCount",
          "type": "uint64"
        },
        {
          "name": "propCount",
          "type": "uint64"
        },
        {
          "name": "freeFuelQuantity",
          "type": "uint64"
        },
        {
          "name": "children1activeCount",
          "type": "uint64"
        },
        {
          "name": "children2activeCount",
          "type": "uint64"
        },
        {
          "name": "eosBalance",
          "type": "uint64"
        },
        {
          "name": "stockDosrBalance",
          "type": "uint64"
        },
        {
          "name": "rebate1EosQuantity",
          "type": "uint64"
        },
        {
          "name": "rebate2EosQuantity",
          "type": "uint64"
        },
        {
          "name": "children1rebateEosQuantity",
          "type": "uint64"
        },
        {
          "name": "children2rebateEosQuantity",
          "type": "uint64"
        }
      ]
    }