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

ERC4626StdTest

Inherits: ERC4626Test

State Variables

_underlying

ERC20 private _underlying = new ERC20Mock();

Functions

setUp

function setUp() public override;

testFuzzDecimalsOverflow

Check the case where calculated decimals value overflows the uint8 type.

function testFuzzDecimalsOverflow(uint8 offset) public;