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

ERC4626Mock

Inherits: ERC4626

Functions

constructor

constructor(address underlying) ERC20("ERC4626Mock", "E4626M") ERC4626(IERC20(underlying));

mint

function mint(address account, uint256 amount) external;

burn

function burn(address account, uint256 amount) external;