Adds a filter to get contracts that have an event with the given name.
with_event_name(name: str, sensitivity: bool = True) -> Contracts
with_event_name(name: str, sensitivity: bool = True) ->
Contracts
from glider import * def query(): contracts = Contracts().with_event_name('Modified').exec(1) return contracts
{ { "contract": "0x92a6b64544643a70ac3fbb825524a3138c4cac57", "contract_name": "IDCAHubPositionHandler" } }
Last updated 7 months ago