Jungle 4 (Testnet)

important.gm

Contract

  • Table row type of pround

    {
      "name": "pround",
      "base": "",
      "fields": [
        {
          "name": "round_id",
          "type": "uint64"
        },
        {
          "name": "open_time",
          "type": "uint32"
        },
        {
          "name": "bet_close_time",
          "type": "uint32"
        },
        {
          "name": "resolve_time",
          "type": "uint32"
        },
        {
          "name": "baseline_twap",
          "type": "uint64"
        },
        {
          "name": "result_twap",
          "type": "uint64"
        },
        {
          "name": "up_pool",
          "type": "asset"
        },
        {
          "name": "down_pool",
          "type": "asset"
        },
        {
          "name": "state",
          "type": "uint8"
        },
        {
          "name": "outcome",
          "type": "uint8"
        },
        {
          "name": "no_contest",
          "type": "bool"
        },
        {
          "name": "snap_fee_bp",
          "type": "uint16"
        },
        {
          "name": "nbets",
          "type": "uint32"
        }
      ]
    }