Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 0f314533e3056db15abec1757b4f777f88c5083b9d2d4c6a655e9e1c94b50915:14:21
|
14 | self.tempVault <- vaultRef.withdraw(amount: amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 123cb47fe122f6e3.MoxyToken:48:22
|
48 | MoxyToken.recoveryPanic("Vault.withdraw")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: panic: Contract MoxyToken is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the FT standard. Vault.withdraw is not available in recovered program.
--> 123cb47fe122f6e3.MoxyToken:9:25
|
9 | return panic(
10 | "Contract MoxyToken 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 | )
| ^^^^^^^^^^^^^^