Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 0c69e9541c81f943ef26acaea78363a998e0065ad54bdac92966d55c9d3a624b:97:45
|
97 | let vault: @{FungibleToken.Vault} <- self.coa.withdrawTokens(
98 | type: self.vaultType,
99 | amount: amount,
100 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider}
101 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> b6763b4399a888c8.EVM:459:22
|
459 | return <- EVM.borrowBridgeAccessor().withdrawTokens(
460 | caller: &self as auth(Call) &CadenceOwnedAccount,
461 | type: type,
462 | amount: amount,
463 | feeProvider: feeProvider
464 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 715c57f7a59bc39b.FlowEVMBridgeAccessor:136:22
|
136 | return <- FlowEVMBridge.bridgeTokensFromEVM(
137 | owner: caller.address(),
138 | type: type,
139 | amount: amount,
140 | feeProvider: feeProvider,
141 | protectedTransferCall: callback
142 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 715c57f7a59bc39b.FlowEVMBridge:478:8
|
478 | FlowEVMBridgeUtils.mustEscrowERC20(
479 | owner: owner,
480 | amount: amount,
481 | erc20Address: associatedAddress,
482 | protectedTransferCall: protectedTransferCall
483 | )
| ^
error: assertion failed: Caller does not have sufficient balance to bridge requested tokens
--> 715c57f7a59bc39b.FlowEVMBridgeUtils:1226:8
|
1226 | assert(hasSufficientBalance, message: "Caller does not have sufficient balance to bridge requested tokens")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^