Input objects
Erc20BalancesFilter
Arguments
Name | Description |
---|---|
ownerAddressEnsAddress! | Owner address |
Erc20TransfersFilter
Arguments
Name | Description |
---|---|
fromAddresses[EnsAddress] | A list of addresses who received the NFT. Ignored when empty. |
toAddresses[EnsAddress] | A list of addresses who received the NFT. |
blockNumbers[Int!] | A list of block numbers to include transfers from |
contractAddresses[String] | A contract to include transfers from. |
exclude[ExcludeTransferFilter!] | Categories to exclude transfers from |
NativeTransferFilter
Arguments
Name | Description |
---|---|
fromAddresses[EnsAddress!] | A list of addresses who received the native token. Ignored when empty. |
toAddresses[EnsAddress] | A list of addresses to whom the native token was sent. Ignored when empty. |
blockNumbers[Int!] | A list of block numbers to include transfers from |
includeFailedTransactionsBoolean | Whether to include traces from failed transactions. |
includeErroredTracesBoolean | Whether to include traces that errored. |
TokensFilter
Arguments
Name | Description |
---|---|
ownerAddresses[String!] | A list of addresses who own the returned tokens. |
TransactionFilter
Arguments
Name | Description |
---|---|
fromAddresses[EnsAddress!] | A list of addresses who initiated transactions. Ignored when empty. |
toAddresses[EnsAddress] | A list of addresses to whom a transaction was sent. Add |
blockNumbers[Int!] | A list of block numbers to include transactions from |
methodIds[String!] | A list of methodIds as specified in the first 4 bytes of calldata. Note: this field is not verified to be a valid call. Addresses may send transactions with arbitrary data. |
TransactionLogFilter
Arguments
Name | Description |
---|---|
addresses[EnsAddress!] | A list of contract addresses from which this log was emitted. Ignored when empty. |
topics[[LogTopic!]!] | A list of topics to search for. Formatting
FilteringTopics filter is a list of lists, similar to eth_getLogs. When a second, third or fourth topic has been specified, the first topic must be specified for performance reasons.
|
includeRemovedBoolean | Whether to include logs which were removed during a block reorg, defaults to false. |
blockNumbers[Int!] | A list of block numbers to include transaction logs from. Cannot be used in combination with |
toBlockInt | An upper bound on the block range to include logs from. Cannot be used in combination with |
fromBlockInt | A lower bound on the block range to include logs from. Cannot be used in combination with |
transactionTransactionLogTransactionFilter | Filter on the transactions in which a log was emitted. |
blockHashes[String!] | A list of block hashes to include transaction logs from. Cannot be used in combination with |
TransactionLogTransactionFilter
Arguments
Name | Description |
---|---|
toAddresses[EnsAddress] | A list of addresses to whom a transaction which emitted this log was sent. Add |
fromAddresses[EnsAddress!] | A list of addresses who initiated the transaction this log was emitted from. Ignored when empty. |
TransfersFilter
Arguments
Name | Description |
---|---|
fromAddresses[EnsAddress] | A list of addresses who received the NFT. Ignored when empty. |
toAddresses[EnsAddress] | A list of addresses who received the NFT. |
blockNumbers[Int!] | A list of block numbers to include transfers from |
toBlockInt | An upper bound on the block range to include erc721 transfers from. Cannot be used in combination with |
fromBlockInt | A lower bound on the block range to include erc721 transfers from. Cannot be used in combination with |
blockHashes[String!] | A list of block hashes to include erc721 transfers from. Cannot be used in combination with |
contractAddresses[String] | A contract to include transfers from. |
tokenIds[String] | Token ids to include transfers from |
exclude[ExcludeTransferFilter!] | Categories to exclude transfers from |
TransfersInterfaceFilter
Arguments
Name | Description |
---|---|
fromAddresses[EnsAddress] | A list of addresses who received the asset. Ignored when empty. |
toAddresses[EnsAddress] | A list of addresses who received the NFT. |
blockNumbers[Int!] | A list of block numbers to include transfers from |