Vaulta

crazymachine

Contract

  • Extends base type of BaseTableStruct

    Struct base type of psms

    {
      "name": "PreSaleMachine",
      "base": "BaseTableStruct",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "beginTime",
          "type": "uint64"
        },
        {
          "name": "endTime",
          "type": "uint64"
        },
        {
          "name": "stockQuantity",
          "type": "uint64"
        },
        {
          "name": "soldQuantity",
          "type": "uint64"
        },
        {
          "name": "eosPrice",
          "type": "uint64"
        }
      ]
    }