call_multicall_encoded
Documentation for eth_defi.event_reader.multicall_batcher.call_multicall_encoded function.
- call_multicall_encoded(multicall_contract, calls, block_identifier)
Call a multicall contract.
- Parameters
multicall_contract (web3.contract.contract.Contract) –
calls (list[eth_defi.event_reader.multicall_batcher.MulticallWrapper]) –
block_identifier (Union[Literal['latest', 'earliest', 'pending', 'safe', 'finalized'], eth_typing.evm.BlockNumber, eth_typing.evm.Hash32, eth_typing.encoding.HexStr, int]) –
- Return type