Skip to content

Commit 2f26a29

Browse files
Update smart-contracts/advanced/multicall.md
Co-authored-by: longfeiW <[email protected]>
1 parent ad38d40 commit 2f26a29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smart-contracts/advanced/multicall.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Batching contract reads, one of the most common use cases, allows a single `eth_
5959

6060
3. **Detection of Stale Data**: Multicall enables the block number or timestamp to be returned with the read data. This feature helps in detecting stale data, as developers can compare the block number or timestamp with the current state of the blockchain to ensure the data is up-to-date.
6161

62-
Many libraries and tools such as [ethers-rs](https://docs.rs/ethers/latest/ethers/), [viem](https://viem.sh/), and [ape](https://apeworx.io/) have native Multicall3 integration.
6362

6463
When directly interacting with the Multicall3 contract to batch calls, you'll typically use the `aggregate3` method. This method allows you to execute multiple contract calls in a single transaction. Here's an explanation of how it works, along with examples:
6564

0 commit comments

Comments
 (0)