v3-core icon indicating copy to clipboard operation
v3-core copied to clipboard

Can't sell reflection token

Open CryptoFist opened this issue 1 year ago • 2 comments

I implemented tax token which takes take from transfer tokens. When buy tax token, it works well. cuz token contract takes tax from amount for seller. But when sell tax token, token contract takes tax from amount for pool, UniswapV3 returns IIA error to me. In uniswapV2, I used swapExactTokensForETHSupportingFeeOnTransferTokens function to avoid above issue. But I couldn't find any function like that. Let me know what I should do to fix this issue.

CryptoFist avatar Nov 26 '23 21:11 CryptoFist

didn't found out a way to solve that issue.

CryptoFist avatar Dec 16 '23 00:12 CryptoFist