Batch
This contract implements logic to batch call any function.
Forked from: https://github.com/boringcrypto/BoringSolidity/blob/master/contracts/BoringBatchable.sol
Functions
batch
Allows batched call to self, this
contract.
function batch(bytes[] calldata calls) external;
Parameters
Name | Type | Description |
---|---|---|
calls | bytes[] | An array of inputs for each call. |