Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 111e6ed5489125500ac686fd297e25fffb4e46fcf3e527c91ae2ee2619524fc4:46:31
|
46 | let nft <- admin.mintNFT(
47 | artifactId: artifactId,
48 | printId: printId,
49 | faucetId: faucetId,
50 | setId: setId,
51 | metadata: metadata
52 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^
--> 7960dc9ac1429491.TenantService:416:16
|
416 | faucetAdmin.logMint(1)
| ^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: The Faucet would exceed it's maxMintCount
--> 7960dc9ac1429491.TenantService:1252:39
|
1252 | ((TenantService.faucets[self.id]!.maxMintCount == (0 as UInt64))
1253 | || (TenantService.faucets[self.id]!.maxMintCount >= (self.mintCount + count))): "The Faucet would exceed it's maxMintCount"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^