Vaulta

sportbetsale

Contract

The data structures defined by this contract.

  • Table row type of globalvars

    {
      "name": "globalvar",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tokens_left",
          "type": "uint64"
        },
        {
          "name": "running",
          "type": "bool"
        }
      ]
    }
  • Action parameter in run

    {
      "name": "run",
      "base": "",
      "fields": [
        {
          "name": "running",
          "type": "bool"
        }
      ]
    }