Keyboard shortcuts

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

ERC20PermitHarness

Inherits: ERC20Permit

Functions

constructor

constructor(string memory name, string memory symbol) ERC20(name, symbol) ERC20Permit(name);

mint

function mint(address account, uint256 amount) external;

burn

function burn(address account, uint256 amount) external;