Skip to content

Commit

Permalink
made suggested chages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Aug 29, 2023
1 parent 239d3f2 commit 371dd32
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/userguides/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,6 @@ method_id, input_dict = contract.decode_input(bytes_value)

The `ape_ethereum` core plugin comes with a `multi-call` module.

```bash
Raises:
:class:`~ape_ethereum.multicall.exceptions.UnsupportedChain`: If there is not an instance of Multicall3 deployed on the current chain at the expected address.

Args:
**call_kwargs: the kwargs to pass through to the call handler.

Returns:
Iterator[Any]: the sequence of values produced by performing each call stored by this instance.
```

### Usage

Here is an example of how you can use multicall.
Expand Down

0 comments on commit 371dd32

Please sign in to comment.