Skip to main content

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}}");
Configuration

amount

The amount of this token you want to burn.

Must be a string.