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: --> f72023b3e7d29cb002e47eed058b8fbdb83e7aac7828a92eeac757f2cc52cc3c:12:6 | 12 | <-PuddleV1.createEmptyCollection(nftType: Type<@PuddleV1.Collection>()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 9496a99be6bceb8c.PuddleV1:26:18 | 26 | PuddleV1.recoveryPanic("createEmptyCollection") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Contract PuddleV1 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. --> 9496a99be6bceb8c.PuddleV1:9:25 | 9 | return panic( 10 | "Contract PuddleV1 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 | ) | ^^^^^^^^^^^^^^