Vaulta

pizdos.gm

Contract

The data structures defined by this contract.

  • Action parameter in transfers

    {
      "name": "transfers",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "count",
          "type": "int64"
        }
      ]
    }
  • Action parameter in checkusdt

    {
      "name": "checkusdt",
      "base": "",
      "fields": []
    }
  • Action parameter in checkeos

    {
      "name": "checkeos",
      "base": "",
      "fields": []
    }