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: --> ddc9967e41aeffe367ae7bdfe265807bbd5adf97c3283e3cfe23a9fa07d0e301:15:12 | 15 | adminRef.openPack( templateInfo: {"id": nft.templateId, "serial": nft.mintNumber}, account: 0xb2b26807f374f5e6) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 8f9231920da9af6d.AFLAdmin:34:12 | 34 | AFLNFT.mintNFT(templateInfo:templateInfo, account:account) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 8f9231920da9af6d.AFLNFT:271:54 | 271 | let mintNumberFromSupply = AFLNFT.allTemplates[templateInfo["id"]!]!.incrementIssuedSupply() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Template reached max supply --> 8f9231920da9af6d.AFLNFT:68:16 | 68 | self.issuedSupply < self.maxSupply: "Template reached max supply" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...