Edited By
Tomislav Novak

A fresh blockchain analytics engine has surfaced, poised to streamline data querying from EVM chains. Eliminating the need for pre-decoded tables, this tool allows developers to use SQL to tap into any contract's event data, marking a significant evolution in on-chain data analysis.
After extensive development, the creators have introduced a game-changer for analysts frustrated by the current limitations in blockchain data retrieval. Users can now bypass the tedious wait times often required to index contracts, which has been a significant bottleneck in analyzing demand across various contracts.
"You either wait, submit a request, or hack together a pipeline with an archive node," a developer lamented, highlighting the traditional hurdles users have faced.
Utilizing a unique Bring Your Own ABI (BYOABI) system, the engine stores raw event logs across different EVM chains. Hereβs how it simplifies the process:
Users supply the contract ABI in their SQL query.
The engine decodes events on the fly, returning formatted results.
Developers can access structured data without waiting for someone else to index it.
An example query might look like this:
SELECT * FROM @ethereum::usdc(0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48)::Transfer
This approach facilitates easy access to transfer events of USDC on Ethereum.
The news has sparked enthusiasm across forums.
"Good idea π
"This is so cool! You guys are doing good for web3."
"You made it into the main directory for web3 infra about world chain!"
Clearly, the community is excited about reducing the time spent on data retrieval and the potential this new engine has to enhance analysis capabilities.
Currently, the solution supports multiple chains, including:
Ethereum
Arbitrum
Base
Polygon
Plus more on the way
As interest grows, the developers are optimistic about expanding support to additional platforms.
β‘ Instant querying of any EVM contract without pre-decoding.
π Users control their ABI, simplifying decoding.
π Supported across major EVM chains, with expansion in the pipeline.
Quote: "Every time we needed data from a new contract, we hit the same bottleneck. We wanted something that felt like querying a database."
This initiative could redefine how blockchain analytics are approached and make it easier for developers to gain insights swiftly, streamlining the entire research and development process.
Curiously, will this engine lead to a more robust ecosystem in blockchain analytics? Only time will tell.
Thereβs a strong chance that the rapid adoption of this SQL engine will lead to a more collaborative environment among blockchain developers. As more professionals engage with the tool, we can expect innovations in data retrieval techniques and methodologies to emerge. Experts estimate around a 70% likelihood that we will see enhanced analytics platforms integrating this technology by 2027, leading to a more interconnected ecosystem that can handle larger volumes of blockchain data. Simultaneously, as competition increases, existing analytics solutions may need to adapt or evolve their offerings, further accelerating the drive for effective data management in the crypto space.
A striking parallel can be drawn between this blockchain innovation and the early days of personal computing when software engineers faced similar challenges in data access and manipulation. Just as the introduction of user-friendly programming interfaces and databases in the 1980s allowed a broader audience to harness computing power, todayβs SQL engine for EVM contracts is democratizing access to blockchain analytics. In both cases, the removal of barriers led to a surge in creativity and usage, reminding us that easing the path to information is often the spark that ignites a technological revolution.