Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> b31b3822e5e4919a67fef15873b944931b2d487d206a138a08adb51039d7c4b3:6:32
|
6 | acct.storage.save(<-ChainmonstersRewards.createEmptyCollection(nftType: Type<@ChainmonstersRewards.NFT>()), to: /storage/ChainmonstersRewardCollection)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 93615d25d14fa337.ChainmonstersRewards:26:18
|
26 | ChainmonstersRewards.recoveryPanic("createEmptyCollection")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: panic: Contract ChainmonstersRewards 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.
--> 93615d25d14fa337.ChainmonstersRewards:9:25
|
9 | return panic(
10 | "Contract ChainmonstersRewards 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 | )
| ^^^^^^^^^^^^^^