ERC20Mock
Inherits: ERC20
Functions
constructor
constructor() ERC20("ERC20Mock", "E20M");
mint
function mint(address account, uint256 amount) external;
burn
function burn(address account, uint256 amount) external;
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() ERC20("ERC20Mock", "E20M");
function mint(address account, uint256 amount) external;
function burn(address account, uint256 amount) external;