169 похожих чатов

Man I am pulling my hair out one at a

time! Can someone save me from days of googling and ending up with no further answer? All I want to know is how to trigger Uniswap or any AMM to call this function 'swapExactTokensForTokensSupportingFeeOnTransferTokens' when user wants to sell my token via the Uniswap/Pancakeswap/Sushiswap UI. How does uniswap know that my token takes fees and then call that fee function instead of the regular one? Where do I tell it to do that in my code?? Why is this so complicated 😤😤🤬🤬

5 ответов

15 просмотров

I shared your mood friend

I've asked myself this question before, too. Didn't find a solution. The workaround is to use slippage in order to still enable your tokens to be sold. Maybe it's just the case that you simply can't tell the uniswap frontend which function to call. You'd have to provide an own frontend which calls the right function (which, I understand, is not exactly what you are looking for). If you do find a solution, please please do share it...

Pancakeswap SDK repo contains router.ts. The file contains swapCallParameters function that is called by the frontend (src/hooks/useSwapCallback.ts). Depending on there is fee or not

Sam-Dot Автор вопроса
Sam-Dot Автор вопроса
seran Tej
Pancakeswap SDK repo contains router.ts. The file ...

Yes this hook I've looked at through Uniswap github. After digging more into the frontend of uniswap it seems the trade.type needs to equal "EXACT_INPUT". I think the reason for that is that the input will be exact on input but after recalculating the reserves/balances after fees are take the output will be different. Either way this is the other function that sets the trade type and ultimately the correct feesontransfer function: /** * Constructs an exact in trade with the given amount in and route * @param route route of the exact in trade * @param amountIn the amount being passed in */ public static exactIn(route: Route, amountIn: CurrencyAmount, chainId: ChainId): Trade { return new Trade(route, amountIn, TradeType.EXACT_INPUT, chainId) }

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта