interface PoolCreatedEvent_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    addresses?: InputMaybe<string[]>;
    addresses_contains?: InputMaybe<string[]>;
    addresses_contains_nocase?: InputMaybe<string[]>;
    addresses_not?: InputMaybe<string[]>;
    addresses_not_contains?: InputMaybe<string[]>;
    addresses_not_contains_nocase?: InputMaybe<string[]>;
    admin?: InputMaybe<string>;
    admin_contains?: InputMaybe<string>;
    admin_gt?: InputMaybe<string>;
    admin_gte?: InputMaybe<string>;
    admin_in?: InputMaybe<string[]>;
    admin_lt?: InputMaybe<string>;
    admin_lte?: InputMaybe<string>;
    admin_not?: InputMaybe<string>;
    admin_not_contains?: InputMaybe<string>;
    admin_not_in?: InputMaybe<string[]>;
    and?: InputMaybe<InputMaybe<PoolCreatedEvent_Filter>[]>;
    blockNumber?: InputMaybe<string>;
    blockNumber_gt?: InputMaybe<string>;
    blockNumber_gte?: InputMaybe<string>;
    blockNumber_in?: InputMaybe<string[]>;
    blockNumber_lt?: InputMaybe<string>;
    blockNumber_lte?: InputMaybe<string>;
    blockNumber_not?: InputMaybe<string>;
    blockNumber_not_in?: InputMaybe<string[]>;
    caller?: InputMaybe<string>;
    caller_contains?: InputMaybe<string>;
    caller_gt?: InputMaybe<string>;
    caller_gte?: InputMaybe<string>;
    caller_in?: InputMaybe<string[]>;
    caller_lt?: InputMaybe<string>;
    caller_lte?: InputMaybe<string>;
    caller_not?: InputMaybe<string>;
    caller_not_contains?: InputMaybe<string>;
    caller_not_in?: InputMaybe<string[]>;
    gasPrice?: InputMaybe<string>;
    gasPrice_gt?: InputMaybe<string>;
    gasPrice_gte?: InputMaybe<string>;
    gasPrice_in?: InputMaybe<string[]>;
    gasPrice_lt?: InputMaybe<string>;
    gasPrice_lte?: InputMaybe<string>;
    gasPrice_not?: InputMaybe<string>;
    gasPrice_not_in?: InputMaybe<string[]>;
    gasUsed?: InputMaybe<string>;
    gasUsed_gt?: InputMaybe<string>;
    gasUsed_gte?: InputMaybe<string>;
    gasUsed_in?: InputMaybe<string[]>;
    gasUsed_lt?: InputMaybe<string>;
    gasUsed_lte?: InputMaybe<string>;
    gasUsed_not?: InputMaybe<string>;
    gasUsed_not_in?: 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[]>;
    logIndex?: InputMaybe<string>;
    logIndex_gt?: InputMaybe<string>;
    logIndex_gte?: InputMaybe<string>;
    logIndex_in?: InputMaybe<string[]>;
    logIndex_lt?: InputMaybe<string>;
    logIndex_lte?: InputMaybe<string>;
    logIndex_not?: InputMaybe<string>;
    logIndex_not_in?: InputMaybe<string[]>;
    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<PoolCreatedEvent_Filter>[]>;
    order?: InputMaybe<string>;
    order_gt?: InputMaybe<string>;
    order_gte?: InputMaybe<string>;
    order_in?: InputMaybe<string[]>;
    order_lt?: InputMaybe<string>;
    order_lte?: InputMaybe<string>;
    order_not?: InputMaybe<string>;
    order_not_in?: InputMaybe<string[]>;
    pool?: InputMaybe<string>;
    pool_?: InputMaybe<Pool_Filter>;
    pool_contains?: InputMaybe<string>;
    pool_contains_nocase?: InputMaybe<string>;
    pool_ends_with?: InputMaybe<string>;
    pool_ends_with_nocase?: InputMaybe<string>;
    pool_gt?: InputMaybe<string>;
    pool_gte?: InputMaybe<string>;
    pool_in?: InputMaybe<string[]>;
    pool_lt?: InputMaybe<string>;
    pool_lte?: InputMaybe<string>;
    pool_not?: InputMaybe<string>;
    pool_not_contains?: InputMaybe<string>;
    pool_not_contains_nocase?: InputMaybe<string>;
    pool_not_ends_with?: InputMaybe<string>;
    pool_not_ends_with_nocase?: InputMaybe<string>;
    pool_not_in?: InputMaybe<string[]>;
    pool_not_starts_with?: InputMaybe<string>;
    pool_not_starts_with_nocase?: InputMaybe<string>;
    pool_starts_with?: InputMaybe<string>;
    pool_starts_with_nocase?: InputMaybe<string>;
    timestamp?: InputMaybe<string>;
    timestamp_gt?: InputMaybe<string>;
    timestamp_gte?: InputMaybe<string>;
    timestamp_in?: InputMaybe<string[]>;
    timestamp_lt?: InputMaybe<string>;
    timestamp_lte?: InputMaybe<string>;
    timestamp_not?: InputMaybe<string>;
    timestamp_not_in?: InputMaybe<string[]>;
    token?: InputMaybe<string>;
    token_contains?: InputMaybe<string>;
    token_gt?: InputMaybe<string>;
    token_gte?: InputMaybe<string>;
    token_in?: InputMaybe<string[]>;
    token_lt?: InputMaybe<string>;
    token_lte?: InputMaybe<string>;
    token_not?: InputMaybe<string>;
    token_not_contains?: InputMaybe<string>;
    token_not_in?: InputMaybe<string[]>;
    transactionHash?: InputMaybe<string>;
    transactionHash_contains?: InputMaybe<string>;
    transactionHash_gt?: InputMaybe<string>;
    transactionHash_gte?: InputMaybe<string>;
    transactionHash_in?: InputMaybe<string[]>;
    transactionHash_lt?: InputMaybe<string>;
    transactionHash_lte?: InputMaybe<string>;
    transactionHash_not?: InputMaybe<string>;
    transactionHash_not_contains?: InputMaybe<string>;
    transactionHash_not_in?: InputMaybe<string[]>;
}

Properties

_change_block? addresses? addresses_contains? addresses_contains_nocase? addresses_not? addresses_not_contains? addresses_not_contains_nocase? admin? admin_contains? admin_gt? admin_gte? admin_in? admin_lt? admin_lte? admin_not? admin_not_contains? admin_not_in? and? blockNumber? blockNumber_gt? blockNumber_gte? blockNumber_in? blockNumber_lt? blockNumber_lte? blockNumber_not? blockNumber_not_in? caller? caller_contains? caller_gt? caller_gte? caller_in? caller_lt? caller_lte? caller_not? caller_not_contains? caller_not_in? gasPrice? gasPrice_gt? gasPrice_gte? gasPrice_in? gasPrice_lt? gasPrice_lte? gasPrice_not? gasPrice_not_in? gasUsed? gasUsed_gt? gasUsed_gte? gasUsed_in? gasUsed_lt? gasUsed_lte? gasUsed_not? gasUsed_not_in? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? logIndex? logIndex_gt? logIndex_gte? logIndex_in? logIndex_lt? logIndex_lte? logIndex_not? logIndex_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? order? order_gt? order_gte? order_in? order_lt? order_lte? order_not? order_not_in? pool? pool_? pool_contains? pool_contains_nocase? pool_ends_with? pool_ends_with_nocase? pool_gt? pool_gte? pool_in? pool_lt? pool_lte? pool_not? pool_not_contains? pool_not_contains_nocase? pool_not_ends_with? pool_not_ends_with_nocase? pool_not_in? pool_not_starts_with? pool_not_starts_with_nocase? pool_starts_with? pool_starts_with_nocase? timestamp? timestamp_gt? timestamp_gte? timestamp_in? timestamp_lt? timestamp_lte? timestamp_not? timestamp_not_in? token? token_contains? token_gt? token_gte? token_in? token_lt? token_lte? token_not? token_not_contains? token_not_in? transactionHash? transactionHash_contains? transactionHash_gt? transactionHash_gte? transactionHash_in? transactionHash_lt? transactionHash_lte? transactionHash_not? transactionHash_not_contains? transactionHash_not_in?

Properties

addresses?: InputMaybe<string[]>
addresses_contains?: InputMaybe<string[]>
addresses_contains_nocase?: InputMaybe<string[]>
addresses_not?: InputMaybe<string[]>
addresses_not_contains?: InputMaybe<string[]>
addresses_not_contains_nocase?: InputMaybe<string[]>
admin?: InputMaybe<string>
admin_contains?: InputMaybe<string>
admin_gt?: InputMaybe<string>
admin_gte?: InputMaybe<string>
admin_in?: InputMaybe<string[]>
admin_lt?: InputMaybe<string>
admin_lte?: InputMaybe<string>
admin_not?: InputMaybe<string>
admin_not_contains?: InputMaybe<string>
admin_not_in?: InputMaybe<string[]>
blockNumber?: InputMaybe<string>
blockNumber_gt?: InputMaybe<string>
blockNumber_gte?: InputMaybe<string>
blockNumber_in?: InputMaybe<string[]>
blockNumber_lt?: InputMaybe<string>
blockNumber_lte?: InputMaybe<string>
blockNumber_not?: InputMaybe<string>
blockNumber_not_in?: InputMaybe<string[]>
caller?: InputMaybe<string>
caller_contains?: InputMaybe<string>
caller_gt?: InputMaybe<string>
caller_gte?: InputMaybe<string>
caller_in?: InputMaybe<string[]>
caller_lt?: InputMaybe<string>
caller_lte?: InputMaybe<string>
caller_not?: InputMaybe<string>
caller_not_contains?: InputMaybe<string>
caller_not_in?: InputMaybe<string[]>
gasPrice?: InputMaybe<string>
gasPrice_gt?: InputMaybe<string>
gasPrice_gte?: InputMaybe<string>
gasPrice_in?: InputMaybe<string[]>
gasPrice_lt?: InputMaybe<string>
gasPrice_lte?: InputMaybe<string>
gasPrice_not?: InputMaybe<string>
gasPrice_not_in?: InputMaybe<string[]>
gasUsed?: InputMaybe<string>
gasUsed_gt?: InputMaybe<string>
gasUsed_gte?: InputMaybe<string>
gasUsed_in?: InputMaybe<string[]>
gasUsed_lt?: InputMaybe<string>
gasUsed_lte?: InputMaybe<string>
gasUsed_not?: InputMaybe<string>
gasUsed_not_in?: 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[]>
logIndex?: InputMaybe<string>
logIndex_gt?: InputMaybe<string>
logIndex_gte?: InputMaybe<string>
logIndex_in?: InputMaybe<string[]>
logIndex_lt?: InputMaybe<string>
logIndex_lte?: InputMaybe<string>
logIndex_not?: InputMaybe<string>
logIndex_not_in?: InputMaybe<string[]>
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>
order?: InputMaybe<string>
order_gt?: InputMaybe<string>
order_gte?: InputMaybe<string>
order_in?: InputMaybe<string[]>
order_lt?: InputMaybe<string>
order_lte?: InputMaybe<string>
order_not?: InputMaybe<string>
order_not_in?: InputMaybe<string[]>
pool?: InputMaybe<string>
pool_contains?: InputMaybe<string>
pool_contains_nocase?: InputMaybe<string>
pool_ends_with?: InputMaybe<string>
pool_ends_with_nocase?: InputMaybe<string>
pool_gt?: InputMaybe<string>
pool_gte?: InputMaybe<string>
pool_in?: InputMaybe<string[]>
pool_lt?: InputMaybe<string>
pool_lte?: InputMaybe<string>
pool_not?: InputMaybe<string>
pool_not_contains?: InputMaybe<string>
pool_not_contains_nocase?: InputMaybe<string>
pool_not_ends_with?: InputMaybe<string>
pool_not_ends_with_nocase?: InputMaybe<string>
pool_not_in?: InputMaybe<string[]>
pool_not_starts_with?: InputMaybe<string>
pool_not_starts_with_nocase?: InputMaybe<string>
pool_starts_with?: InputMaybe<string>
pool_starts_with_nocase?: InputMaybe<string>
timestamp?: InputMaybe<string>
timestamp_gt?: InputMaybe<string>
timestamp_gte?: InputMaybe<string>
timestamp_in?: InputMaybe<string[]>
timestamp_lt?: InputMaybe<string>
timestamp_lte?: InputMaybe<string>
timestamp_not?: InputMaybe<string>
timestamp_not_in?: InputMaybe<string[]>
token?: InputMaybe<string>
token_contains?: InputMaybe<string>
token_gt?: InputMaybe<string>
token_gte?: InputMaybe<string>
token_in?: InputMaybe<string[]>
token_lt?: InputMaybe<string>
token_lte?: InputMaybe<string>
token_not?: InputMaybe<string>
token_not_contains?: InputMaybe<string>
token_not_in?: InputMaybe<string[]>
transactionHash?: InputMaybe<string>
transactionHash_contains?: InputMaybe<string>
transactionHash_gt?: InputMaybe<string>
transactionHash_gte?: InputMaybe<string>
transactionHash_in?: InputMaybe<string[]>
transactionHash_lt?: InputMaybe<string>
transactionHash_lte?: InputMaybe<string>
transactionHash_not?: InputMaybe<string>
transactionHash_not_contains?: InputMaybe<string>
transactionHash_not_in?: InputMaybe<string[]>

Generated using TypeDoc