interface ApprovalEvent_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[]>;
    amount?: InputMaybe<string>;
    amount_gt?: InputMaybe<string>;
    amount_gte?: InputMaybe<string>;
    amount_in?: InputMaybe<string[]>;
    amount_lt?: InputMaybe<string>;
    amount_lte?: InputMaybe<string>;
    amount_not?: InputMaybe<string>;
    amount_not_in?: InputMaybe<string[]>;
    and?: InputMaybe<InputMaybe<ApprovalEvent_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[]>;
    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[]>;
    isNFTApproval?: InputMaybe<boolean>;
    isNFTApproval_in?: InputMaybe<boolean[]>;
    isNFTApproval_not?: InputMaybe<boolean>;
    isNFTApproval_not_in?: InputMaybe<boolean[]>;
    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<ApprovalEvent_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[]>;
    owner?: InputMaybe<string>;
    owner_?: InputMaybe<Account_Filter>;
    owner_contains?: InputMaybe<string>;
    owner_contains_nocase?: InputMaybe<string>;
    owner_ends_with?: InputMaybe<string>;
    owner_ends_with_nocase?: InputMaybe<string>;
    owner_gt?: InputMaybe<string>;
    owner_gte?: InputMaybe<string>;
    owner_in?: InputMaybe<string[]>;
    owner_lt?: InputMaybe<string>;
    owner_lte?: InputMaybe<string>;
    owner_not?: InputMaybe<string>;
    owner_not_contains?: InputMaybe<string>;
    owner_not_contains_nocase?: InputMaybe<string>;
    owner_not_ends_with?: InputMaybe<string>;
    owner_not_ends_with_nocase?: InputMaybe<string>;
    owner_not_in?: InputMaybe<string[]>;
    owner_not_starts_with?: InputMaybe<string>;
    owner_not_starts_with_nocase?: InputMaybe<string>;
    owner_starts_with?: InputMaybe<string>;
    owner_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[]>;
    to?: InputMaybe<string>;
    to_?: InputMaybe<Account_Filter>;
    to_contains?: InputMaybe<string>;
    to_contains_nocase?: InputMaybe<string>;
    to_ends_with?: InputMaybe<string>;
    to_ends_with_nocase?: InputMaybe<string>;
    to_gt?: InputMaybe<string>;
    to_gte?: InputMaybe<string>;
    to_in?: InputMaybe<string[]>;
    to_lt?: InputMaybe<string>;
    to_lte?: InputMaybe<string>;
    to_not?: InputMaybe<string>;
    to_not_contains?: InputMaybe<string>;
    to_not_contains_nocase?: InputMaybe<string>;
    to_not_ends_with?: InputMaybe<string>;
    to_not_ends_with_nocase?: InputMaybe<string>;
    to_not_in?: InputMaybe<string[]>;
    to_not_starts_with?: InputMaybe<string>;
    to_not_starts_with_nocase?: InputMaybe<string>;
    to_starts_with?: InputMaybe<string>;
    to_starts_with_nocase?: InputMaybe<string>;
    tokenId?: InputMaybe<string>;
    tokenId_gt?: InputMaybe<string>;
    tokenId_gte?: InputMaybe<string>;
    tokenId_in?: InputMaybe<string[]>;
    tokenId_lt?: InputMaybe<string>;
    tokenId_lte?: InputMaybe<string>;
    tokenId_not?: InputMaybe<string>;
    tokenId_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? amount? amount_gt? amount_gte? amount_in? amount_lt? amount_lte? amount_not? amount_not_in? and? blockNumber? blockNumber_gt? blockNumber_gte? blockNumber_in? blockNumber_lt? blockNumber_lte? blockNumber_not? blockNumber_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? isNFTApproval? isNFTApproval_in? isNFTApproval_not? isNFTApproval_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? owner? owner_? owner_contains? owner_contains_nocase? owner_ends_with? owner_ends_with_nocase? owner_gt? owner_gte? owner_in? owner_lt? owner_lte? owner_not? owner_not_contains? owner_not_contains_nocase? owner_not_ends_with? owner_not_ends_with_nocase? owner_not_in? owner_not_starts_with? owner_not_starts_with_nocase? owner_starts_with? owner_starts_with_nocase? timestamp? timestamp_gt? timestamp_gte? timestamp_in? timestamp_lt? timestamp_lte? timestamp_not? timestamp_not_in? to? to_? to_contains? to_contains_nocase? to_ends_with? to_ends_with_nocase? to_gt? to_gte? to_in? to_lt? to_lte? to_not? to_not_contains? to_not_contains_nocase? to_not_ends_with? to_not_ends_with_nocase? to_not_in? to_not_starts_with? to_not_starts_with_nocase? to_starts_with? to_starts_with_nocase? tokenId? tokenId_gt? tokenId_gte? tokenId_in? tokenId_lt? tokenId_lte? tokenId_not? tokenId_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[]>
amount?: InputMaybe<string>
amount_gt?: InputMaybe<string>
amount_gte?: InputMaybe<string>
amount_in?: InputMaybe<string[]>
amount_lt?: InputMaybe<string>
amount_lte?: InputMaybe<string>
amount_not?: InputMaybe<string>
amount_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[]>
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[]>
isNFTApproval?: InputMaybe<boolean>
isNFTApproval_in?: InputMaybe<boolean[]>
isNFTApproval_not?: InputMaybe<boolean>
isNFTApproval_not_in?: InputMaybe<boolean[]>
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[]>
owner?: InputMaybe<string>
owner_contains?: InputMaybe<string>
owner_contains_nocase?: InputMaybe<string>
owner_ends_with?: InputMaybe<string>
owner_ends_with_nocase?: InputMaybe<string>
owner_gt?: InputMaybe<string>
owner_gte?: InputMaybe<string>
owner_in?: InputMaybe<string[]>
owner_lt?: InputMaybe<string>
owner_lte?: InputMaybe<string>
owner_not?: InputMaybe<string>
owner_not_contains?: InputMaybe<string>
owner_not_contains_nocase?: InputMaybe<string>
owner_not_ends_with?: InputMaybe<string>
owner_not_ends_with_nocase?: InputMaybe<string>
owner_not_in?: InputMaybe<string[]>
owner_not_starts_with?: InputMaybe<string>
owner_not_starts_with_nocase?: InputMaybe<string>
owner_starts_with?: InputMaybe<string>
owner_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[]>
to?: InputMaybe<string>
to_contains?: InputMaybe<string>
to_contains_nocase?: InputMaybe<string>
to_ends_with?: InputMaybe<string>
to_ends_with_nocase?: InputMaybe<string>
to_gt?: InputMaybe<string>
to_gte?: InputMaybe<string>
to_in?: InputMaybe<string[]>
to_lt?: InputMaybe<string>
to_lte?: InputMaybe<string>
to_not?: InputMaybe<string>
to_not_contains?: InputMaybe<string>
to_not_contains_nocase?: InputMaybe<string>
to_not_ends_with?: InputMaybe<string>
to_not_ends_with_nocase?: InputMaybe<string>
to_not_in?: InputMaybe<string[]>
to_not_starts_with?: InputMaybe<string>
to_not_starts_with_nocase?: InputMaybe<string>
to_starts_with?: InputMaybe<string>
to_starts_with_nocase?: InputMaybe<string>
tokenId?: InputMaybe<string>
tokenId_gt?: InputMaybe<string>
tokenId_gte?: InputMaybe<string>
tokenId_in?: InputMaybe<string[]>
tokenId_lt?: InputMaybe<string>
tokenId_lte?: InputMaybe<string>
tokenId_not?: InputMaybe<string>
tokenId_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