Skip to main content

Table Description

A curated registry of known smart contracts on the Cardano blockchain. Each row maps a script hash to human-readable metadata including the project name, contract name, category, purpose, and the scripting language used. This table is useful for enriching on-chain data with project-level context.

Column Descriptions

ColumnDescriptionType
script_hashThe hash uniquely identifying the smart contract script.varchar
project_nameThe name of the project that deployed the contract (e.g., SundaeSwap, Minswap).varchar
contract_nameThe specific name of the contract within the project.varchar
categoryThe high-level category of the contract (e.g., DEX, Lending, NFT Marketplace).varchar
sub_categoryA more specific sub-category for the contract.varchar
purposeThe purpose or function of the contract (e.g., swap, liquidity pool, oracle).varchar
languageThe scripting language used (e.g., Plutus V1, Plutus V2, Plutus V3, Aiken).varchar
fetched_atThe timestamp when the registry data was last fetched.timestamp
versionThe version number of the contract metadata entry.integer
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample