Bundle Simulation Errors

In this section, you’ll find a list of common errors you might encounter during bundle simulation, along with explanations to help troubleshoot and resolve them.

Common Error Messages

Error/Revert Message
Potential Causes
Solution

Invalid Inclusion

Bundle was submitted too late to be included in the current block.

Retry after a few seconds.

Tx Failed

Incorrect open trading function

Ensure the function you selected matches the one in your contract.

TransferHelper: TRANSFER_FROM_FAILED

Insufficient Token balance in the contract

Ensure the contract has been sent enough Tokens to execute the liquidity addition.

UniswapV2Router: EXCESSIVE_INPUT_AMOUNT

Incorrect initial ETH or Token liquidity percentage

Your 'Initial Token Liquidity %' might be too high, or the ETH liquidity entered doesn't match the amount in your contract (for preloaded contracts). Double-check your inputs or contact us for support if needed.

UniswapV2Library: INSUFFICIENT_LIQUIDITY

Liquidity has not been added to a non preloaded contract or the token pair been attacked with WETH.

Add liquidity before opening trading. If the token pair has been attacked with WETH, contact our team for support.

UniswapV2: TRANSFER_FAILED

Exceeding max transaction or max wallet limit

Ensure the max transaction set in your bundle does not exceed the max transaction limits in your contract.

ds-math-sub-underflow

Insufficient ETH balance in the contract

Ensure the contract has enough ETH to perform the liquidity addition.

Need More Help?

If you are still experiencing issues, feel free to contact us on Telegram or check out the step by step guide for further details.

Last updated