Vaulta

claimlmtoken

Contract

  • Table row type of userbatch

    {
      "name": "user_batch",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user_id",
          "type": "uint64"
        },
        {
          "name": "batch_id",
          "type": "uint64"
        },
        {
          "name": "user_batch_key",
          "type": "checksum256"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "claimed",
          "type": "asset"
        },
        {
          "name": "created_at",
          "type": "uint64"
        },
        {
          "name": "updated_at",
          "type": "uint64"
        }
      ]
    }