Expand description
Multicall utilities for batch contract calls by dynamically deploying a Multicall contract and executing batch calls.
Key features:
- Works on any EVM chain (no need for pre-deployed Multicall contracts)
- Dynamically deploys Multicall contract in simulation
- Supports batch calls with individual error handling
- Lightweight implementation without complex inspectors
This module provides a universal Multicall solution that works on any EVM chain.
Structsยง
- Multicall
Call - Multicall
Manager - Multicall manager for batch contract calls
- Multicall
Result