{
  "schema": "ab5d-series-evidence/2",
  "slug": "quarantine-by-owen-moore",
  "chainId": 1,
  "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
  "projectId": 183,
  "timezoneNote": "Every timestamp is UTC with an explicit offset or trailing Z, as the source returned it.",
  "codeSha256": "70cc8c8ad4aaee795750cb35bbdaecb72d18e07550fd6b50ee7d547e516bbccb",
  "graphqlRetrievals": [
    {
      "id": "G01",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "ab5d-linked-wallets",
      "query": "query { user_profiles(where: {username: {_eq: \"ab5d\"}}) { username name linked_accounts { public_address } } }",
      "variables": {},
      "identityFilter": "user_profiles where username _eq \"ab5d\" (inline filter, no variables sent)",
      "requestedAt": "2026-09-18T07:47:43.512Z",
      "respondedAt": "2026-09-18T07:47:43.788Z",
      "httpStatus": 200,
      "outcome": "ok",
      "result": {
        "username": "ab5d",
        "name": "AB5D",
        "linkedAccounts": [
          "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
          "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
          "0xdd19308a9731cdecb67e0d80ca6823394208c045"
        ],
        "count": 3
      },
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G02",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "ProjectBySlug",
      "query": "query ProjectBySlug($slug: String!) {\n  projects_metadata(where: {slug: {_eq: $slug}}) {\n    id project_id contract_address slug name artist_name artist_address description\n    invocations max_invocations complete paused\n    activated_at completed_at start_datetime updated_at\n    license link_to_license script_type_and_version aspect_ratio display_static\n    price_per_token_in_wei currency_symbol vertical_name website artist_interview\n    script_count script scripts { index script }\n  }\n}",
      "variables": {
        "slug": "quarantine-by-owen-moore"
      },
      "identityFilter": "projects_metadata where slug _eq \"quarantine-by-owen-moore\"; identity corroborated by the returned composite id",
      "compositeKeyNote": "Project identity is the composite key 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-183, joining lowercase contract address and on-chain project ID.",
      "requestedAt": "2026-09-18T07:47:43.789Z",
      "respondedAt": "2026-09-18T07:47:43.999Z",
      "httpStatus": 200,
      "outcome": "ok",
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G03",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "TokensByProject",
      "query": "query TokensByProject($pid: String!) {\n  tokens_metadata(where: {project_id: {_eq: $pid}}, order_by: {invocation: asc}) {\n    id token_id invocation hash owner_address minted_at features\n  }\n}",
      "variables": {
        "pid": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-183"
      },
      "identityFilter": "tokens_metadata where project_id _eq the composite project key, ordered by invocation ascending",
      "requestedAt": "2026-09-18T07:47:44.000Z",
      "respondedAt": "2026-09-18T07:47:44.240Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 128,
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null
    },
    {
      "id": "G04",
      "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "method": "HTTP POST",
      "operation": "TokensByIds",
      "query": "query TokensByIds($ids: [String!]) {\n  tokens_metadata(where: {id: {_in: $ids}}) {\n    id token_id invocation hash owner_address minted_at features\n  }\n}",
      "variables": {
        "ids": [
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-183000031",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-183000011",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-183000013",
          "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-183000007"
        ]
      },
      "identityFilter": "tokens_metadata where id _in the four exact composite token keys for the example tokens",
      "requestedAt": "2026-09-18T21:22:07.800Z",
      "respondedAt": "2026-09-18T21:22:08.060Z",
      "httpStatus": 200,
      "outcome": "ok",
      "rowsReturned": 4,
      "dataClass": "indexed data, not a direct chain call",
      "chainBlock": null,
      "note": "Issued so that every example token's hash, owner and mint timestamp is read from a response rather than from working memory."
    }
  ],
  "codeInspection": {
    "retrievalId": "G02",
    "sourceField": "projects_metadata.script",
    "bytes": 4826,
    "sha256": "70cc8c8ad4aaee795750cb35bbdaecb72d18e07550fd6b50ee7d547e516bbccb",
    "digestMethod": "SHA-256 over the UTF-8 bytes of the returned script field, computed with the Web Crypto API in the browser pane",
    "retrievedAt": "2026-09-18T07:47:43.999Z",
    "runtime": "three@0.124.0 as declared; the renderer loads only https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js",
    "scriptCount": 1,
    "fullReadCoverage": {
      "seedHandling": "No pseudo-random generator. The hash is split into 32 byte pairs from offset 2 and eleven of those bytes are mapped directly to shader uniforms.",
      "parameterSelection": "Byte 0 through a six-bucket threshold function gives the stage value; bytes 1 and 2 summed give the hue parameter; byte 3 the detail scale; byte 4 the mirroring width; byte 5 the polar repetition count; byte 6 a rotation index; bytes 7 to 15 three RGB triples.",
      "renderingSequence": "A three.js scene with an orthographic camera and a single full-screen plane carrying a ShaderMaterial. The fragment shader raymarches a signed distance field with polar folding and mirroring, computes normals by finite differences, applies one of six colour treatments, and supersamples in a nested loop bounded by the sampling uniform.",
      "timeAndInteraction": "No time uniform anywhere in the shader, no animation loop, and no key, mouse or touch handler. The canvas is created with a CSS filter of blur(12px) brightness(60%) opacity(60%); the scene renders once at sampling uniform 1, the uniform is set to 16, and one requestAnimationFrame handler waits 200ms, renders again at 16 by 16 samples per pixel, and clears the filter. Two renders in total.",
      "externalDependencies": "three.js only. The GLSL vertex and fragment shaders are strings inside the program. No network fetches, no external assets, no audio.",
      "notableStyle": "The shader preamble defines macros collapsing GLSL type and function names to single letters, a size optimisation for on-chain storage."
    },
    "executed": true,
    "executionDisclosure": "The program was read in full from the retrieved text. Separately it was executed by the official Art Blocks renderer during the token observations, where its uniform values were read. Reading and execution are recorded as separate activities."
  },
  "tokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000031",
      "status": 200,
      "observedAt": "2026-09-18T21:22:06.424Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000031"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000011",
      "status": 200,
      "observedAt": "2026-09-18T21:22:06.871Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000011"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000013",
      "status": 200,
      "observedAt": "2026-09-18T21:22:07.254Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000013"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000007",
      "status": 200,
      "observedAt": "2026-09-18T21:22:07.793Z",
      "method": "GET via fetch from the artblocks.io origin in the browser pane",
      "outcome": "fetched",
      "finalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000007"
    }
  ],
  "tokenObservations": [
    {
      "token_id": "183000031",
      "invocation": 31,
      "hash": "0xde1ab422f004d7a25cc53dd4be1ae05775eae77ea50c828b4d36f4af4275a72f",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "minted_at": "2021-10-29T16:06:47+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000031",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000031",
      "mediaType": "text/html, original live renderer",
      "publishedFeatures": {
        "Stage": "Recovery",
        "Hazard": "Biological",
        "Variant": "Beta",
        "Risk": "Low"
      }
    },
    {
      "token_id": "183000013",
      "invocation": 13,
      "hash": "0x0d502c70c5784851acf3a677c0f6d0ad28393130c6c469ed399186ab8995f31b",
      "owner_address": "0x49c91d37849825c164dc40fbcc9179644864dc60",
      "minted_at": "2021-10-17T05:44:21+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000013",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000013",
      "mediaType": "text/html, original live renderer",
      "publishedFeatures": {
        "Stage": "Mortem",
        "Hazard": "Biological",
        "Variant": "Epsilon",
        "Risk": "Med"
      }
    },
    {
      "token_id": "183000011",
      "invocation": 11,
      "hash": "0xe40521ee917900fbe86799a9104bcd22a3d00a6611481fbdfdfa0c714d26fd0c",
      "owner_address": "0x86ce21dfa7385aae9a1744806d3fc10862407491",
      "minted_at": "2021-10-17T05:36:09+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000011",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000011",
      "mediaType": "text/html, original live renderer",
      "publishedFeatures": {
        "Stage": "Recovery",
        "Hazard": "Nanotech",
        "Variant": "Epsilon",
        "Risk": "High"
      }
    },
    {
      "token_id": "183000007",
      "invocation": 7,
      "hash": "0x1ad761d1f7f83b963e71e0b76a48560da3f3fffd172706dd73b8dc53e916e891",
      "owner_address": "0x26d39fc7341567c8b0bb96382fc54f367f4298ea",
      "minted_at": "2021-10-17T05:31:57+00:00",
      "identitySource": "G04",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000007",
      "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000007",
      "mediaType": "text/html, original live renderer",
      "publishedFeatures": {
        "Stage": "Acute",
        "Hazard": "Chemical",
        "Variant": "Kappa",
        "Risk": "High"
      }
    }
  ],
  "visualObservations": [
    {
      "observationId": "V01",
      "kind": "sustained",
      "token_id": "183000031",
      "exampleId": "E01",
      "observer": "Claude (claude-opus-5), running in Cowork mode on the coordinator's computer; no coordinator or third-party observation is incorporated",
      "method": "Original Art Blocks renderer opened in the browser pane. The artwork renders through WebGL, so the canvas was copied to a 2D surface for pixel sampling. The sketch's uniform object was read alongside. Screenshot captured.",
      "canvas": "662 by 662",
      "observationWindowUtc": [
        "2026-09-19T07:48:42.304Z",
        "2026-09-19T07:49:04.906Z"
      ],
      "elapsedObservedSeconds": 22.6,
      "cssFilterAtObservation": "cleared",
      "samplingUniformAtObservation": 16,
      "reobservationNote": "Re-observed on 2026-09-19 in a sustained session after an audit found the original six-second window too short to count as a sustained analysis. Nine states were sampled at two and a half second intervals across 22.6 seconds; the earlier six-second observation agreed and is superseded rather than contradicted.",
      "statesSampled": 9,
      "distinctSignatures": 1,
      "states": [
        {
          "wallClock": "2026-09-19T07:48:42.323Z",
          "signature": 3934516273,
          "chromaticPixels": 8217,
          "sampledPixels": 8269,
          "meanMaxChannel": 75.51,
          "cssFilter": "none"
        },
        {
          "wallClock": "2026-09-19T07:48:49.850Z",
          "signature": 3934516273,
          "chromaticPixels": 8217,
          "sampledPixels": 8269,
          "meanMaxChannel": 75.51,
          "cssFilter": "none"
        },
        {
          "wallClock": "2026-09-19T07:48:57.382Z",
          "signature": 3934516273,
          "chromaticPixels": 8217,
          "sampledPixels": 8269,
          "meanMaxChannel": 75.51,
          "cssFilter": "none"
        },
        {
          "wallClock": "2026-09-19T07:49:02.404Z",
          "signature": 3934516273,
          "chromaticPixels": 8217,
          "sampledPixels": 8269,
          "meanMaxChannel": 75.51,
          "cssFilter": "none"
        }
      ],
      "sustainedFinding": "Across nine samples over 22.6 seconds the canvas signature, the chromatic pixel count and the mean maximum channel were all identical to the digit, and the CSS focusing filter read 'none' at every sample. The work had completed its two-render sequence before the window opened and did nothing for the whole of it.",
      "sketchUniforms": {
        "uC": 5,
        "uH": -0.0953,
        "uS": 0.3733,
        "uM": 0.2894,
        "uP": 2,
        "uR": 3,
        "uA": 16
      },
      "traitComparison": {
        "Stage": {
          "published": "Recovery",
          "uniformValue": 5,
          "agrees": true
        },
        "Hazard": {
          "published": "Biological",
          "uniformValue": -0.0953,
          "band": "-0.6 to 0.2",
          "agrees": true
        },
        "Variant": {
          "published": "Beta",
          "uniformValue": 2,
          "agrees": true
        },
        "Risk": {
          "published": "Low",
          "uniformValue": 0.3733,
          "agrees": "consistent with the Low band but the rule is unresolved"
        }
      },
      "motionStatus": "opened after the two-render sequence had completed; observed unchanged across the window, with the CSS focusing filter already cleared and the sampling uniform at its final value of 16. The absence of motion is established from the program's structure and the cleared filter, not from the unchanging image alone.",
      "concreteObservation": "A near-black square, vignetted at the corners. A bilaterally symmetrical form in dusty rose and olive occupies the centre: two vertical lobes joined at a narrow waist, flanked by rows of small pale-green nodes receding toward the edges. The mirroring is exact, which is what makes it read as a diagram rather than a photograph.",
      "controlsTested": [],
      "controlsNote": "None attempted: the program defines no key, mouse or touch handler and the project page carries no interactive badge.",
      "audioStatus": "not auditioned because no audio path exists: zero audio or video elements, only three.js loaded, and no audio call in the program. Nothing was heard.",
      "limitations": "The two-render focusing transition had completed before the first sample, so it was not captured mid-transition."
    },
    {
      "observationId": "V02",
      "kind": "sustained",
      "token_id": "183000013",
      "exampleId": "E02",
      "observer": "Claude (claude-opus-5), as V01",
      "method": "As V01, in a sustained re-observation on 2026-09-19: nine signature samples at two and a half second intervals, followed by a census of every pixel on the canvas recording both the count above a separation threshold of 12 and the maximum channel separation found anywhere in the image.",
      "canvas": "662 by 662",
      "observationWindowUtc": [
        "2026-09-19T07:49:27.360Z",
        "2026-09-19T07:49:49.974Z"
      ],
      "elapsedObservedSeconds": 22.6,
      "reobservationNote": "Re-observed after an audit found the original five-second window too short to count as a sustained analysis. The earlier signature and census agreed and are superseded rather than contradicted; the new census is strictly stronger.",
      "statesSampled": 9,
      "distinctSignatures": 1,
      "states": [
        {
          "wallClock": "2026-09-19T07:49:27.377Z",
          "signature": 4074827527,
          "chromaticPixels": 0,
          "maxChannelSeparation": 0,
          "cssFilter": "none"
        },
        {
          "wallClock": "2026-09-19T07:49:47.461Z",
          "signature": 4074827527,
          "chromaticPixels": 0,
          "maxChannelSeparation": 0,
          "cssFilter": "none"
        }
      ],
      "sustainedFinding": "Across nine samples over 22.6 seconds the canvas signature never changed and no sampled pixel ever carried any chromatic content at all.",
      "sketchUniforms": {
        "uC": 0,
        "uH": -0.4156,
        "uS": 0.3122,
        "uP": 5,
        "uR": 1
      },
      "chromaticCensus": {
        "pixelsExamined": 438244,
        "pixelsWithChannelSeparationAbove12": 0,
        "percent": 0.0,
        "maximumChannelSeparationAnywhere": 0,
        "strongerFinding": "The maximum difference between the largest and smallest channel of any pixel on the canvas is exactly 0, so every pixel satisfies red equals green equals blue. The image is not greyscale within a tolerance; it is exactly achromatic."
      },
      "traitComparison": {
        "Stage": {
          "published": "Mortem",
          "uniformValue": 0,
          "agrees": true
        },
        "Hazard": {
          "published": "Biological",
          "uniformValue": -0.4156,
          "agrees": true
        },
        "Variant": {
          "published": "Epsilon",
          "uniformValue": 5,
          "agrees": true
        }
      },
      "motionStatus": "opened after completion; observed unchanged across the window",
      "concreteObservation": "A pale grey form on a black field, symmetrical about both axes, spreading in fronds and spines from a dense central knot. It resembles a frost pattern or an X-ray plate. There is no colour anywhere in the image.",
      "controlsTested": [],
      "audioStatus": "not auditioned; no audio path exists, as V01",
      "limitations": "As V01, the render sequence had completed before observation."
    },
    {
      "observationId": "V03",
      "kind": "focused",
      "token_id": "183000011",
      "exampleId": "E03",
      "observer": "Claude (claude-opus-5), as V01",
      "method": "As V01",
      "canvas": "662 by 662",
      "observationWindowUtc": [
        "2026-09-18T21:23:12.483Z",
        "2026-09-18T21:23:16.492Z"
      ],
      "elapsedObservedSeconds": 4.0,
      "states": [
        {
          "wallClock": "2026-09-18T21:23:12.483Z",
          "signature": 4190842528
        },
        {
          "wallClock": "2026-09-18T21:23:16.492Z",
          "signature": 4190842528
        }
      ],
      "sketchUniforms": {
        "uC": 5,
        "uH": -0.7516,
        "uS": 0.2133,
        "uM": 0.2224,
        "uP": 5,
        "uR": 0,
        "uA": 16
      },
      "traitComparison": {
        "Hazard": {
          "published": "Nanotech",
          "uniformValue": -0.7516,
          "band": "below -0.6",
          "agrees": true
        },
        "Variant": {
          "published": "Epsilon",
          "uniformValue": 5,
          "agrees": true
        },
        "Stage": {
          "published": "Recovery",
          "uniformValue": 5,
          "agrees": true
        }
      },
      "motionStatus": "opened after completion; observed unchanged across the window",
      "concreteObservation": "A radial burst on near-black: concentric rings of amber and gold spokes, dense at the rim and dissolving toward a dark centre, with none of the bilateral structure of the other tokens observed.",
      "controlsTested": [],
      "audioStatus": "not auditioned; no audio path exists, as V01",
      "limitations": "As V01."
    },
    {
      "observationId": "V04",
      "kind": "focused",
      "token_id": "183000007",
      "exampleId": "E04",
      "observer": "Claude (claude-opus-5), as V01",
      "method": "As V01",
      "canvas": "662 by 662",
      "observationWindowUtc": [
        "2026-09-18T21:24:05Z",
        "2026-09-18T21:24:10Z"
      ],
      "elapsedObservedSeconds": 5.0,
      "states": [
        {
          "signature": 501143618
        },
        {
          "signature": 501143618,
          "note": "four seconds later, identical"
        }
      ],
      "sketchUniforms": {
        "uC": 1,
        "uH": 0.3187,
        "uS": 0.2361,
        "uM": 0.2944,
        "uP": 10,
        "uR": 1
      },
      "traitComparison": {
        "Variant": {
          "published": "Kappa",
          "uniformValue": 10,
          "agrees": true
        },
        "Hazard": {
          "published": "Chemical",
          "uniformValue": 0.3187,
          "band": "0.2 to 0.6",
          "agrees": true
        },
        "Stage": {
          "published": "Acute",
          "uniformValue": 1,
          "agrees": true
        }
      },
      "motionStatus": "opened after completion; observed unchanged across the window",
      "concreteObservation": "A broad rose and amber disc ringed by a scalloped border of small gold forms, with a ring of dark dots near the centre arranged like a dial. Tenfold symmetry, the maximum the program produces, which gives it a manufactured rather than grown appearance.",
      "controlsTested": [],
      "audioStatus": "not auditioned; no audio path exists, as V01",
      "limitations": "As V01."
    }
  ],
  "traitReproduction": {
    "method": "The uniform mapping read from the program was reimplemented independently and run against the hashes of all 128 tokens returned by G03, then compared with the published features. The reimplementation was additionally validated against four running tokens by reading their uniform objects in the renderer.",
    "editionSize": 128,
    "results": [
      {
        "trait": "Stage",
        "matches": 128,
        "of": 128,
        "rule": "Byte 0 mapped to 1-100 then bucketed at 9, 23, 43, 57 and 70, giving six uneven buckets named Mortem, Acute, Spreading, Invasive, Exposure, Recovery.",
        "distribution": {
          "Recovery": 42,
          "Spreading": 25,
          "Invasive": 21,
          "Exposure": 17,
          "Acute": 15,
          "Mortem": 8
        }
      },
      {
        "trait": "Variant",
        "matches": 128,
        "of": 128,
        "rule": "Byte 5 normalised, raised to the power 1.5, mapped to 2 through 10 and rounded; this is the shader's polar repetition count. Named Beta through Kappa.",
        "distribution": {
          "Beta": 20,
          "Gamma": 19,
          "Epsilon": 18,
          "Delta": 16,
          "Theta": 16,
          "Iota": 15,
          "Zeta": 11,
          "Eta": 10,
          "Kappa": 3
        }
      },
      {
        "trait": "Hazard",
        "matches": 128,
        "of": 128,
        "rule": "Bytes 1 and 2 summed and mapped to -0.9 through 1.1, then tested against the shader's four branches: below -0.6 Nanotech, above 0.6 Alien, 0.2 to 0.6 Chemical, otherwise Biological.",
        "distribution": {
          "Biological": 62,
          "Chemical": 38,
          "Alien": 19,
          "Nanotech": 9
        },
        "note": "The parameter is the sum of two bytes, so its distribution is triangular rather than flat, which explains the uneven counts."
      },
      {
        "trait": "Risk",
        "matches": null,
        "of": 128,
        "status": "unresolved",
        "observedStructure": {
          "Low": {
            "detailParameterMin": 0.3043,
            "detailParameterMax": 0.3992,
            "n": 32
          },
          "Med": {
            "detailParameterMin": 0.229,
            "detailParameterMax": 0.3529,
            "n": 65
          },
          "High": {
            "detailParameterMin": 0.2031,
            "detailParameterMax": 0.2675,
            "n": 31
          }
        },
        "hypothesesTestedAndRejected": [
          "Each of the 32 hash bytes tested for values that separate the three labels into disjoint ranges: none does",
          "The detail-scale parameter alone: Low and High are disjoint from each other but Med straddles both",
          "The detail-scale parameter combined with the mirroring switch at several weights",
          "The polar repetition count and the rotation index, neither of which correlates"
        ],
        "conclusion": "A second variable appears to push tokens into the Medium band and was not identified. Reported as unresolved rather than covered by a fitted threshold."
      }
    ]
  },
  "mintChronology": {
    "firstTokenMintedAt": "2021-10-12T18:37:48+00:00",
    "activatedAt": "2021-10-23T18:04:15+00:00",
    "publicOpeningAt": "2021-10-29T16:00:00+00:00",
    "projectPageDisplayedRelease": "30 October 2021",
    "projectPageDisplayedReleaseNote": "The page renders the public opening instant in a timezone ahead of UTC. Same event, not a separate date.",
    "completedAt": "2021-12-26T16:19:19+00:00",
    "preOpeningMints": {
      "count": 27,
      "invocations": "0 through 26",
      "window": "2021-10-12T18:37:48+00:00 to 2021-10-17",
      "note": "These precede both activation and the public opening. Twenty-seven is a fifth of the edition, against one artist proof in the other projects examined in this batch. No allowlist, presale or artist-mint arrangement is documented in any source consulted, and the project publishes no sales note. Recorded as observed without an explanation."
    },
    "paceFromOpening": {
      "firstHour": 9,
      "restOfFirstDay": 19,
      "days2to7": 17,
      "days8to30": 28,
      "remainder": 28
    },
    "saleDuration": {
      "days": 58.0,
      "endpoints": [
        "public opening 2021-10-29T16:00:00+00:00",
        "final mint 2021-12-26T16:19:19+00:00"
      ],
      "calculation": "(Date.parse('2021-12-26T16:19:19+00:00') - Date.parse('2021-10-29T16:00:00+00:00')) / 86400000"
    },
    "currentIndexPrice": {
      "wei": "100000000000000000",
      "eth": 0.1,
      "observedAt": "2026-09-18T07:47:43.999Z",
      "note": "A current observation of the index field. No sales note is published for this project, so no original mint mechanism or historical price is asserted."
    },
    "updatedAtNote": "The index also returns updated_at = 2021-10-06T17:01:45.639977 with no timezone offset. Reproduced exactly as returned and not converted."
  },
  "headerVerification": {
    "walletSetRefreshedAt": "2026-09-18T07:47:43.788Z",
    "walletSetSource": "user_profiles discovery query G01 at the official Hasura endpoint, with the public profile page also opened in the browser pane",
    "walletSetComplete": true,
    "walletCount": 3,
    "wallets": [
      "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
      "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
      "0xdd19308a9731cdecb67e0d80ca6823394208c045"
    ],
    "walletCountAssumed": false,
    "method": "Every one of the 128 token owner addresses returned by G03 was compared against all three returned wallet addresses. Exactly one match.",
    "tokenId": "183000031",
    "invocation": 31,
    "ownerAddress": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
    "matchedWalletIndex": 2,
    "held": true,
    "collectionGap": false,
    "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000031",
    "inspectedMediaUrl": "https://generator.artblocks.io/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/183000031",
    "ownershipObservedAt": "2026-09-18T07:47:44.240Z",
    "displayBasis": "No display note is published and the artist gives no display instruction. The work completes within a second of loading and then never changes, so a still is faithful to the finished state; what a still cannot show is the one-second blurred-to-sharp focusing gesture the program performs on load."
  },
  "rightsEvidence": {
    "artworkLabel": {
      "value": "CC BY-NC-ND 4.0",
      "field": "projects_metadata.license",
      "retrievalId": "G02"
    },
    "artworkLinkOfRecord": {
      "value": null,
      "field": "projects_metadata.link_to_license",
      "retrievalId": "G02",
      "status": "null; the index supplies no link and the project page publishes no licence field"
    },
    "canonicalDeedRead": {
      "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
      "sourceId": "S08",
      "note": "The canonical deed for the exact identifier reported. Association rests on the identifier rather than on a link in the record."
    },
    "noDerivativesConsequence": "The NoDerivatives term prohibits distributing modified material. Cropped details, recoloured reproductions, composite plates and adjusted stills are all modifications. This package creates none and the presentation record instructs that none be produced.",
    "codeNotice": "None. No licence statement or copyright notice appears anywhere in the program.",
    "dependencyRights": "three@0.124.0 upstream licensing not inspected; recorded separately as unknown. The GLSL shaders are the artist's own source inside the program and carry no separate notice."
  },
  "failedAttemptsAndLimits": [
    {
      "attempt": "Reproducing the Risk trait",
      "outcome": "Failed against every single hash byte and against several composites of the detail-scale parameter with the mirroring switch and the repetition count.",
      "resolution": "Reported the observed band structure and the hypotheses tested, and left the rule unresolved rather than fitting a threshold."
    },
    {
      "attempt": "Capturing the blurred-to-sharp focusing transition in the renderer",
      "outcome": "All four tokens had completed the two-render sequence before the first sample could be taken.",
      "resolution": "Recorded the sequence from the program and the cleared CSS filter, and stated explicitly that the transition was not captured mid-transition."
    },
    {
      "attempt": "Finding an artist statement at the website of record",
      "outcome": "The recorded website is the studio domain root, not a project page, so it lands on a site index.",
      "resolution": "Located the statement on the studio's artwork index page and the token gallery on a dedicated project page, and cited both."
    },
    {
      "attempt": "Establishing the original mint mechanism and price",
      "outcome": "No sales note is published and the index exposes only a current price field.",
      "resolution": "Reported the current price as a current observation and explicitly declined to infer a mechanism from comparable projects."
    },
    {
      "attempt": "Explaining the 27 pre-opening mints",
      "outcome": "No allowlist, presale or artist-mint arrangement is documented in any source consulted.",
      "resolution": "Recorded the count and the timestamps as observed and left the cause open."
    }
  ]
}
