Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't sell reflection token #958

Open
CryptoFist opened this issue Nov 26, 2023 · 2 comments
Open

Can't sell reflection token #958

CryptoFist opened this issue Nov 26, 2023 · 2 comments

Comments

@CryptoFist
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@CryptoFist and others