Adds a filter to get contracts that don't have the given name.
Last updated 1 month 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