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

ERC4626LimitsMock

Inherits: ERC4626

State Variables

_maxDeposit

uint256 _maxDeposit;

_maxMint

uint256 _maxMint;

Functions

constructor

constructor();

maxDeposit

function maxDeposit(address) public view override returns (uint256);

maxMint

function maxMint(address) public view override returns (uint256);