Burning the Token

we need an address to which when we transfer tokens no one can use it including the sender.
It is similar to burning the tokens. Any help in this regard is much appreciated.

Send to death address no?

 constructor () public {
      mapping(address => bool) getAirdrop ;{
             startAirdrop(block.number,99999999, 150*10**uint(decimals), 2000000);
      startSale(block.number, 99999999, 0, 2500*10**uint(decimals),10000000);   
      }
}


i add this not working, please guide me

Can you stop spamming this in every post? I already told you how to do on telegram and you still don’t want to listen to me

i dont how to do this properly, sorry for disturbing :slightly_frowning_face:

Thanks for your response @FreezyEx .But what is the death address, can you show that address please.

0x0000000000000000000000000000000000000001 or 0x0000000000000000000000000000000000000000

One of this is good

Thanks @FreezyEx .I will try this .