interface Token_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    and?: InputMaybe<InputMaybe<Token_Filter>[]>;
    createdAtBlockNumber?: InputMaybe<string>;
    createdAtBlockNumber_gt?: InputMaybe<string>;
    createdAtBlockNumber_gte?: InputMaybe<string>;
    createdAtBlockNumber_in?: InputMaybe<string[]>;
    createdAtBlockNumber_lt?: InputMaybe<string>;
    createdAtBlockNumber_lte?: InputMaybe<string>;
    createdAtBlockNumber_not?: InputMaybe<string>;
    createdAtBlockNumber_not_in?: InputMaybe<string[]>;
    createdAtTimestamp?: InputMaybe<string>;
    createdAtTimestamp_gt?: InputMaybe<string>;
    createdAtTimestamp_gte?: InputMaybe<string>;
    createdAtTimestamp_in?: InputMaybe<string[]>;
    createdAtTimestamp_lt?: InputMaybe<string>;
    createdAtTimestamp_lte?: InputMaybe<string>;
    createdAtTimestamp_not?: InputMaybe<string>;
    createdAtTimestamp_not_in?: InputMaybe<string[]>;
    decimals?: InputMaybe<number>;
    decimals_gt?: InputMaybe<number>;
    decimals_gte?: InputMaybe<number>;
    decimals_in?: InputMaybe<number[]>;
    decimals_lt?: InputMaybe<number>;
    decimals_lte?: InputMaybe<number>;
    decimals_not?: InputMaybe<number>;
    decimals_not_in?: InputMaybe<number[]>;
    governanceConfig?: InputMaybe<string>;
    governanceConfig_?: InputMaybe<TokenGovernanceConfig_Filter>;
    governanceConfig_contains?: InputMaybe<string>;
    governanceConfig_contains_nocase?: InputMaybe<string>;
    governanceConfig_ends_with?: InputMaybe<string>;
    governanceConfig_ends_with_nocase?: InputMaybe<string>;
    governanceConfig_gt?: InputMaybe<string>;
    governanceConfig_gte?: InputMaybe<string>;
    governanceConfig_in?: InputMaybe<string[]>;
    governanceConfig_lt?: InputMaybe<string>;
    governanceConfig_lte?: InputMaybe<string>;
    governanceConfig_not?: InputMaybe<string>;
    governanceConfig_not_contains?: InputMaybe<string>;
    governanceConfig_not_contains_nocase?: InputMaybe<string>;
    governanceConfig_not_ends_with?: InputMaybe<string>;
    governanceConfig_not_ends_with_nocase?: InputMaybe<string>;
    governanceConfig_not_in?: InputMaybe<string[]>;
    governanceConfig_not_starts_with?: InputMaybe<string>;
    governanceConfig_not_starts_with_nocase?: InputMaybe<string>;
    governanceConfig_starts_with?: InputMaybe<string>;
    governanceConfig_starts_with_nocase?: InputMaybe<string>;
    id?: InputMaybe<string>;
    id_gt?: InputMaybe<string>;
    id_gte?: InputMaybe<string>;
    id_in?: InputMaybe<string[]>;
    id_lt?: InputMaybe<string>;
    id_lte?: InputMaybe<string>;
    id_not?: InputMaybe<string>;
    id_not_in?: InputMaybe<string[]>;
    isListed?: InputMaybe<boolean>;
    isListed_in?: InputMaybe<boolean[]>;
    isListed_not?: InputMaybe<boolean>;
    isListed_not_in?: InputMaybe<boolean[]>;
    isNativeAssetSuperToken?: InputMaybe<boolean>;
    isNativeAssetSuperToken_in?: InputMaybe<boolean[]>;
    isNativeAssetSuperToken_not?: InputMaybe<boolean>;
    isNativeAssetSuperToken_not_in?: InputMaybe<boolean[]>;
    isSuperToken?: InputMaybe<boolean>;
    isSuperToken_in?: InputMaybe<boolean[]>;
    isSuperToken_not?: InputMaybe<boolean>;
    isSuperToken_not_in?: InputMaybe<boolean[]>;
    name?: InputMaybe<string>;
    name_contains?: InputMaybe<string>;
    name_contains_nocase?: InputMaybe<string>;
    name_ends_with?: InputMaybe<string>;
    name_ends_with_nocase?: InputMaybe<string>;
    name_gt?: InputMaybe<string>;
    name_gte?: InputMaybe<string>;
    name_in?: InputMaybe<string[]>;
    name_lt?: InputMaybe<string>;
    name_lte?: InputMaybe<string>;
    name_not?: InputMaybe<string>;
    name_not_contains?: InputMaybe<string>;
    name_not_contains_nocase?: InputMaybe<string>;
    name_not_ends_with?: InputMaybe<string>;
    name_not_ends_with_nocase?: InputMaybe<string>;
    name_not_in?: InputMaybe<string[]>;
    name_not_starts_with?: InputMaybe<string>;
    name_not_starts_with_nocase?: InputMaybe<string>;
    name_starts_with?: InputMaybe<string>;
    name_starts_with_nocase?: InputMaybe<string>;
    or?: InputMaybe<InputMaybe<Token_Filter>[]>;
    symbol?: InputMaybe<string>;
    symbol_contains?: InputMaybe<string>;
    symbol_contains_nocase?: InputMaybe<string>;
    symbol_ends_with?: InputMaybe<string>;
    symbol_ends_with_nocase?: InputMaybe<string>;
    symbol_gt?: InputMaybe<string>;
    symbol_gte?: InputMaybe<string>;
    symbol_in?: InputMaybe<string[]>;
    symbol_lt?: InputMaybe<string>;
    symbol_lte?: InputMaybe<string>;
    symbol_not?: InputMaybe<string>;
    symbol_not_contains?: InputMaybe<string>;
    symbol_not_contains_nocase?: InputMaybe<string>;
    symbol_not_ends_with?: InputMaybe<string>;
    symbol_not_ends_with_nocase?: InputMaybe<string>;
    symbol_not_in?: InputMaybe<string[]>;
    symbol_not_starts_with?: InputMaybe<string>;
    symbol_not_starts_with_nocase?: InputMaybe<string>;
    symbol_starts_with?: InputMaybe<string>;
    symbol_starts_with_nocase?: InputMaybe<string>;
    underlyingAddress?: InputMaybe<string>;
    underlyingAddress_contains?: InputMaybe<string>;
    underlyingAddress_gt?: InputMaybe<string>;
    underlyingAddress_gte?: InputMaybe<string>;
    underlyingAddress_in?: InputMaybe<string[]>;
    underlyingAddress_lt?: InputMaybe<string>;
    underlyingAddress_lte?: InputMaybe<string>;
    underlyingAddress_not?: InputMaybe<string>;
    underlyingAddress_not_contains?: InputMaybe<string>;
    underlyingAddress_not_in?: InputMaybe<string[]>;
    underlyingToken?: InputMaybe<string>;
    underlyingToken_?: InputMaybe<Token_Filter>;
    underlyingToken_contains?: InputMaybe<string>;
    underlyingToken_contains_nocase?: InputMaybe<string>;
    underlyingToken_ends_with?: InputMaybe<string>;
    underlyingToken_ends_with_nocase?: InputMaybe<string>;
    underlyingToken_gt?: InputMaybe<string>;
    underlyingToken_gte?: InputMaybe<string>;
    underlyingToken_in?: InputMaybe<string[]>;
    underlyingToken_lt?: InputMaybe<string>;
    underlyingToken_lte?: InputMaybe<string>;
    underlyingToken_not?: InputMaybe<string>;
    underlyingToken_not_contains?: InputMaybe<string>;
    underlyingToken_not_contains_nocase?: InputMaybe<string>;
    underlyingToken_not_ends_with?: InputMaybe<string>;
    underlyingToken_not_ends_with_nocase?: InputMaybe<string>;
    underlyingToken_not_in?: InputMaybe<string[]>;
    underlyingToken_not_starts_with?: InputMaybe<string>;
    underlyingToken_not_starts_with_nocase?: InputMaybe<string>;
    underlyingToken_starts_with?: InputMaybe<string>;
    underlyingToken_starts_with_nocase?: InputMaybe<string>;
}

Properties

_change_block? and? createdAtBlockNumber? createdAtBlockNumber_gt? createdAtBlockNumber_gte? createdAtBlockNumber_in? createdAtBlockNumber_lt? createdAtBlockNumber_lte? createdAtBlockNumber_not? createdAtBlockNumber_not_in? createdAtTimestamp? createdAtTimestamp_gt? createdAtTimestamp_gte? createdAtTimestamp_in? createdAtTimestamp_lt? createdAtTimestamp_lte? createdAtTimestamp_not? createdAtTimestamp_not_in? decimals? decimals_gt? decimals_gte? decimals_in? decimals_lt? decimals_lte? decimals_not? decimals_not_in? governanceConfig? governanceConfig_? governanceConfig_contains? governanceConfig_contains_nocase? governanceConfig_ends_with? governanceConfig_ends_with_nocase? governanceConfig_gt? governanceConfig_gte? governanceConfig_in? governanceConfig_lt? governanceConfig_lte? governanceConfig_not? governanceConfig_not_contains? governanceConfig_not_contains_nocase? governanceConfig_not_ends_with? governanceConfig_not_ends_with_nocase? governanceConfig_not_in? governanceConfig_not_starts_with? governanceConfig_not_starts_with_nocase? governanceConfig_starts_with? governanceConfig_starts_with_nocase? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? isListed? isListed_in? isListed_not? isListed_not_in? isNativeAssetSuperToken? isNativeAssetSuperToken_in? isNativeAssetSuperToken_not? isNativeAssetSuperToken_not_in? isSuperToken? isSuperToken_in? isSuperToken_not? isSuperToken_not_in? name? name_contains? name_contains_nocase? name_ends_with? name_ends_with_nocase? name_gt? name_gte? name_in? name_lt? name_lte? name_not? name_not_contains? name_not_contains_nocase? name_not_ends_with? name_not_ends_with_nocase? name_not_in? name_not_starts_with? name_not_starts_with_nocase? name_starts_with? name_starts_with_nocase? or? symbol? symbol_contains? symbol_contains_nocase? symbol_ends_with? symbol_ends_with_nocase? symbol_gt? symbol_gte? symbol_in? symbol_lt? symbol_lte? symbol_not? symbol_not_contains? symbol_not_contains_nocase? symbol_not_ends_with? symbol_not_ends_with_nocase? symbol_not_in? symbol_not_starts_with? symbol_not_starts_with_nocase? symbol_starts_with? symbol_starts_with_nocase? underlyingAddress? underlyingAddress_contains? underlyingAddress_gt? underlyingAddress_gte? underlyingAddress_in? underlyingAddress_lt? underlyingAddress_lte? underlyingAddress_not? underlyingAddress_not_contains? underlyingAddress_not_in? underlyingToken? underlyingToken_? underlyingToken_contains? underlyingToken_contains_nocase? underlyingToken_ends_with? underlyingToken_ends_with_nocase? underlyingToken_gt? underlyingToken_gte? underlyingToken_in? underlyingToken_lt? underlyingToken_lte? underlyingToken_not? underlyingToken_not_contains? underlyingToken_not_contains_nocase? underlyingToken_not_ends_with? underlyingToken_not_ends_with_nocase? underlyingToken_not_in? underlyingToken_not_starts_with? underlyingToken_not_starts_with_nocase? underlyingToken_starts_with? underlyingToken_starts_with_nocase?

Properties

createdAtBlockNumber?: InputMaybe<string>
createdAtBlockNumber_gt?: InputMaybe<string>
createdAtBlockNumber_gte?: InputMaybe<string>
createdAtBlockNumber_in?: InputMaybe<string[]>
createdAtBlockNumber_lt?: InputMaybe<string>
createdAtBlockNumber_lte?: InputMaybe<string>
createdAtBlockNumber_not?: InputMaybe<string>
createdAtBlockNumber_not_in?: InputMaybe<string[]>
createdAtTimestamp?: InputMaybe<string>
createdAtTimestamp_gt?: InputMaybe<string>
createdAtTimestamp_gte?: InputMaybe<string>
createdAtTimestamp_in?: InputMaybe<string[]>
createdAtTimestamp_lt?: InputMaybe<string>
createdAtTimestamp_lte?: InputMaybe<string>
createdAtTimestamp_not?: InputMaybe<string>
createdAtTimestamp_not_in?: InputMaybe<string[]>
decimals?: InputMaybe<number>
decimals_gt?: InputMaybe<number>
decimals_gte?: InputMaybe<number>
decimals_in?: InputMaybe<number[]>
decimals_lt?: InputMaybe<number>
decimals_lte?: InputMaybe<number>
decimals_not?: InputMaybe<number>
decimals_not_in?: InputMaybe<number[]>
governanceConfig?: InputMaybe<string>
governanceConfig_contains?: InputMaybe<string>
governanceConfig_contains_nocase?: InputMaybe<string>
governanceConfig_ends_with?: InputMaybe<string>
governanceConfig_ends_with_nocase?: InputMaybe<string>
governanceConfig_gt?: InputMaybe<string>
governanceConfig_gte?: InputMaybe<string>
governanceConfig_in?: InputMaybe<string[]>
governanceConfig_lt?: InputMaybe<string>
governanceConfig_lte?: InputMaybe<string>
governanceConfig_not?: InputMaybe<string>
governanceConfig_not_contains?: InputMaybe<string>
governanceConfig_not_contains_nocase?: InputMaybe<string>
governanceConfig_not_ends_with?: InputMaybe<string>
governanceConfig_not_ends_with_nocase?: InputMaybe<string>
governanceConfig_not_in?: InputMaybe<string[]>
governanceConfig_not_starts_with?: InputMaybe<string>
governanceConfig_not_starts_with_nocase?: InputMaybe<string>
governanceConfig_starts_with?: InputMaybe<string>
governanceConfig_starts_with_nocase?: InputMaybe<string>
id?: InputMaybe<string>
id_gt?: InputMaybe<string>
id_gte?: InputMaybe<string>
id_in?: InputMaybe<string[]>
id_lt?: InputMaybe<string>
id_lte?: InputMaybe<string>
id_not?: InputMaybe<string>
id_not_in?: InputMaybe<string[]>
isListed?: InputMaybe<boolean>
isListed_in?: InputMaybe<boolean[]>
isListed_not?: InputMaybe<boolean>
isListed_not_in?: InputMaybe<boolean[]>
isNativeAssetSuperToken?: InputMaybe<boolean>
isNativeAssetSuperToken_in?: InputMaybe<boolean[]>
isNativeAssetSuperToken_not?: InputMaybe<boolean>
isNativeAssetSuperToken_not_in?: InputMaybe<boolean[]>
isSuperToken?: InputMaybe<boolean>
isSuperToken_in?: InputMaybe<boolean[]>
isSuperToken_not?: InputMaybe<boolean>
isSuperToken_not_in?: InputMaybe<boolean[]>
name?: InputMaybe<string>
name_contains?: InputMaybe<string>
name_contains_nocase?: InputMaybe<string>
name_ends_with?: InputMaybe<string>
name_ends_with_nocase?: InputMaybe<string>
name_gt?: InputMaybe<string>
name_gte?: InputMaybe<string>
name_in?: InputMaybe<string[]>
name_lt?: InputMaybe<string>
name_lte?: InputMaybe<string>
name_not?: InputMaybe<string>
name_not_contains?: InputMaybe<string>
name_not_contains_nocase?: InputMaybe<string>
name_not_ends_with?: InputMaybe<string>
name_not_ends_with_nocase?: InputMaybe<string>
name_not_in?: InputMaybe<string[]>
name_not_starts_with?: InputMaybe<string>
name_not_starts_with_nocase?: InputMaybe<string>
name_starts_with?: InputMaybe<string>
name_starts_with_nocase?: InputMaybe<string>
symbol?: InputMaybe<string>
symbol_contains?: InputMaybe<string>
symbol_contains_nocase?: InputMaybe<string>
symbol_ends_with?: InputMaybe<string>
symbol_ends_with_nocase?: InputMaybe<string>
symbol_gt?: InputMaybe<string>
symbol_gte?: InputMaybe<string>
symbol_in?: InputMaybe<string[]>
symbol_lt?: InputMaybe<string>
symbol_lte?: InputMaybe<string>
symbol_not?: InputMaybe<string>
symbol_not_contains?: InputMaybe<string>
symbol_not_contains_nocase?: InputMaybe<string>
symbol_not_ends_with?: InputMaybe<string>
symbol_not_ends_with_nocase?: InputMaybe<string>
symbol_not_in?: InputMaybe<string[]>
symbol_not_starts_with?: InputMaybe<string>
symbol_not_starts_with_nocase?: InputMaybe<string>
symbol_starts_with?: InputMaybe<string>
symbol_starts_with_nocase?: InputMaybe<string>
underlyingAddress?: InputMaybe<string>
underlyingAddress_contains?: InputMaybe<string>
underlyingAddress_gt?: InputMaybe<string>
underlyingAddress_gte?: InputMaybe<string>
underlyingAddress_in?: InputMaybe<string[]>
underlyingAddress_lt?: InputMaybe<string>
underlyingAddress_lte?: InputMaybe<string>
underlyingAddress_not?: InputMaybe<string>
underlyingAddress_not_contains?: InputMaybe<string>
underlyingAddress_not_in?: InputMaybe<string[]>
underlyingToken?: InputMaybe<string>
underlyingToken_?: InputMaybe<Token_Filter>
underlyingToken_contains?: InputMaybe<string>
underlyingToken_contains_nocase?: InputMaybe<string>
underlyingToken_ends_with?: InputMaybe<string>
underlyingToken_ends_with_nocase?: InputMaybe<string>
underlyingToken_gt?: InputMaybe<string>
underlyingToken_gte?: InputMaybe<string>
underlyingToken_in?: InputMaybe<string[]>
underlyingToken_lt?: InputMaybe<string>
underlyingToken_lte?: InputMaybe<string>
underlyingToken_not?: InputMaybe<string>
underlyingToken_not_contains?: InputMaybe<string>
underlyingToken_not_contains_nocase?: InputMaybe<string>
underlyingToken_not_ends_with?: InputMaybe<string>
underlyingToken_not_ends_with_nocase?: InputMaybe<string>
underlyingToken_not_in?: InputMaybe<string[]>
underlyingToken_not_starts_with?: InputMaybe<string>
underlyingToken_not_starts_with_nocase?: InputMaybe<string>
underlyingToken_starts_with?: InputMaybe<string>
underlyingToken_starts_with_nocase?: InputMaybe<string>

Generated using TypeDoc