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;