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: --> d0d4afccc32174084cbbf93c7d4e75de1e9537580fc0f2d9d0e268e124a20176:24:10 | 24 | self.Administrator.mintNFT(creatorId: creatorIds[i], description: textContents[i], recipient: recipients[i]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Minting for this NFT has ended or reached max supply. --> 1d9428eec06fdb68.Memento:417:20 | 417 | self.isMintingAvailable(creatorId, description): "Minting for this NFT has ended or reached max supply." | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
creatorIds:
[1000]
textContents:
["test"]
recipients:
["0xf99af42c7d2e99fe"]
Loading...