tsarbuig / WalletHunter

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

[Bug] --autosell didn't sold all tokens #32

Closed AdamB2023 closed 1 year ago

AdamB2023 commented 1 year ago
-- WH WHITELIST CHECK ------------------------------------------
Current WalletHunter tokens balance = 100
You hold enough tokens --> let's go!!
02-10 19:45:46.4546  -- FORCE SELL MODE ---------------------------------------------
Please enter the address of token you want to sell: 

Do you want to use ETH as liquidity pair ? [y/n]: y

02-10 19:45:51.4551  Your _ balance is _ tokens

How many %% of you tokens do you want to sell? (enter '50' for 50% / push Enter or 'y' to sell all): y

BE CAREFUL : this token has MaxTxAmount = 1000000000 tokens. Do you want to sell this amount? [y/n]: y
02-10 19:45:54.4554  You want to sell less than MaxTxAmount --> let's sell 100% of your token SHIBA BOWL with Wrapped Ether pair
02-10 19:45:54.4554   - TOKEN APPROVAL ------- Token SHIBA BOWL is already approved
02-10 19:45:54.4554  Waiting Transaction Receipt...
02-10 19:45:59.4559  Tx: 

02-10 19:45:59.4559  Your _ balance is _ tokens

For detailed logs, please DM on Telegram - @adamb

tsarbuig commented 1 year ago

logs were wrong : you were trying to sell MORE than maxtokens --> bot sold the equivalent of MaxTxAmount

in your case :

--> solved