Vaulta

claimlmtoken

Contract

  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "claimable",
          "type": "bool"
        },
        {
          "name": "debug_mode",
          "type": "bool"
        },
        {
          "name": "created_at",
          "type": "uint64"
        },
        {
          "name": "updated_at",
          "type": "uint64"
        }
      ]
    }