From 371dd320aa4eb043e072564904682e6556c9d983 Mon Sep 17 00:00:00 2001 From: SAIKAT KARMAKAR Date: Tue, 29 Aug 2023 22:14:30 +0100 Subject: [PATCH] made suggested chages --- docs/userguides/contracts.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/userguides/contracts.md b/docs/userguides/contracts.md index 1a4e8e5ce0..8af64accf4 100644 --- a/docs/userguides/contracts.md +++ b/docs/userguides/contracts.md @@ -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.