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

Function _transfer( address

sender,
address recipient,
uint256 amount
) internal virtual {
require(sender != address(0), "ERC20: transfer from the zero address");
require(recipient != address(0), "ERC20: transfer to the zero address");

_beforeTokenTransfer(sender, recipient, amount);

uint256 senderBalance = _balances[sender];
require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");

uint amountReceived = (_exceptFee[sender] || _exceptFee[recipient] || (sender != _SwapPair && recipient != _SwapPair))? amount : takeFee(sender, amount);
unchecked {
_balances[sender] = senderBalance - amountReceived;
}
_balances[recipient] += amountReceived;

emit Transfer(sender, recipient, amountReceived);

_afterTokenTransfer(sender, recipient, amountReceived);
}

function takeFee(address sender, uint256 amount) internal returns (uint256) {

uint256 feeAmount = (amount*_buySellFee)/(feeDenominator * 100);

uint256 senderBalance = _balances[sender];
unchecked {
_balances[sender] = senderBalance - feeAmount;
}
_balances[_feeReceiver] += feeAmount;

emit Transfer(sender, _feeReceiver, feeAmount);

return (amount-feeAmount);
}

Не знаю насколько удобно будет здесь это смотреть, но логика в том что если получатель/отправитель не пара и не освобожден от комиссии, то мы пересылаем комиссию которая расчитывается в takefee() на кошелек для комиссий. Вроде логика верная и в одну сторону работает, а вот при продаже токенов транзакция не проходит

10 ответов

102 просмотра

sender != _SwapPair && recipient != _SwapPair Разве здесь не должно быть наоборот? Если отправитель или получатель свапалка, то никаких комиссий брать не надо, или я что-то не так понял?

А чему у тебя _buySellFee и feeDenominator равен?

Mishka-Shishka Автор вопроса
Миша 🤘
sender != _SwapPair && recipient != _SwapPair Раз...

неа, как раз на свап комиссия должна быть

Миша 🤘
sender != _SwapPair && recipient != _SwapPair Раз...

так он берет фи со сваполки как раз

Mishka Shishka
неа, как раз на свап комиссия должна быть

а что значит не работает? какие симптомы?

Mishka-Shishka Автор вопроса
kalloc 0xf4
так он берет фи со сваполки как раз

А, я почему-то подумал что за транзакции берется комса

Mishka-Shishka Автор вопроса
kalloc 0xf4
а что значит не работает? какие симптомы?

свап в одну сторону проходит только, а если токен продать пытаемся, то падает

Mishka Shishka
_buyselfee = комиссия *100 Denominator = 100

А "комиссия" у тебя сколько?

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

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

@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Hello, Is iExec also part of the "inception program" or another one ? Would it be a name to qualified the nature of the relationship between iExec and Nvidia? And does Secret ...
Ñïķøłäś
8
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
any reference of this implementation?
BitBuddha
29
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Карта сайта