MockERC20
Inherits: ERC20
Functions
constructor
constructor(string memory name, string memory symbol) ERC20(name, symbol);
mint
function mint(address to, uint256 amount) public;
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Inherits: ERC20
constructor(string memory name, string memory symbol) ERC20(name, symbol);
function mint(address to, uint256 amount) public;