IERC20Mintable
Interface of ERC20 token with mint
and burn
functions
mint
function mint(address _to, uint256 _amount) external
burn
function burn(address _to, uint256 _amount) external
Interface of ERC20 token with mint
and burn
functions
function mint(address _to, uint256 _amount) external
function burn(address _to, uint256 _amount) external