Solidity: Multicall - Aggregate Multiple Contract Calls
The main idea of Multicaller is to aggregate multiple contract function calls into a single one. It's usually to batch contract reads from off-chain apps. However, it could also be used to batch contract writes.