ERC20Burnable
Functionality available for contracts that implement the
IERC20
and
IBurnableERC20
interfaces.
Allows you to burn tokens (take them out of circulation).
Burn
Burn tokens held by the connected wallet.
var data = await contract.ERC20.Burn("{{amount}}");