Batch Contract Reads with Multicall3 + Viem
The most common use case for using multicall is to allow a single eth_call JSON RPC request to return results of multiple contract function calls (batch read) The benefits include: * Reduces the number of separate JSON RPC requests; instead of multiple requests with a sequence, we call only a