Vaulta

crazymachine

Contract

  • Extends base type of BaseTableStruct

    Struct base type of psfs

    {
      "name": "PreSaleFuel",
      "base": "BaseTableStruct",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "stockQuantity",
          "type": "uint64"
        },
        {
          "name": "soldQuantity",
          "type": "uint64"
        },
        {
          "name": "minBuyQuantity",
          "type": "uint64"
        },
        {
          "name": "maxBuyQuantity",
          "type": "uint64"
        },
        {
          "name": "eosPrice",
          "type": "uint64"
        },
        {
          "name": "giftPropQuantity",
          "type": "uint64"
        }
      ]
    }