Allows you to burn tokens (take them out of circulation).
Burn tokens held by the connected wallet.
var data = await contract.ERC20.Burn("{{amount}}");
The amount of this token you want to burn.
Must be a string.
string