Adds a filter to get contracts that don't have the given name.
Last updated 7 days ago
with_name_not(name: str, sensitivity: bool = True) β Contracts
with_name_not(name: str, sensitivity: bool = True) β
Contracts
from glider import * def query(): contracts = Contracts().with_name_not("Ownable").exec(10) return contracts