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: --> c07d1cad90e957b94384590bdbd4268c9b1fa5b7c5d9fdeb0492b1525dd81003:6:32 | 6 | acct.storage.save(<-SturdyTokens.createEmptyCollection(nftType: Type<@SturdyTokens.NFT>()), to: /storage/SturdyTokensCollection) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 427ceada271aa0b1.SturdyTokens:26:18 | 26 | SturdyTokens.recoveryPanic("createEmptyCollection") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Contract SturdyTokens is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the NFT standard. createEmptyCollection is not available in recovered program. --> 427ceada271aa0b1.SturdyTokens:9:25 | 9 | return panic( 10 | "Contract SturdyTokens is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the NFT standard. ".concat(functionName).concat(" is not available in recovered program.") 11 | ) | ^^^^^^^^^^^^^^