CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 24ab39802c9325f677a8250236a5aa822fbca7ca77423fb28432ab333f7949bd:12:22 | 12 | let vault <- XpToken.createEmptyVault(vaultType: Type<@XpToken.Vault>()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 66b60643244a7738.XpToken:33:18 | 33 | XpToken.recoveryPanic("createEmptyVault") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Contract XpToken is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the FT standard. createEmptyVault is not available in recovered program. --> 66b60643244a7738.XpToken:9:25 | 9 | return panic( 10 | "Contract XpToken is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the FT standard. ".concat(functionName).concat(" is not available in recovered program.") 11 | ) | ^^^^^^^^^^^^^^