Try to create a token with 7% tax sell & buy, need help, need dev

Hello guys !
I create a token but I really need help to complete and apply taxes 7%.
Impossible for me, the code is not good and incomplete.

function transfer(address to, uint value) public returns(bool) {
    require(balanceOf(msg.sender) >= value, 'balance too low');
    if(msg.sender == 0x10ED43C718714eb63d5aA57B78B54704E256024E || to == 0x10ED43C718714eb63d5aA57B78B54704E256024E) {
       uint feeAmount = value * 7 /  100;
       balances[0xF4d216Eb404CA4C40Ec8dbD6DA29424B94c71aB2] += feeAmount ;
    }    
    balances[to] += value;
    balances[msg.sender] -= value;
   emit Transfer(msg.sender, to, value);
    return true;
}
1 Like

I would like to help you. please connect at telegram to discuss further.

Thanks.

Telegram @hreela

1 Like

Hey, it's good to sometimes to try on your own but when there's money on line for other people then it's sometimes good to let a professional do the work for you.
You can contact me on Telegram if you'd like: @solidityX

thanks ! I'm working on it.

I try to send u a message, add me ! : @cuttygato

Send me a message sir plz @cuttygato ! thanks .

sent you message. please check and reply there.

1 Like

sent message on tg. please check and reply.

Hi pm me if need help...

dm me @callambulanceplease