You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or built manually by supplying `valid filter params <https://github.com/ethereum/execution-apis/blob/bea0266c42919a2fb3ee524fb91e624a23bc17c5/src/schemas/filter.json#L28>`_:
33
33
@@ -129,15 +129,15 @@ Event Log Filters
129
129
-----------------
130
130
131
131
You can set up a filter for event logs using the web3.py contract api:
132
-
:meth:`web3.contract.Contract.events.your_event_name.createFilter`, which provides some conveniences for
132
+
:meth:`web3.contract.Contract.events.your_event_name.create_filter`, which provides some conveniences for
133
133
creating event log filters. Refer to the following example:
0 commit comments