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: --> 5ad281c1ee1f92d45ca4492ce395c6071e32dc48569104f8cc4228809adbff46:19:11 | 19 | if tryBI(tokenInVault: flowTokenVault) { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 5ad281c1ee1f92d45ca4492ce395c6071e32dc48569104f8cc4228809adbff46:40:31 | 40 | let token1Vault <- UsdcUsdtSwapPair.swapToken1ForToken2(from: <- (token0Vault as! @FiatToken.Vault));let vaultOut <- FlowSwapPair.swapToken2ForToken1(from: <- token1Vault);earn = earn + vaultOut.balance - cur;tokenInVault.deposit(from: <- vaultOut) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 9c6f94adf47904b5.UsdcUsdtSwapPair:276:23 | 276 | let token2Amount = self.quoteSwapExactToken1ForToken2(amount: token1Amount) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Not enough Token2 in the pool --> 9c6f94adf47904b5.UsdcUsdtSwapPair:229:6 | 229 | self.token2Vault.balance >= amount: "Not enough Token2 in the pool" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...