{
    "Function": "multicall",
    "File": "contracts/base/IMulticall.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function multicall(bytes[] calldata data) external returns (bytes[] memory results);"
}