Skip to main content

IERC20Mintable

The interface of a mintable ERC20 token.

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

Write Methods

mint

function mint(address account, uint256 amount) external

Creates an amount of new tokens for the account address.

Input Parameters:

NameTypeDescription
accountaddressThe address to create tokens for
amountuint256The amount of tokens to create