You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: