Adds a filter to get contracts that have an event with the given signature.
with_event_signature(signature: str) -> Contracts
with_event_signature(signature: str) ->
Contracts
from glider import * def query(): contracts = ( Contracts(). with_event_signature('Deposit(uint256,address)'). exec(1) ) return contracts
{ { "contract": "0xdb5f028d12d703ba79fa00769219853e323685ae", "contract_name": "PoHwhale" } }
Last updated 7 months ago