tsarbuig / WalletHunter

The first Copytrading crypto bot in the World - for Uniswap & Pancakeswap
21 stars 8 forks source link

[Bug] TX prevented by SELL_TX_MINIMUM_EARNINGS_IN_DOLLARS block another one #47

Closed AdamB2023 closed 1 year ago

AdamB2023 commented 1 year ago

Your wallet is currently handling another Tx My wallet wasn't handling another TX. My address didn't make any TX due to SELL_TX_MINIMUM_EARNINGS_IN_DOLLARS

-- SWAP DETECTED -----------------------------------------------
02-18 00:00:40.040  Tx 0x from #39: x - id: aff1

aff1 -- PRE-CHECKS BEFORE Tx ----------------------------------------
02-18 00:00:40.040  aff1 - TX GAS CONTROL ------- Tx GAS = 51.56 and current GAS price = 31.414743413  --> let's continue
02-18 00:00:40.040  aff1 - BALANCE CHECK -------- Your wallet hold 7238545500724 tokens before sell (to be divided by 10^token decimals)
02-18 00:00:40.040  aff1 - SELL_AMOUNT ---------- This wallet hold 41650000000000 tokens before sell --> he sold 2082500000000 tokens = 5.00% of holdings
02-18 00:00:40.040  aff1 - SELL_AMOUNT ---------- Your wallet hold 7238545500724 tokens before sell --> let's sell 5.00% * 7238545500724 = 361927275036 tokens
02-18 00:00:40.040  aff1 - GAS CALCULATION ------ Tx GAS = 51.56 --> your Tx GAS = 150% * 51.56 = 77.34
02-18 00:00:40.040  aff1 - TX EARNINGS ---------- Selling 361927275036 tokens will pay you 7.21$ < SELL_TX_MINIMUM_EARNINGS_IN_DOLLARS --> let's stop

-- SWAP DETECTED -----------------------------------------------
02-18 00:01:22.122  Tx 0x from #39: 0x - id: c302
02-18 00:01:22.122  c302 - SHOULD WE CONTINUE? -- your wallet is currently handling another Tx (x) for the same token --> let's skip this Tx to avoid spam
tsarbuig commented 1 year ago

mmh, please send me complete logs, it will help me to investigate

tsarbuig commented 1 year ago

solved