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
__new__(**kwargs)
add_note(note, /)

Add a note to the exception

with_traceback(tb, /)

Set self.__traceback__ to tb and return self.