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: --> 67faac046ea273da9acb648927113562fa2c13cb9a364def38e6ced821fc9dfc:6:32 | 6 | acct.storage.save(<-MetaPanda.createEmptyCollection(nftType: Type<@MetaPanda.NFT>()), to: /storage/MetaPandaCollection) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> f2af175e411dfff8.MetaPanda:26:18 | 26 | MetaPanda.recoveryPanic("createEmptyCollection") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Contract MetaPanda 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. --> f2af175e411dfff8.MetaPanda:9:25 | 9 | return panic( 10 | "Contract MetaPanda 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 | ) | ^^^^^^^^^^^^^^Loading...