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

ERC4626VaultOffsetMock

Inherits: ERC4626OffsetMock

Functions

constructor

constructor(ERC20 underlying_, uint8 offset_)
    ERC20("My Token Vault", "MTKNV")
    ERC4626(underlying_)
    ERC4626OffsetMock(offset_);