Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 1b602bb726c4dfd63e4ae51a188e7be4ed625690d8853646c872ee4180f951dd:88:25
|
88 | let cd = c.resolveContractView(resourceType: value.nftType, viewType: Type<MetadataViews.NFTCollectionData>())! as! MetadataViews.NFTCollectionData
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 80af1db15aa6535a.SNKRHUDNFT:21:18
|
21 | SNKRHUDNFT.recoveryPanic("resolveContractView")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: panic: Contract SNKRHUDNFT is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the NFT standard. resolveContractView is not available in recovered program.
--> 80af1db15aa6535a.SNKRHUDNFT:9:25
|
9 | return panic(
10 | "Contract SNKRHUDNFT 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 | )
| ^^^^^^^^^^^^^^