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: --> 6ddc7b65129e65aacf951cc324e7eb1c46716ac684aca222ddee8207d0366ede: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 | ) | ^^^^^^^^^^^^^^