Jungle 4 (Testnet)

important.gm

Contract

  • Action parameter in lotinit

    {
      "name": "lotinit",
      "base": "",
      "fields": [
        {
          "name": "tok",
          "type": "symbol_code"
        },
        {
          "name": "per_bet",
          "type": "asset"
        },
        {
          "name": "anchor_sec",
          "type": "uint64"
        },
        {
          "name": "interval_sec",
          "type": "uint64"
        },
        {
          "name": "close_before_sec",
          "type": "uint64"
        },
        {
          "name": "fee_bp",
          "type": "uint16"
        },
        {
          "name": "t1",
          "type": "uint16"
        },
        {
          "name": "t2",
          "type": "uint16"
        },
        {
          "name": "t3",
          "type": "uint16"
        },
        {
          "name": "t4",
          "type": "uint16"
        },
        {
          "name": "t5",
          "type": "uint16"
        },
        {
          "name": "t6",
          "type": "uint16"
        },
        {
          "name": "jackpot_cap",
          "type": "asset"
        },
        {
          "name": "claim_window_sec",
          "type": "uint64"
        }
      ]
    }