[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 340035b3d40658c8006f6865da42cbee40c1d55e49320f69aeeae32150448738: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") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading...
Loading...
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!