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