🧞♂
Queries
Queries can be used to find some high level information super fast or to look for deeply layered metadata as well as building very complex monitors.
if you have specific queries you want to build and cannot find the relevant facet you need don't hesitate to reach out.
The search for logs supports fuzzy search, so simply search for any keyword or data. For example for wallets, contracts, status (Success/Fail) simply search for it directly.
Fuzzy search can be combined with the query chips
To following query chips are provided:
Facet key | Values | Info |
---|---|---|
chain | Ethereum, Polygon, BNB chain, Optimism, Arbitrum, Base, Gnosis Chain | By default search is multichain |
contract address | the address of a contract starting with 0x | |
type | Dragon, Transactions, Traces | Dragon data only shows up if the Dragon SDK is installed |
timestamp | timerange as Dates or Date/Time format | Data is supported on a 7 day trailing time period for free users |
block(s) | specific block number or range between two blocks | |
gas | specific gas units or range of gas as integers | |
transaction hash | hash of a transaction starting with 0x | |
transaction status | Success, Fail | |
To query all values from the facet do not set a condition
Operator | sign | available for value of type | meaning |
---|---|---|---|
Equal | = | string, integer | Filter for results only containing the specified value |
Unequal | != | string, integer | Exclude all results containing the specified value |
Less than | < | integer | Filter for results containing values smaller than the specified value, excluding the specified value |
Greater than | > | integer | Filter for results containing values greater than the specified value, excluding the specified value |
Equal and less than | >= | integer | Filter for results containing values smaller than the specified value, including the specified value |
Equal and greater than | =< | integer | Filter for results containing values greater than the specified value, including the specified value |
| | | |
Last modified 28d ago