Skip to main content

IERC20BurnableMintable

Git Source

Inherits: IERC20

Functions

mintFor

Mints tokens to the specified address

function mintFor(address to_, uint256 amount_) external;

Parameters

NameTypeDescription
to_addressThe address to mint tokens to
amount_uint256The amount of tokens to mint

burnFrom

Burns tokens from the specified address

function burnFrom(address from_, uint256 amount_) external;

Parameters

NameTypeDescription
from_addressThe address to burn tokens from
amount_uint256The amount of tokens to burn