Skip to main content

Table Description

Contains smart contract script execution data for Cardano transactions. Each row represents a script (Plutus or native) invoked during a transaction, including its purpose (spend, mint, certify, reward), redeemer data, datum hash, and computational resource consumption (memory and CPU units).

Column Descriptions

ColumnDescriptionType
slotThe absolute slot number of the block containing this transaction.bigint
block_numberThe sequential number of the block containing this transaction.bigint
block_hashThe hash of the block containing this transaction.varchar
block_timeThe timestamp of the block containing this transaction.timestamp
tx_hashThe hash of the transaction that invoked this script.varchar
script_hashThe hash uniquely identifying the script.varchar
script_typeThe type of script (e.g., 0 = native, 1 = Plutus V1, 2 = Plutus V2, 3 = Plutus V3).integer
datum_hashThe hash of the datum consumed by the script.varchar
purposeThe purpose of the script execution (e.g., spend, mint, certify, reward).varchar
redeemer_indexThe index of the redeemer in the transaction’s redeemer list.integer
redeemer_cborThe CBOR-encoded redeemer data passed to the script.varchar
redeemer_data_hashThe hash of the redeemer data.varchar
execution_mem_unitsThe memory units consumed by the script execution.bigint
execution_cpu_stepsThe CPU steps consumed by the script execution.bigint
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample