164 - OZ Multicall
OpenZeppelin Multicall: Provides a function to batch together multiple calls in a single external call
multicall(bytes[] calldata data) external
→bytes[]
: Receives and executes a batch of function calls on this contract
- Batch Calls
- Single External Call
multicall(bytes[] calldata data) external
->bytes[]
- Receives <- Executes Function Calls -> Batch
- One Tx, Same Block
- Less Overhead -> Gas Efficient