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