Tables and views
Queryable catalog objects exposed as part of Determica's public evidence surface.
Browse by execution role
Explore all 19 published data objects across 3 groups.
Core run records
5Invocation, candidate, ordered-step, checkpoint, and effect-summary records.
- evm.runs Completed atomic PROGRAM invocations.Table
- evm.executions Contextual PROGRAM execution associations.Table
- evm.execution_steps Immutable selected per-step PROGRAM lineage.Table
- evm.execution_checkpoints Canonical execution-keyed evidence projection.View
- evm.execution_effect_summary Exactly one row per execution, including invalid or zero-attempt executions. Counts include program-step attempts only; observation-call effects are excluded. Final dispositions include ancestor outcomes.View
Inputs and results
3Authored assumptions, scheduled observation results, and committed state transitions.
- evm.execution_assumptions Canonical execution-keyed evidence projection.View
- evm.execution_observations One row per expanded observation point. observation_index supplies canonical point ordering and disambiguates checkpoints sharing one byte-exact logical key.View
- evm.execution_state_deltas One row per artifact-backed execution, step_index, and delta_index. Rows are committed checkpoint transitions, not merely attempted writes.View
Trace and effect evidence
11Contextual attempts plus frame, access, read, write, log, create, and related fact evidence.
- evm.execution_attempts One row per contextual owner association to one physical attempt. Program-step owners have step_index and no observation_key; observation-call owners have observation_key and no step_index. Reuse may expose the same attempt_id under multiple owners.View
- evm.execution_frames One row per contextual attempt owner and frame_index. A reused physical attempt expands once for each execution step or observation owner; use attempt_id for physical deduplication.View
- evm.execution_logs One row per contextual attempt owner and log_index. effect_status is the final disposition after all ancestor outcomes.View
- evm.execution_accesses Canonical execution-keyed evidence projection.View
- evm.execution_state_reads One row per contextual attempt owner and read_index. Lookup probes and internal selection relation hashes are intentionally omitted from the public projection.View
- evm.execution_state_writes One row per contextual attempt owner and write_index. effect_status is the final disposition after all ancestor outcomes.View
- evm.execution_transient_accesses Canonical execution-keyed evidence projection.View
- evm.execution_blockhash_reads Canonical execution-keyed evidence projection.View
- evm.execution_creates Canonical execution-keyed evidence projection.View
- evm.execution_selfdestructs Canonical execution-keyed evidence projection.View
- evm.execution_asset_claims Canonical execution-keyed evidence projection.View