Jungle 4 (Testnet)

important.gm

Contract

  • Table row type of punchrec

    {
      "name": "punchrec",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "done",
          "type": "uint32"
        },
        {
          "name": "last_punch",
          "type": "uint32"
        },
        {
          "name": "passed",
          "type": "bool"
        },
        {
          "name": "claimed",
          "type": "bool"
        }
      ]
    }