Skip to content

Commit 7379e1b

Browse files
committed
move abis section
1 parent 76baa48 commit 7379e1b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

smart-contracts/advanced/multicall.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,10 @@ description: >-
44
and execute multiple state-changing calls in a single transaction on the FVM.
55
---
66

7-
# Multicall
7+
# Multicall3
88

99
[Multicall3](https://www.multicall3.com/) is a powerful tool that offers batch contract calls to smart contracts on the Filecoin Virtual Machine (FVM).
1010

11-
## Contract address
12-
13-
Multicall has the same, precomputed address for all of the networks it is deployed on.
14-
| Name | Address | Mainnet | Calibration |
15-
| ---------------- | -------------------------------------------- | ------- | ----------- |
16-
| [Multicall - Mainnet](https://filfox.info/en/address/0xcA11bde05977b3631167028862bE2a173976CA11?t=3) | `0xcA11bde05977b3631167028862bE2a173976CA11` | ✔️ ||
17-
| [Multicall - Calibration](https://calibration.filscan.io/en/address/0xcA11bde05977b3631167028862bE2a173976CA11/) | `0xcA11bde05977b3631167028862bE2a173976CA11` || ✔️ |
18-
19-
## Contract Deployments and ABI
20-
2111
Multicall3 is deployed on over 100 chains at `0xcA11bde05977b3631167028862bE2a173976CA11`.
2212
A sortable, searchable list of all chains it's deployed on can be found [here](https://multicall3.com/deployments).
2313

@@ -35,6 +25,14 @@ Alternatively, you can:
3525
- Copy the ABI from [Etherscan](https://etherscan.io/address/0xcA11bde05977b3631167028862bE2a173976CA11#code).
3626
- Install [Foundry](https://github.com/gakonst/foundry/) and run `cast interface 0xcA11bde05977b3631167028862bE2a173976CA11`.
3727

28+
## Contract address
29+
30+
Multicall has the same, precomputed address for all of the networks it is deployed on.
31+
| Name | Address | Mainnet | Calibration |
32+
| ---------------- | -------------------------------------------- | ------- | ----------- |
33+
| [Multicall - Mainnet](https://filfox.info/en/address/0xcA11bde05977b3631167028862bE2a173976CA11?t=3) | `0xcA11bde05977b3631167028862bE2a173976CA11` | ✔️ ||
34+
| [Multicall - Calibration](https://calibration.filscan.io/en/address/0xcA11bde05977b3631167028862bE2a173976CA11/) | `0xcA11bde05977b3631167028862bE2a173976CA11` || ✔️ |
35+
3836
## Usage
3937
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 which can be used in your projects directly. To learn how to use Multicall3 with these tools, check out [Multicall3 examples folder](https://github.com/mds1/multicall/blob/main/examples)
4038
### Batching Contract Reads

0 commit comments

Comments
 (0)