Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> fd625af82a7b2b01d96ae1ebcccfc7f121f177bdb254cac8cad15057955ced3e:83:27
|
83 | let token1Vault <- userAccount.storage.borrow<auth(FungibleToken.Withdraw) &{FungibleToken.Vault}>(from: token1VaultPath)!.withdraw(amount: token1In)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> b19436aae4d94622.FiatToken:48:22
|
48 | FiatToken.recoveryPanic("Vault.withdraw")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: panic: Contract FiatToken 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.
--> b19436aae4d94622.FiatToken:9:25
|
9 | return panic(
10 | "Contract FiatToken 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 | )
| ^^^^^^^^^^^^^^