Event
eth_rpc.Event #
Bases: Request, Generic[T]
subscribe property #
rpc classmethod #
This uses the default network, unless a network has been provided
Source code in eth_rpc/_request.py
model_post_init #
match_topics #
Source code in eth_rpc/event.py
match_address #
match #
add_address #
remove_address #
process_value staticmethod #
Source code in eth_rpc/event.py
from_dict #
process_log #
process #
Source code in eth_rpc/event.py
get_indexed #
Source code in eth_rpc/event.py
get_unindexed #
Source code in eth_rpc/event.py
set_filter #
Source code in eth_rpc/event.py
get_logs async #
Source code in eth_rpc/event.py
backfill async #
This backfills events, handling LogResponseExceededError to provide all logs in a range too large for a single request