CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 98e9ae0d6b64cdeaf5dbe6a1025f687d600571b4b0958a05823d01de4f0fe126:24:10
|
24 | self.Administrator.mintNFT(creatorId: creatorIds[i], description: textContents[i], recipient: recipients[i])
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 1d9428eec06fdb68.Memento:417:20
|
417 | self.isMintingAvailable(creatorId, description): "Minting for this NFT has ended or reached max supply."
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: unexpectedly found nil while forcing an Optional value
--> 1d9428eec06fdb68.Memento:442:31
|
442 | let metadata = Memento.getNFTMetadata(creatorId, description)!
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arguments:
creatorIds:
[1000,1000,1000,1000,1000]
textContents:
["Test 101","Test 101","Test 101","Test 101","Test 101"]
recipients:
["0x14af50e74fba9745...0x14af50e74fba9745"]