dd /export — data surfaces
Every export is a view of the data layer, generated by the same pipeline that renders this site — never a new source of truth. Compact bundles are the exact files this portal's islands fetch; the CSV and tarball are build-time artifacts. Regeneration is a fixed, ordered pipeline (taxonomy → claims → bundles → corpus/chronology generators → ABIs → artifacts → tarball) documented under method.
bundles & artifacts
| artifact | what | contents |
|---|---|---|
| tokens_unified.compact.json | unified explorer bundle | every classified ERC-20 (3,141 minter children + the registry tokens, kind-labeled): identity, taxonomy class/era/origin, lineage parent, liquidity reality, supply, multiplier |
| tokens_v2.compact.json | census explorer bundle | the 3,141 minter children alone (the tool islands’ census view: identity, taxonomy, lineage parent, liquidity, supply, multiplier) |
| registry.compact.json | contract registry bundle | 352 classified contracts with deploy facts, admin surface, verification state, liquidity |
| claims.compact.json | claim registry | 104 machine-checkable claim-classes + by-entity index |
| taxonomy.compact.json | taxonomy fields | per-token tax_* fields over the census |
| timeline.compact.json | master chronology | era boundaries, known-actor deployments, TBILL ledger, crisis sequence, supply cliffs |
| irc.compact.json | IRC corpus (parsed) | 103,550 parsed lines with line numbers, timestamps, users (raw log below) |
| atropa_logged.txt | IRC raw log (verbatim) | the complete owner-provided #atropa_logged file, byte-faithful |
| graph_atropa_subgraph.json | liquidity subgraph | 1,981 nodes / 15,285 links, WPLS-anchored — never the full DEX graph |
| pools.compact.json | per-token pool aggregates | 1,830 tokens: live/total pairs, WPLS anchored, factories, top counterparties, anchor pair |
| dysnomia.compact.json | dysnomia bundle | the /dysnomia surfaces’ data layer: the 39-row contract perimeter + specials, the seven waves, census aggregates (LAU/SHIO/QING/YUE/Beat), venue leaders |
| shared_infra.compact.json | shared infra state | math family owner/supply probe (cross-portal bundle) |
| tokens_all.csv | unified token CSV | the /tokens explorer table as CSV — census + registry ERC-20s with the kind column (the no-JS data path) |
| tokens.csv | census CSV | full-field census export (census + extensions + taxonomy) |
| abi/tt-templates.json | TT template ABIs | embedded child-template ABIs per era [src] |
| /artifacts/index.json | artifact index | address → bytecode/source/verified/decompiled map for the per-entity downloads below |
docs + sources tarball
atropa-kb-v2.tar.gz — 87 files in kb-v2/ + 21 files in solidity/ + 102 files in solidity/dysnomia/· sha256 dd56640bfd6a32ac7019eca276edd52f802ce451ab447f00ad57fab13539e784
The public KB content tree (normative mechanics, method, taxonomy) plus every recovered and blockscout-verified Solidity source (docs/solidity/ top level + verified/; the out-of-scope dysnomia/wallet trees are excluded). A MANIFEST.json is inside. Per-minter ABI artifacts also live at /abi/{address}.json for the 8 factories.
per-entity artifacts (downloads)
| artifact | what | contents |
|---|---|---|
| /artifacts/bytecode/ | per-contract bytecode | 524 runtime-bytecode JSONs (hex + sha256; creation input for the 8 factories) — the bytecode-archaeology set plus every registry contract outside it [chain] |
| /artifacts/src/ | source files | 22 recovered + blockscout-verified sources incl. the V1 decompilation [src] — treasury tree only; the dysnomia sources ship in the tarball below |
| /artifacts/verified/ | verified source + ABI | 100 blockscout-verified contracts as published (source files + ABI + compiler facts) [ext-api] |
| /artifacts/decompiled/ | curated decompilations | 6 heimdall-rs decompilations of notable UNVERIFIED contracts (math family, cDc) — non-normative research aids [src-decompiled] |
| /abi/ | interaction ABIs | per-minter head + child-template + ERC-20 ABI artifacts [src] |
Linked from every entity page that has one (bytecode + verified source + decompilation where held; sources + ABIs on the core set) — downloaded on click, never inlined into pages. Generated by the artifact pipeline behind the artifact index.
filtered CSV
The /tokens explorer island can export its currently filtered rows as CSV (client-side, same compact bundle — no server involved). Apply filters there, then press export CSV at the bottom of the table.
exports are views of the data layer · license/provenance per method: [src]/[chain] tags apply to every field.