burnTokens
function permanently removes tokens from circulation, reducing total supply. Burned tokens are sent to an inaccessible dead address, making them unrecoverable
Things to know
- Burning is irreversible. Tokens cannot be recovered
- You can only burn tokens from your own wallet
- Amount must be specified in base units (i.e. includes token decimals)
Burning tokens
To burn tokens, simply call theburnTokens
method with the amount you want to destroy.