Jungle 4 (Testnet)

important.gm

Contract

  • Table row type of wcmatch

    {
      "name": "wcmatch",
      "base": "",
      "fields": [
        {
          "name": "match_id",
          "type": "uint64"
        },
        {
          "name": "label",
          "type": "string"
        },
        {
          "name": "kickoff_time",
          "type": "uint32"
        },
        {
          "name": "result",
          "type": "uint8"
        },
        {
          "name": "pool_home",
          "type": "asset"
        },
        {
          "name": "pool_draw",
          "type": "asset"
        },
        {
          "name": "pool_away",
          "type": "asset"
        },
        {
          "name": "state",
          "type": "uint8"
        },
        {
          "name": "no_contest",
          "type": "bool"
        },
        {
          "name": "snap_fee_bp",
          "type": "uint16"
        },
        {
          "name": "nbets",
          "type": "uint32"
        }
      ]
    }