Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/pages/docs/contract/multicall.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ export const publicClient = createPublicClient({

:::

:::warning
By default, `multicall` uses the `multicall3` address defined on the target chain. If the chain does not define one, provide [`multicallAddress`](#multicalladdress-optional) or set [`deployless`](#deployless-optional) to `true`. When using an address to read a historical block, the Multicall3 contract must have been deployed at that block.
:::

## Return Value

`({ data: <inferred>, status: 'success' } | { error: string, status: 'reverted' })[]`
Expand Down
Loading