Update minimal-token-sbs.md (#1463)

This commit is contained in:
Fallengirl
2024-12-24 12:36:34 +01:00
committed by GitHub
parent 4e576ce707
commit 3b8ff8226b

View File

@@ -165,7 +165,7 @@ transact to MinimalToken.transfer errored: Error encoding arguments: Error: bad
A more guaranteed way to destroy, or _burn_ a token, is to transfer it to the default address `0x0000000000000000000000000000000000000000`. This address is unowned and unownable, making it mathematically impossible to retrieve any tokens that are sent to it. Redeploy and try it out by sending 1000 tokens to the zero address.
The `totalSupply` remains unchanged, and the balance of the zero address are visible, but those tokens are stuck there forever.
The `totalSupply` remains unchanged, and the balance of the zero address is visible, but those tokens are stuck there forever.
:::info