Vaulta

mastergmagir

Contract

  • Table row type of betpool

    {
      "name": "betpool",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "period",
          "type": "uint32"
        },
        {
          "name": "starttime",
          "type": "uint64"
        },
        {
          "name": "endtime",
          "type": "uint64"
        },
        {
          "name": "startprice",
          "type": "uint64"
        },
        {
          "name": "endprice",
          "type": "uint64"
        },
        {
          "name": "expection",
          "type": "int8"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }