Module multicall_utils

Source
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ยง

MulticallCall
MulticallManager
Multicall manager for batch contract calls
MulticallResult