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

MulticallHelperUpgradeable

Inherits: Initializable

Functions

__MulticallHelper_init

function __MulticallHelper_init() internal onlyInitializing;

__MulticallHelper_init_unchained

function __MulticallHelper_init_unchained() internal onlyInitializing;

checkReturnValues

function checkReturnValues(
    ERC20MulticallMockUpgradeable multicallToken,
    address[] calldata recipients,
    uint256[] calldata amounts
) external;