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: --> 5368670b1039f1e4a55882e646c38024dd878f38dd46a29442e8b0d83eed7e6a:19:11 | 19 | if tryBI(tokenInVault: flowTokenVault) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 5368670b1039f1e4a55882e646c38024dd878f38dd46a29442e8b0d83eed7e6a:42:180 | 42 | let token0Vault <- tokenInVault.withdraw(amount: cur) as! @FlowToken.Vault;let token1Vault <- FlowSwapPair.swapToken1ForToken2(from: <- token0Vault);let token2Vault <- UsdcUsdtSwapPair.swapToken2ForToken1(from: <- token1Vault) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 9c6f94adf47904b5.UsdcUsdtSwapPair:296:23 | 296 | let token1Amount = self.quoteSwapExactToken2ForToken1(amount: token2Amount) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Not enough Token1 in the pool --> 9c6f94adf47904b5.UsdcUsdtSwapPair:249:6 | 249 | self.token1Vault.balance >= amount: "Not enough Token1 in the pool" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...