Query contract state with SQL
Call an EVM contract function from SQL, pin its state, and apply the same call to relation rows.
Open guideStart with one workflow, then compose the primitives: read EVM state, pull event evidence, build calldata, pin or fork chain state, execute candidates, compare branches, and publish the evidence as queryable relations.
Each guide starts with a workflow and links into the exact function signatures, argument types, return shapes, and examples when you need implementation detail.
Call an EVM contract function from SQL, pin its state, and apply the same call to relation rows.
Open guideFetch ERC-20 Transfer logs for one UTC day and query the decoded rows with SQL.
Open guideInspect a Uniswap route decision in Determica, from pinned chain state and exact calldata to execution evidence and every check behind PASS or FAIL.
Open guide