Jungle 4 (Testnet)

important.gm

Contract

  • Table row type of lotrnd

    {
      "name": "lotround",
      "base": "",
      "fields": [
        {
          "name": "round_id",
          "type": "uint64"
        },
        {
          "name": "open_time",
          "type": "uint32"
        },
        {
          "name": "close_time",
          "type": "uint32"
        },
        {
          "name": "draw_time",
          "type": "uint32"
        },
        {
          "name": "state",
          "type": "uint8"
        },
        {
          "name": "red_result",
          "type": "bytes"
        },
        {
          "name": "blue_result",
          "type": "uint8"
        },
        {
          "name": "total_bet",
          "type": "asset"
        },
        {
          "name": "net_pool",
          "type": "asset"
        },
        {
          "name": "pot1",
          "type": "asset"
        },
        {
          "name": "pot2",
          "type": "asset"
        },
        {
          "name": "pot3",
          "type": "asset"
        },
        {
          "name": "pot4",
          "type": "asset"
        },
        {
          "name": "pot5",
          "type": "asset"
        },
        {
          "name": "pot6",
          "type": "asset"
        },
        {
          "name": "cnt1",
          "type": "uint32"
        },
        {
          "name": "cnt2",
          "type": "uint32"
        },
        {
          "name": "cnt3",
          "type": "uint32"
        },
        {
          "name": "cnt4",
          "type": "uint32"
        },
        {
          "name": "cnt5",
          "type": "uint32"
        },
        {
          "name": "cnt6",
          "type": "uint32"
        },
        {
          "name": "tally_cursor",
          "type": "uint64"
        },
        {
          "name": "tally_done",
          "type": "bool"
        },
        {
          "name": "cancelled",
          "type": "bool"
        },
        {
          "name": "drawn_at",
          "type": "uint32"
        },
        {
          "name": "unclaimed_win",
          "type": "uint32"
        },
        {
          "name": "snap_fee_bp",
          "type": "uint16"
        },
        {
          "name": "st1",
          "type": "uint16"
        },
        {
          "name": "st2",
          "type": "uint16"
        },
        {
          "name": "st3",
          "type": "uint16"
        },
        {
          "name": "st4",
          "type": "uint16"
        },
        {
          "name": "st5",
          "type": "uint16"
        },
        {
          "name": "st6",
          "type": "uint16"
        },
        {
          "name": "snap_jackpot_cap",
          "type": "asset"
        },
        {
          "name": "nbets",
          "type": "uint32"
        }
      ]
    }