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

BatchCallerUpgradeable

Inherits: Initializable

Functions

__BatchCaller_init

function __BatchCaller_init() internal onlyInitializing;

__BatchCaller_init_unchained

function __BatchCaller_init_unchained() internal onlyInitializing;

execute

function execute(Call[] calldata calls) external returns (bytes[] memory);

Structs

Call

struct Call {
    address target;
    uint256 value;
    bytes data;
}