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: --> dbeb9287c52f6504b8a766d430fb57a7ed84707da3090efd19ee8657513d5d1d: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,387]
textContents:
["gif it is https://t.co/62OVCPTgWZ","Minting on memento !"]
recipients:
["0xe823a7dced80b148","0xe823a7dced80b148"]
Loading...