Vaulta

gameworxlogs

Contract

The data structures defined by this contract.

  • Action parameter in erase

    {
      "name": "erase",
      "base": "",
      "fields": [
        {
          "name": "betId",
          "type": "uint64"
        }
      ]
    }
  • Table row type of gwxgame

    {
      "name": "gwxgames",
      "base": "",
      "fields": [
        {
          "name": "betId",
          "type": "uint64"
        },
        {
          "name": "token",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "gameTitle",
          "type": "string"
        },
        {
          "name": "userId",
          "type": "string"
        }
      ]
    }
  • Action parameter in logs

    {
      "name": "logs",
      "base": "",
      "fields": [
        {
          "name": "logType",
          "type": "string"
        },
        {
          "name": "token",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "userId",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in mambalogs

    {
      "name": "mambalogs",
      "base": "",
      "fields": [
        {
          "name": "betId",
          "type": "string"
        },
        {
          "name": "token",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "gameTitle",
          "type": "string"
        },
        {
          "name": "userId",
          "type": "string"
        }
      ]
    }
  • Action parameter in savelogs

    {
      "name": "savelogs",
      "base": "",
      "fields": [
        {
          "name": "betId",
          "type": "uint64"
        },
        {
          "name": "token",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "gameTitle",
          "type": "string"
        },
        {
          "name": "userId",
          "type": "string"
        }
      ]
    }