MulticallRetryable
Documentation for eth_defi.event_reader.multicall_batcher.MulticallRetryable exception.
- exception MulticallRetryable
Bases:
ExceptionOut of gas.
Broken contract in a gas loop
Try to decrease batch size.
- __init__(message, status_code=None, headers=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.