get_multicall_contract
Documentation for eth_defi.event_reader.multicall_batcher.get_multicall_contract function.
- get_multicall_contract(web3, address=None, block_identifier=None)
Return a multicall smart contract instance.
Get IMulticall3 compiled with Forge
Use multicall3 ABI.
- Parameters
web3 (web3.main.Web3) –
address (Optional[Union[eth_typing.evm.HexAddress, str]]) –
block_identifier (eth_typing.evm.BlockNumber) –
- Return type
web3.contract.contract.Contract