Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> cd92440b19e5e4327702c4025730a6236a77a0ce130db03e56deffecdc79f74f: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 | )
| ^^^^^^^^^^^^^^