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