Skip to main content

IERC20Burnable

The interface of a burnable ERC20 token.

This page shows the write methods within the IERC20Burnable interface. The source code is available on GitHub.

Write Methods

burn

function burn(uint256 amount) external

Destroys an amount tokens from the caller.

Input Parameters:

NameTypeDescription
amountuint256The amount of tokens to destroy