Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 27e7fefcaa335cba0c86fb550e119ba9026f5ceff624c4482b0f744b218f01d8:9:30
|
9 | let collection <- Certifily.createEmptyCollection(nftType: Type<@Certifily.NFT>())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> ea11c7f74551df98.Certifily:26:18
|
26 | Certifily.recoveryPanic("createEmptyCollection")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: panic: Contract Certifily 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.
--> ea11c7f74551df98.Certifily:9:25
|
9 | return panic(
10 | "Contract Certifily 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 | )
| ^^^^^^^^^^^^^^