MockERC20
Inherits: ERC20
Functions
constructor
constructor(string memory name, string memory symbol) ERC20(name, symbol);
mint
function mint(address to, uint256 amount) public;
Inherits: ERC20
constructor(string memory name, string memory symbol) ERC20(name, symbol);
function mint(address to, uint256 amount) public;