MulticallRetryable

Documentation for eth_defi.event_reader.multicall_batcher.MulticallRetryable exception.

exception MulticallRetryable

Bases: Exception

Out of gas.

  • Broken contract in a gas loop

Try to decrease batch size.

__init__(message, status_code=None, headers=None)
Parameters
  • message (str) –

  • status_code (int) –

  • headers (dict | None) –

__new__(**kwargs)
add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.