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

BatchCaller

Functions

execute

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

Structs

Call

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