{
  "observedAt": "2026-09-18T00:29:00+00:00",
  "observedAtNote": "All timestamps in this file are UTC with an explicit +00:00 offset. The observation window ran from 2026-09-18T00:29Z to 2026-09-18T00:40Z, which is the morning of 18 September 2026 in Australia/Melbourne, the operator timezone. Calendar dates in the essay and in presentation.json are UTC unless explicitly labelled otherwise.",
  "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
  "projectQueryFields": "projects_metadata: id, project_id, contract_address, slug, name, artist_name, artist_address, invocations, max_invocations, complete, completed_at, activated_at, first_token_minted_at, second_token_minted_at, license, link_to_license, script_type_and_version, price_per_token_in_wei, currency_symbol, curation_status, website, artist_interview, external_asset_dependency_count, script_count, aspect_ratio, display_static, start_datetime, updated_at, chain_id, script, scripts{index script}, description",
  "query": "query($s:String!){projects_metadata(where:{slug:{_eq:$s}}){id project_id contract_address slug name artist_name artist_address invocations max_invocations complete completed_at activated_at first_token_minted_at second_token_minted_at license link_to_license script_type_and_version price_per_token_in_wei currency_symbol curation_status website artist_interview external_asset_dependency_count script_count aspect_ratio display_static start_datetime updated_at chain_id script scripts{index script} description}}",
  "variables": {
    "s": "stroming-by-bart-simons"
  },
  "method": "HTTP POST, Content-Type application/json",
  "identityFilter": "slug equals stroming-by-bart-simons, corroborated against contract_address 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 and project_id 86 in the same response",
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86",
    "project_id": "86",
    "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "chain_id": 1,
    "slug": "stroming-by-bart-simons",
    "name": "Stroming",
    "artist_name": "Bart Simons",
    "artist_address": "0x5079a8ada8772f850e2eb94a7571c1a358d4cd43",
    "invocations": 256,
    "max_invocations": 256,
    "complete": true,
    "activated_at": "2021-06-17T15:54:17+00:00",
    "completed_at": "2021-06-20T19:49:08+00:00",
    "first_token_minted_at": "2021-06-11T13:36:00+00:00",
    "second_token_minted_at": "2021-06-20T19:06:00+00:00",
    "start_datetime": "2021-06-20T19:06:00+00:00",
    "updated_at": "2021-06-23T01:16:10.590404",
    "updated_atNote": "Reproduced exactly as the index returns it. This is the only value in this file carrying no timezone offset, because the platform stores it without one; it has not been converted or assumed to be UTC.",
    "license": "CC BY-NC 4.0",
    "link_to_license": null,
    "script_type_and_version": "p5@1.0.0",
    "price_per_token_in_wei": "85000000000000000",
    "currency_symbol": "ETH",
    "curation_status": "factory",
    "website": "https://www.instagram.com/unordered.list",
    "artist_interview": null,
    "external_asset_dependency_count": 0,
    "script_count": 1,
    "aspect_ratio": 1,
    "display_static": false,
    "display_staticNote": "This value asserts that the work animates. It is contradicted by the script, which disables the animation loop in the first statement of setup, and by the live renderer, which produced three identical canvas states across eight seconds. Recorded as returned and flagged as conflicting."
  },
  "codeSha256": "9cdc8edd366835b058de3c2f97da7497e53c980f4e049d23e276daf40e9bb148",
  "codeBytes": 6820,
  "codeRetrieval": {
    "selection": "projects_metadata / script, cross-checked against projects_metadata / scripts{index script}",
    "fragmentsConcatenatedMatchSingleField": true,
    "digestMethod": "SHA-256 over UTF-8 bytes via Web Crypto API in the browser",
    "chainBlock": null,
    "note": "Index retrieval, not a direct read of contract storage. Script content is not redistributed in this package."
  },
  "codeFindings": {
    "loop": "noLoop is called as the first statement of setup; the work renders once",
    "canvas": "square, sized to the smaller window dimension",
    "seeds": {
      "noise": "first sixteen hexadecimal characters of the token hash, parsed base 16",
      "random": "hexadecimal characters 16 to 30 of the token hash, parsed base 15; hexadecimal digits run to f which is invalid in base 15, so parsing stops at the first f and the seed is a truncated prefix whose length varies by token"
    },
    "directByteParameters": {
      "byte0": "view mode bands for split and quad",
      "byte2": "inversion flag",
      "byte3": "palette selection",
      "byte4": "stream shape, rectangle or circle",
      "byte6": "padding",
      "byte7": "stream count",
      "byte8": "stream length",
      "byte9": "minimum field angle",
      "byte10": "maximum field angle",
      "byte11": "growth rate"
    },
    "palettes": {
      "count": 16,
      "form": "literal HSB arrays of five or six colours",
      "rule": "the first two entries of the chosen palette become the background and the underlay stroke; only the remainder are available to the streams",
      "inversion": "when the inversion flag is set the palette order is reversed, except for three palettes which are excluded"
    },
    "flowField": "180 by 180 grid of angles sampled from Perlin noise and mapped between a hash-derived minimum and maximum; the maximum can reach twenty-two times pi",
    "streamDrawing": "a start point inside the padded area, the field angle looked up, a mark drawn rotated to that angle, the point stepped forward along the angle; the mark grows along the stream so each stream tapers, and the colour walks in hue, saturation and brightness with every step",
    "sceneRoutines": 16,
    "sceneRoutineNote": "one grid routine occupies three of the sixteen selection slots, so grid scenes are three times as likely as any other single routine; the traits surface nineteen scene names because that routine covers four named grid variants",
    "sceneInterleaving": "each scene routine draws part of its geometry, calls the stream routine for a share of the stream count, then draws more geometry and calls it again, so underlay and overlay are laced together",
    "viewModes": {
      "single": "default",
      "split": "hash byte 0 in a six-value band; two scenes side by side",
      "quad": "hash byte 0 in a three-value band; scale halved and four scenes drawn"
    },
    "texture": "two noise-derived grey layers composited in multiply blend mode over the finished canvas, leaving three offscreen buffers in the document",
    "eventListeners": 0,
    "audioReferences": 0
  },
  "tokenQuery": {
    "query": "query($ids:[String!]){tokens_metadata(where:{id:{_in:$ids}}){id token_id invocation project_id owner_address minted_at hash media_url primary_asset_url live_view_url features}}",
    "method": "HTTP POST, Content-Type application/json",
    "identifiersRequested": [
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86000000",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86000001",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86000010",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86000020",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86000080"
    ]
  },
  "tokenObservations": [
    {
      "token_id": "86000000",
      "owner_address": "0x5079a8ada8772f850e2eb94a7571c1a358d4cd43",
      "hash": "0x28558e0f4a612a249ab7e023ab0da33ab3594268604a7b308a8086916190a999",
      "minted_at": "2021-06-11T13:36:00+00:00"
    },
    {
      "token_id": "86000006",
      "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
      "hash": "0x51ad773a2380cdeab42ecc55b124d968ae351f7dcd987035e417b3a247eb2d88",
      "minted_at": "2021-06-20T19:06:08+00:00"
    },
    {
      "token_id": "86000080",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "hash": "0x9d4b59b0855ad9c5a9ebf8f837feff370aa5051724ebd812633667a79d6707f3",
      "minted_at": "2021-06-20T19:14:12+00:00"
    },
    {
      "token_id": "86000249",
      "owner_address": "0x3dac271d1b36a434880c527a678b6487ac9c1f8c",
      "hash": "0xfe518c6fac757bd1b8213aa3cb16d2f2efe8a6add792fb3858f4a2340c7b8183",
      "minted_at": "2021-06-20T19:46:39+00:00"
    }
  ],
  "editionSweep": {
    "query": "query{tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address minted_at features}}",
    "rowsReturned": 256,
    "emptyTraitTokens": [],
    "viewDistribution": {
      "Single Scene": 249,
      "Split Scene": 5,
      "Quad Scene": 2
    },
    "quadSceneInvocations": [
      249,
      254
    ],
    "splitSceneInvocations": [
      25,
      142,
      145,
      168,
      197
    ],
    "sceneDistribution": {
      "Revolver": 21,
      "Compound": 19,
      "Bullseye": 17,
      "10PRINT": 17,
      "Asterisk": 17,
      "Arcs": 16,
      "Circle Arch": 16,
      "Overload": 16,
      "Stripes": 15,
      "Grid Equal Circles": 15,
      "Rects": 14,
      "Window Grid": 13,
      "Grid Unequal Rectangles": 12,
      "Grid Unequal Circles": 12,
      "Grid Equal Rectangles": 11,
      "Damaged": 11,
      "Bars": 7,
      "x2": 5,
      "x4": 2
    },
    "paletteDistribution": {
      "Futuristisch": 25,
      "Spoorwegen": 23,
      "Mm.. Food": 19,
      "Marmer": 19,
      "Lente": 18,
      "Schuurpapier": 18,
      "Zonnedauw": 17,
      "Zuurstokroze": 17,
      "Sterrenwacht": 15,
      "Oranjegevoel": 15,
      "Pandemonium": 14,
      "Dageraad": 14,
      "Zachtgroen": 14,
      "Donderwolk": 11,
      "Pastelroze": 11,
      "Retro": 6
    },
    "streamShapes": {
      "Rectangles": 185,
      "Circles": 71
    },
    "inversed": {
      "False": 226,
      "True": 30
    },
    "wildness": {
      "Mild": 90,
      "Wildest": 67,
      "Wild": 56,
      "Tame": 43
    }
  },
  "licenceCensus": {
    "query": "query{projects_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"}},limit:600){project_id license link_to_license}}",
    "projectsReturned": 359,
    "distinctLabelStrings": 34,
    "projectsWithLicenceLink": 87
  },
  "tokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000000",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:11.861643+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:11.829227+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000249",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:14.094509+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000006",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:12.363379+00:00"
    }
  ],
  "visualObservations": [
    {
      "tokenId": "86000000",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:30:30+00:00",
      "observation": "Deep forest green ground. Bullseye underlay of slightly lighter concentric rings. Long tapering streams of small rotated rectangles in cream, dusty pink, ochre and olive sweeping from the lower left up around the centre. Each stream begins as a hairline and thickens along its length. Some streams pass in front of the rings, some behind."
    },
    {
      "tokenId": "86000080",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:30:30+00:00",
      "observation": "Pale sage ground. Three large soft circles as underlay, barely darker than the ground. Coral, brick red and cream streams, shorter and more clustered than invocation 0, crossing the frame in overlapping arcs. The whole image sits in one narrow tonal register."
    },
    {
      "tokenId": "86000249",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:30:30+00:00",
      "observation": "Quad Scene. Flat red ground. Four different scenes drawn into quadrants at half scale: a window-pane grid, a circle arch, a grid of rectangles and another pane grid, each with its own streams, in navy, white and pale blue."
    },
    {
      "tokenId": "86000006",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:30:30+00:00",
      "observation": "Near-black ground. The 10PRINT maze of random diagonals drawn as thick grey bars. Streams rendered as chains of small circles in crimson, rose and pale pink, curling in tight parallel arcs across the diagonals."
    }
  ],
  "motionObservations": [
    {
      "tokenId": "86000080",
      "rendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "observedAt": "2026-09-18T00:32:09+00:00",
      "canvasesInDocument": [
        {
          "size": "1324x1324",
          "role": "artwork"
        },
        {
          "size": "1320x1320",
          "role": "offscreen texture buffer"
        },
        {
          "size": "1320x1320",
          "role": "offscreen texture buffer"
        },
        {
          "size": "1320x1320",
          "role": "offscreen texture buffer"
        }
      ],
      "samples": 3,
      "sampleIntervalSeconds": 4,
      "distinctSignatures": 1,
      "nonTransparentPixelsSampled": 160000,
      "audio": "no audio or video element in the document and no audio in the script; autoplay policy not engaged",
      "interaction": "no event listeners registered by the artist script; no documented controls",
      "conclusion": "static; the script disables the animation loop before drawing. The index display_static flag of false is wrong."
    }
  ],
  "holdingCheck": {
    "walletSetSource": "https://www.artblocks.io/profile/ab5d, with the linked address set read from the Art Blocks GraphQL index via user_profiles where username equals ab5d",
    "query": "query{user_profiles(where:{username:{_eq:\"ab5d\"}}){id username name linked_accounts{public_address display_name}}}",
    "wallets": [
      "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
      "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
      "0xdd19308a9731cdecb67e0d80ca6823394208c045"
    ],
    "observedAt": "2026-09-17T23:24:29+00:00",
    "outcome": "token 86000080, invocation 80, held by 0xdd19308a9731cdecb67e0d80ca6823394208c045, verified current"
  },
  "submittedTokenObservations": [
    {
      "token_id": "86000000",
      "invocation": 0,
      "hash": "0x28558e0f4a612a249ab7e023ab0da33ab3594268604a7b308a8086916190a999",
      "minted_at": "2021-06-11T13:36:00+00:00",
      "owner_address": "0x5079a8ada8772f850e2eb94a7571c1a358d4cd43",
      "features": {
        "View": "Single Scene",
        "Scene": "Bullseye",
        "Padding": "Small",
        "Palette": "Lente",
        "Inversed": "False",
        "Stepsize": "Medium",
        "Wildness": "Wildest",
        "Modifiers": "4 circles",
        "Max length": "Long",
        "Streamcount": "Small",
        "Stream Shapes": "Rectangles"
      },
      "observedAt": "2026-09-18T00:31:19+00:00",
      "note": "Owner address equals the artist address recorded on the project."
    },
    {
      "token_id": "86000001",
      "invocation": 1,
      "hash": "0x7e5e63fda999adf5cab461ed95839a1d98574e9eabdc5861dcb9c49fecdf0e5a",
      "minted_at": "2021-06-20T19:06:00+00:00",
      "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
      "features": {
        "View": "Single Scene",
        "Scene": "Rects",
        "Padding": "Large",
        "Palette": "Donderwolk",
        "Inversed": "False",
        "Stepsize": "Large",
        "Wildness": "Mild",
        "Modifiers": "3 rectangles",
        "Max length": "Short",
        "Streamcount": "High",
        "Stream Shapes": "Rectangles"
      },
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "token_id": "86000010",
      "invocation": 10,
      "hash": "0xc1e0fe37c586e99154265b844d0745d3237f1a104fa84f21a5e1b3a8fac5b401",
      "minted_at": "2021-06-20T19:06:08+00:00",
      "owner_address": "0x1484e7ef9b04f1b6ad2ac69b654cd3c87172a481",
      "features": {
        "View": "Single Scene",
        "Scene": "Circle Arch",
        "Padding": "Large",
        "Palette": "Sterrenwacht",
        "Inversed": "False",
        "Stepsize": "Small",
        "Wildness": "Mild",
        "Modifiers": "filled",
        "Max length": "Long",
        "Streamcount": "Medium",
        "Stream Shapes": "Rectangles"
      },
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "token_id": "86000020",
      "invocation": 20,
      "hash": "0x826cece2e1afbc39890baa49e028d02f178f8fe5ddb076ebd8d312aa3940ab76",
      "minted_at": "2021-06-20T19:06:31+00:00",
      "owner_address": "0x203930c13aae69e3adadc4809e8af3377f646718",
      "features": {
        "View": "Single Scene",
        "Scene": "Rects",
        "Padding": "Large",
        "Palette": "Futuristisch",
        "Inversed": "False",
        "Stepsize": "Medium",
        "Wildness": "Wildest",
        "Modifiers": "4 rectangles",
        "Max length": "Long",
        "Streamcount": "Small",
        "Stream Shapes": "Rectangles"
      },
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "token_id": "86000080",
      "invocation": 80,
      "hash": "0x9d4b59b0855ad9c5a9ebf8f837feff370aa5051724ebd812633667a79d6707f3",
      "minted_at": "2021-06-20T19:14:12+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "media_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080.png",
      "live_view_url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "features": {
        "View": "Single Scene",
        "Scene": "Compound",
        "Padding": "Large",
        "Palette": "Zonnedauw",
        "Inversed": "False",
        "Stepsize": "Medium",
        "Wildness": "Wildest",
        "Modifiers": "Orientation",
        "Max length": "Long",
        "Streamcount": "High",
        "Stream Shapes": "Rectangles"
      },
      "observedAt": "2026-09-18T00:31:19+00:00"
    }
  ],
  "independentIndexCheck": {
    "observedAt": "2026-09-18T01:43:40.758066+00:00",
    "slug": "stroming-by-bart-simons",
    "project": {
      "project_id": "86",
      "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "invocations": 256,
      "max_invocations": 256,
      "license": "CC BY-NC 4.0"
    },
    "scriptSha256": "9cdc8edd366835b058de3c2f97da7497e53c980f4e049d23e276daf40e9bb148",
    "matchesSubmittedDigest": true,
    "tokens": [
      {
        "token_id": "86000000",
        "owner_address": "0x5079a8ada8772f850e2eb94a7571c1a358d4cd43",
        "hash": "0x28558e0f4a612a249ab7e023ab0da33ab3594268604a7b308a8086916190a999",
        "minted_at": "2021-06-11T13:36:00+00:00"
      },
      {
        "token_id": "86000006",
        "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
        "hash": "0x51ad773a2380cdeab42ecc55b124d968ae351f7dcd987035e417b3a247eb2d88",
        "minted_at": "2021-06-20T19:06:08+00:00"
      },
      {
        "token_id": "86000080",
        "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
        "hash": "0x9d4b59b0855ad9c5a9ebf8f837feff370aa5051724ebd812633667a79d6707f3",
        "minted_at": "2021-06-20T19:14:12+00:00"
      },
      {
        "token_id": "86000249",
        "owner_address": "0x3dac271d1b36a434880c527a678b6487ac9c1f8c",
        "hash": "0xfe518c6fac757bd1b8213aa3cb16d2f2efe8a6add792fb3858f4a2340c7b8183",
        "minted_at": "2021-06-20T19:46:39+00:00"
      }
    ]
  },
  "submittedTokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000000",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000001",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000010",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000020",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:31:19+00:00"
    },
    {
      "url": "https://www.artblocks.io/collection/stroming-by-bart-simons",
      "status": 200,
      "outcome": "loaded, project details panel expanded; no licence field, correctly no animated badge",
      "observedAt": "2026-09-18T00:34:00+00:00"
    },
    {
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "status": 200,
      "outcome": "renderer executed; three identical canvas states across eight seconds",
      "observedAt": "2026-09-18T00:32:09+00:00"
    }
  ],
  "submittedSections": [
    {
      "id": "work-context",
      "heading": "The work and its context",
      "bodyMarkdown": "Stroming is Art Blocks project 86 on the contract at `0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270`, on Ethereum mainnet, credited to Bart Simons by both the index and the live project page. The indexed record returns 256 invocations against a maximum of 256, a declared dependency of `p5@1.0.0`, a square aspect ratio and a curation status of factory [^S02]. The AB5D atlas position 86 coincides with the project ID, which is a coincidence rather than a rule.\n\nThe title is Dutch. Stroming means a current or flow, and the naming runs all the way through the work: all sixteen of the edition's palettes carry Dutch names, among them Lente for spring, Donderwolk for thundercloud, Sterrenwacht for observatory, Zonnedauw for sundew, Spoorwegen for railways and Zuurstokroze for candy-floss pink [^S04]. Those names are not in the retrieved script, which holds the palettes as unlabelled colour arrays, so they come from a separate trait extractor; the fact that they are in Dutch at all is the clearest signal of authorship in the metadata.\n\nThe artist's mint-page statement is unusually plain and unusually accurate: Stroming \"wraps colorful streams around bold geometric shapes\", and \"the transaction hash is used to assign unique attributes to each Stroming, such as scene selection, colorscheme, intensity, modifiers and more\" [^S01]. That is a correct description of the program. There is a geometric underlay, there are streams of coloured marks flowing over it, and the hash bytes are read directly as attribute values.\n\nOne metadata correction belongs at the top. The indexed record sets the static display flag to false, which asserts that the work moves [^S02]. It does not. The first statement in the program's setup routine disables the animation loop, and the live renderer confirms it: three canvas signatures taken over eight seconds were byte-identical [^S03][^S05]. The project page, to its credit, carries no animated badge and is right. The index flag is wrong. This is the reverse of the error found elsewhere in this batch, where animated works carry no badge, and the two together suggest the flag and the badge are maintained independently of each other.\n\nThe release date on the page is the usual timezone artefact: read from a machine in UTC+10 it says \"Released on 21 June 2021\" [^S01], while the underlying second-mint timestamp is 2021-06-20T19:06:00Z, which is 20 June in UTC [^S02]."
    },
    {
      "id": "conception",
      "heading": "Conception and development",
      "bodyMarkdown": "The mint-page statement is the only artist text located, and it is two sentences long [^S01]. The indexed record carries a null value for `artist_interview`, no interview was found, and the artist website recorded on the project is an Instagram profile rather than a site, which puts any material there behind a platform that does not serve it to an unauthenticated reader [^S02][^S01]. A search for a written account of this project returned only platform listings and secondary roundups, nothing by the artist [^S10]. There is therefore no development narrative to report, and none is constructed.\n\nWhat can be said about the work's design has to come from the code, and the code is more revealing than most in this batch because of what it chooses to fix and what it leaves loose.\n\nThe strongest signal is the scene library. The program carries sixteen scene-selection entries representing fourteen distinct routines. [^S02] They include concentric rings, nested squares, an asterisk of radiating lines, a bullseye, a grid of circles or rectangles, a row of vertical bars, horizontal bands, arcs struck at random angles, a window-pane grid and a routine that fills the canvas with random diagonals. That last one is named \"10PRINT\" in the edition's traits [^S04], which is a direct reference to the one-line Commodore 64 program that prints random diagonal characters to make a maze, a piece of folk code well enough known to have a book named after it. The trait name suggests a computing-history reference, but no artist statement establishing that intention was recovered.\n\nThe second signal is restraint about colour. Sixteen palettes are written into the script as literal HSB values, between five and seven colours each. The first two entries of the chosen palette always become the background and the underlay stroke, and only the remainder are available to the streams. That is a compositional rule rather than a random one: the geometry and the ground are always drawn from the same family as the marks that cover them, which is why every output in the edition reads as tonally coherent even when the streams are violent.\n\nThe third is that the work is static by choice. The animation loop is switched off in the first statement of setup. A flow field piece could easily have been shipped as a moving system; this one computes its field, draws its streams once, applies a noise texture over the result and stops."
    },
    {
      "id": "construction",
      "heading": "How the work was constructed",
      "bodyMarkdown": "The inspected program combines a geometric scene with trails of repeated marks. Its sixteen-entry scene-selection array contains fourteen distinct routines: the grid routine occupies three entries. Counting entries as sixteen different algorithms would overstate the library. The routines include rings, nested squares, grids, arcs, bars and a diagonal pattern, as well as a stream-only arrangement. Their differences provide compositional structures against which the flowing marks can be read. [^S02]\n\nThe token hash supplies both direct parameters and seeds. Thirty-two hexadecimal byte values determine such properties as scene selection, palette, padding, mark shape, stream count, step length and angular range. Separately, the noise seed parses the first sixteen characters of the full hash string, including its initial 0x. That means fourteen hexadecimal digits follow the prefix, rather than sixteen. A second slice, characters at indices sixteen through thirty, is parsed in base fifteen for the random seed. [^S02]\n\nThe base-fifteen expression deserves particular care in any reconstruction. A hexadecimal f is not a valid base-fifteen digit, so parsing stops there. If it is the first character in the slice, the result is NaN rather than a numeric prefix. If there is no f, the remaining digits are still interpreted with base-fifteen place values. This is an observed property of the expression, not evidence of the artist's intention. Its downstream effect must be checked against the exact p5 implementation rather than assumed from a different random generator. [^S02]\n\nSixteen literal palettes contain between five and seven HSB colours. For eligible palettes, an inversion condition reverses their order before the first two colours become background and geometric colour. Those entries are then removed from the pool available to streams. The rule relates ground, geometry and marks without guaranteeing that every resulting image will seem harmonious. Palette names in token metadata are a descriptive layer; they do not appear in these colour arrays. [^S02][^S04]\n\nThe flow field stores 180 by 180 angles. Perlin noise sampled at each grid position is mapped between two hash-derived angular limits. A wider range can make nearby sampled values point in more varied directions, but a label such as Wildest belongs to the feature record and should not be treated as a separately inspected feature-extraction algorithm. Grid lookup also depends on viewport-derived quantities, so the rendering dimensions matter when studying exact reproduction. [^S02]\n\nEach stream begins at a pseudorandom position within a padded region and chooses one available colour. Successive marks use the field angle at the current point, then the point advances by a hash-derived step length. Hue and saturation increase with the step index while brightness decreases. Rectangles rotate with the field; circles make direction legible through their succession. These mechanisms can produce a ribbon-like sequence without drawing one continuous path. [^S02]\n\nMark size uses an absolute-value expression involving the step index. It can decrease toward a minimum and then increase; the program does not prescribe a simple progression from thin to thick at every step. Rectangles retain a fixed width while their height changes, and circles vary in diameter. The visible outline consequently depends on mark overlap, field direction and size variation together. [^S02]\n\nMany scene routines interleave geometric marks with stream calls, giving later elements opportunities to cover earlier ones. The stream-only routine is an exception to the idea that every scene has an underlay. The split and quad branches also alter the available scene list before selecting multiple scenes. Under a uniformly distributed first byte, their conditions cover six and three values respectively out of 256. These are conditional input ranges, not a promise of six split and three quad outputs in a particular minted edition. [^S02]\n\nThe texture sequence contains an easily missed discarded intermediate result. The program builds a first graphics buffer and copies it into another, but then replaces the destination with a new graphics object. That replacement receives a second noise-based texture, and only this final texture is drawn onto the artwork in multiply mode. The earlier work can still advance the seeded random sequence, so it cannot simply be deleted from a reconstruction without checking the consequences. It is inaccurate to describe two visible texture layers being applied to the finished canvas. [^S02]\n\nThe setup routine calls noLoop, and the drawing routine constructs the image once under normal p5 operation. No artist-defined input handlers or audio mechanism appear in the inspected program. These code findings support describing its normal output as static. They do not independently establish what a particular browser displayed or what a researcher heard. The submitted runtime observations are retained separately from this code review. [^S02][^S05]"
    },
    {
      "id": "mint",
      "heading": "The mint",
      "bodyMarkdown": "The indexed record separates four events [^S02]. The first token was minted at 2021-06-11T13:36:00Z. The project was activated at 2021-06-17T15:54:17Z. The second token was minted at 2021-06-20T19:06:00Z, and `start_datetime` carries that same value. The project completed at 2021-06-20T19:49:08Z. In UTC those are 11 June, 17 June, 20 June and 20 June 2021.\n\nThe six day gap between the first mint and activation is consistent with a proof minted well ahead of the sale, and the token record for invocation 0 confirms the timestamp. Its current owner is the artist address recorded on the project [^S03], so the artist still holds their own first output. That is true of only two projects in this batch.\n\nThe three day gap between activation and the second mint is the more instructive figure. Activation did not open the sale, and `start_datetime` duplicates the second mint rather than marking an opening, so the index does not establish when public minting began.\n\nThe interval from the second indexed mint to completion is 43 minutes and 8 seconds, covering invocations 1 through 255. Inside that window the early pace is very fast: invocations 1, 10 and 20 were minted at 19:06:00Z, 19:06:08Z and 19:06:31Z respectively, so at least twenty-one invocations went in the first thirty-one seconds [^S03]. The AB5D holding, invocation 80, was minted at 19:14:12Z, about eight minutes in [^S03]. The tail therefore took considerably longer than the head, which is consistent with a rush followed by a drift, but the index does not establish a public opening and the forty-three minutes is not presented as a sellout time.\n\nThe record reports a price of 85000000000000000 wei, that is 0.085 ETH [^S02], recorded as the currently configured value rather than as the price paid at mint; no primary announcement of an original price was located. For context only, the page's present secondary floor is 0.1498 ETH [^S01], which is recorded as an observed figure with no inference drawn from it."
    },
    {
      "id": "rights",
      "heading": "Copyright and licensing",
      "bodyMarkdown": "The indexed record reports a licence label of \"CC BY-NC 4.0\" for the artwork, with a null link to the licence [^S02]. The live project page publishes no licence statement at all; its expanded details panel lists edition size, artist website, library, aspect ratio, blockchain, token standard, contract type and attribute names, and nothing about copyright [^S01].\n\nThe artist website of record is an Instagram profile [^S01]. That matters for this section in a narrow way: there is no artist-controlled web page in the ordinary sense on which a licence statement could be published, so the absence of one there is not evidence of anything, and the search for terms has nowhere else to go.\n\nThe structural caution applies as it does throughout this batch. A census of the `license` field across all 359 projects on this contract returns 34 distinct strings, including case and whitespace variants of the same names, a label that is a bare URL and a label that is an entire sentence, with only 87 of the 359 carrying any licence link [^S08]. The field is unvalidated free text, so a well-formed label like this one is still only a label.\n\nArtwork rights are therefore recorded as a reported Creative Commons Attribution NonCommercial 4.0 label with a null terms URL, status reported rather than verified, and the missing terms raised as an editorial exception.\n\nCode rights are unknown and kept separate. No licence statement accompanies the script. The page describes the contract type as \"Fully on-chain\" [^S01], which makes the script readable and grants nothing. The declared p5 dependency carries its own upstream licensing, not inspected here. Ownership of a token is not an artwork licence.\n\nOne third-party matter is recorded for completeness rather than as a concern. One of the sixteen scene routines reproduces the behaviour of the well-known one-line Commodore 64 program that fills a screen with random diagonals, and the edition's traits name that scene \"10PRINT\" [^S04]. What is reused is an algorithm of a few characters and a piece of computing folklore, not a copyrightable text, and the program contains no third-party code. It is noted only so that a reader who recognises the reference does not mistake its absence from this section for an oversight. No conflicting rights statement was found, so no conflict is recorded; what is recorded is an absence."
    },
    {
      "id": "examples",
      "heading": "Close reading of examples",
      "bodyMarkdown": "Five tokens were confirmed as real records on the exact contract before use, and the full edition of 256 was swept [^S03][^S04]. All five token pages and the collection page returned HTTP 200 at 2026-09-18T00:31:19Z [^S09]. Four preview images were viewed at their native 2400 by 2400 pixels [^S07], and the AB5D holding was run in the live renderer [^S05].\n\nTwo of the four images were selected against the suggested sample, for reasons the sweep made obvious. The edition's View trait divides 249 Single Scene tokens from 5 Split Scene and 2 Quad Scene [^S04]. All four suggested candidates are Single Scene, so adopting them unchanged would have documented only the common case and left the two rarest configurations in the project unlooked at. Invocation 249, one of the two Quad Scene tokens, was substituted in, and invocation 6, a 10PRINT scene drawn with circular rather than rectangular marks, was added as the second substitution.\n\nInvocation 0 is the artist's own proof and the clearest illustration of the underlay-and-overlay structure. Its traits give a Lente palette, a Bullseye scene and the Wildest setting [^S03]. The ground is a deep forest green; the bullseye reads as a set of slightly lighter concentric rings, more felt than seen; and over them run long tapering streams of small rectangles in cream, dusty pink, ochre and olive, sweeping from the lower left up and around the centre in a single turbulent gesture. The taper is clearly visible: each stream begins as a hairline and thickens along its length. Several streams pass in front of the rings and several behind, which is the interleaving of scene and stream calls made visible.\n\nInvocation 80 is the AB5D holding, hash beginning `0x9d4b59b0`, minted 2021-06-20T19:14:12Z, held by `0xdd19308a9731cdecb67e0d80ca6823394208c045`, one of the three addresses currently linked to the AB5D profile [^S03][^S11]. Its palette is Zonnedauw, the scene is Compound and the wildness is Wildest with a high stream count. The ground is a pale sage; three large soft circles sit as the underlay, barely darker than the ground; and the streams are coral, brick red and cream, shorter and more clustered than in invocation 0, crossing the frame in overlapping arcs. Because the palette's first two colours are reserved for ground and underlay, the whole image sits in one narrow tonal register, which is the compositional rule described above working exactly as written.\n\nInvocation 249 is one of two Quad Scene tokens in the edition. The canvas is halved and four different scenes are drawn into the quadrants: a window-pane grid, a circle arch, a grid of rectangles and another pane grid, each with its own streams, all on a single flat red ground in navy, white and pale blue. It is the only configuration in which a viewer can see four of the sixteen scene routines side by side in one output, and it makes the library structure legible in a way no single-scene token does.\n\nInvocation 6 is a 10PRINT token with circular stream marks [^S04]. The ground is near-black; the underlay is the maze of random diagonals, drawn here as thick grey bars; and the streams are rendered as chains of small circles rather than rectangles, in crimson, rose and pale pink, curling in tight parallel arcs across the diagonals. The two shape modes are not a small difference. Rectangles rotated to the field angle read as brushstrokes; circles read as beads on a thread, and the stream becomes a dotted line whose direction is implied rather than drawn. 185 tokens in the edition use rectangles and 71 use circles [^S04].\n\nMotion was tested rather than assumed, because the index flag claims the work animates. It does not. The live renderer for invocation 80 was opened and allowed to settle; three canvas signatures taken four seconds apart across an eight second window were byte-identical, each sampling 160,000 non-transparent pixels [^S05]. That matches the script, whose setup routine disables the animation loop before anything is drawn. Four canvas elements were present in the document: the artwork at 1324 by 1324 and three offscreen buffers at 1320 by 1320 left from building the paper texture.\n\nNo audio or video element was present and the script contains no audio, so no sound was heard and browser autoplay policy was never engaged. The script registers no event listeners and the page documents no controls; nothing responds to input."
    },
    {
      "id": "significance",
      "heading": "Significance and limitations",
      "bodyMarkdown": "Stroming is a flow field piece that refuses the two things flow field pieces usually do. It does not move, and it does not fill the frame edge to edge with undifferentiated curl. The animation loop is off from the first line of setup, and the streams are laid over a deliberate geometric underlay drawn from a library of sixteen named scenes. The result is closer to a printed poster than to a simulation, which the final multiply-blended noise texture reinforces.\n\nThe compositional rule that does the most work is the smallest. The chosen palette's first two colours are always taken for the ground and the underlay, leaving only the remainder for the streams. That single constraint is why 256 outputs drawn from sixteen palettes and sixteen scenes never fight themselves: the marks and the surface they cover are always from the same family. It is a choice visible in the code as two array positions and visible in every image in the edition.\n\nThe scene library is the other thing worth recording. Sixteen selection entries, representing fourteen distinct routines, one of them a reimplementation of the one-line Commodore 64 maze program and labelled 10PRINT in the traits [^S04]. The label suggests a reference without independently establishing an artistic intention. The Quad Scene tokens, of which there are two in the edition, are the only place a viewer can see four of those routines at once [^S04].\n\nTwo findings matter for the archive. The first is a platform metadata error in the opposite direction from the rest of this batch: the index marks this work as non-static, which asserts that it animates, and it does not. The page is right and the flag is wrong, where elsewhere in this batch animated works carry correct flags and pages with no animated badge. A catalogue built from the index alone will describe Stroming as moving.\n\nThe second is the base-fifteen seed. The script parses a slice of the hexadecimal hash in base fifteen, so parsing stops at the first `f` and the random seed is a truncated prefix whose length varies by token. Nothing is broken and every output is deterministic. But the consequence is concrete rather than academic: anyone reimplementing this work from the code as it reads, in a language whose parser rejects an invalid digit rather than truncating, would seed the generator with a different number and get a different picture out of the same token hash. The same is true of anyone reasoning about how much of the hash actually reaches the random generator, which is less of it than the expression suggests. It is reported as observed, with no claim about intent.\n\nThe limitations are the familiar ones and they are severe here. Two sentences on a mint page are the entire artist record. There is no interview, no essay, and the artist website of record is a social profile that serves nothing to an unauthenticated reader, so there is no second source for anything [^S01][^S02]. The sixteen Dutch palette names and the nineteen scene names come from a trait extractor that is not in the retrieved script and was not located, so the essay uses those names without being able to explain who chose them or why. The original mint price is not established. And the rights position is a documented gap rather than a finding."
    }
  ],
  "coordinatorCodeReview": {
    "reviewer": "OpenAI Codex",
    "recordedAt": "2026-09-18T02:34:31.393081+00:00",
    "method": "Complete reading of independently retrieved artist script; not executed in this review step",
    "bytes": 6820,
    "sha256": "9cdc8edd366835b058de3c2f97da7497e53c980f4e049d23e276daf40e9bb148",
    "findings": [
      "16 scene slots, 14 unique routines; grO repeated three times",
      "Palette arrays have 5 to 7 entries; eligible arrays reverse before extracting ground/stroke",
      "Base15 parse can return NaN if first character is f; non-f digits still base15",
      "Mark size absolute-value expression can shrink then grow",
      "First texture copy discarded when tex replaced; final texture alone composited; earlier random draws still matter",
      "noLoop in setup; no artist input/audio handlers found"
    ],
    "remainingReview": [
      "Independent visual observations",
      "Historical/source and rights reconciliation",
      "Remove remaining overclaims in opening, mint and significance"
    ]
  },
  "submittedRights": {
    "artwork": {
      "reportedLabel": "CC BY-NC 4.0",
      "category": "creative-commons",
      "termsUrl": null,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01",
        "S08"
      ],
      "note": "Label reported by the Art Blocks index with link_to_license null. The live project page publishes no licence statement, and the artist website of record is an Instagram profile rather than an artist-controlled page, so there is nowhere else terms could reasonably be published. The field is unvalidated free text carrying 34 distinct strings across this contract. Recorded as reported, not verified. NFT ownership is not an artwork permission.",
      "unresolvedConflicts": []
    },
    "code": {
      "reportedLabel": null,
      "category": "unknown",
      "termsUrl": null,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01"
      ],
      "note": "No licence statement accompanies the artist script. Fully on-chain storage establishes readability, not redistribution rights.",
      "unresolvedConflicts": []
    },
    "thirdParty": [
      {
        "component": "p5.js",
        "reportedLabel": null,
        "category": "unknown",
        "termsUrl": null,
        "observedAt": "2026-09-18",
        "sourceIds": [
          "S02",
          "S01"
        ],
        "note": "Declared dependency p5@1.0.0, used for the canvas, Perlin noise, seeded randomness, colour mode, offscreen graphics buffers and blend modes. Upstream licensing not inspected."
      },
      {
        "component": "10PRINT algorithm",
        "reportedLabel": null,
        "category": "public-domain-dedication",
        "termsUrl": null,
        "observedAt": "2026-09-18",
        "sourceIds": [
          "S02",
          "S04"
        ],
        "note": "One scene routine reproduces the behaviour of the well-known one-line Commodore 64 random-diagonal program, and the traits name that scene 10PRINT. What is reused is an algorithm of a few characters and a piece of computing folklore rather than a copyrightable text, and no third-party code is present in the script. Recorded for completeness, not as a concern."
      }
    ]
  },
  "coordinatorRightsReview": {
    "method": "Web retrieval of standard deed and upstream p5.js 1.0.0 licence",
    "sources": [
      "S12",
      "S13"
    ],
    "revision": "Removed unsupported claim of public-domain status for 10PRINT and impossibility of finding terms."
  },
  "coordinatorFreshCheck": {
    "endpoint": "https://artblocks-mainnet.hasura.app/v1/graphql",
    "query": "query{user_profiles(where:{username:{_eq:\"ab5d\"}}){linked_accounts{public_address}} projects_metadata(where:{slug:{_eq:\"stroming-by-bart-simons\"}}){project_id contract_address invocations max_invocations first_token_minted_at second_token_minted_at activated_at completed_at price_per_token_in_wei license link_to_license script_type_and_version} tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-86\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address features minted_at}}",
    "variables": {},
    "retrievedAt": "2026-09-18T02:35:37.966019+00:00",
    "response": {
      "data": {
        "user_profiles": [
          {
            "linked_accounts": [
              {
                "public_address": "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1"
              },
              {
                "public_address": "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c"
              },
              {
                "public_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
              }
            ]
          }
        ],
        "projects_metadata": [
          {
            "project_id": "86",
            "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
            "invocations": 256,
            "max_invocations": 256,
            "first_token_minted_at": "2021-06-11T13:36:00+00:00",
            "second_token_minted_at": "2021-06-20T19:06:00+00:00",
            "activated_at": "2021-06-17T15:54:17+00:00",
            "completed_at": "2021-06-20T19:49:08+00:00",
            "price_per_token_in_wei": "85000000000000000",
            "license": "CC BY-NC 4.0",
            "link_to_license": null,
            "script_type_and_version": "p5@1.0.0"
          }
        ],
        "tokens_metadata": [
          {
            "token_id": "86000000",
            "invocation": 0,
            "hash": "0x28558e0f4a612a249ab7e023ab0da33ab3594268604a7b308a8086916190a999",
            "owner_address": "0x5079a8ada8772f850e2eb94a7571c1a358d4cd43",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-11T13:36:00+00:00"
          },
          {
            "token_id": "86000001",
            "invocation": 1,
            "hash": "0x7e5e63fda999adf5cab461ed95839a1d98574e9eabdc5861dcb9c49fecdf0e5a",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Large",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "3 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:00+00:00"
          },
          {
            "token_id": "86000002",
            "invocation": 2,
            "hash": "0x6e2e41f0cbe118ed10981116e8aaeab0db59bdb2bb39a6610e2079dca151ceb8",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "5 arcs",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:00+00:00"
          },
          {
            "token_id": "86000003",
            "invocation": 3,
            "hash": "0xf2c30baac44d49d02f10b952e4ebc51a361758b547cbfe52c5548eb8aabbe420",
            "owner_address": "0x0de082f1802dc1c319afd277dd0f6ea1898ad96e",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "2 by 2",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:00+00:00"
          },
          {
            "token_id": "86000004",
            "invocation": 4,
            "hash": "0xc44379de1720d2a7df53b4dabb00130f21d8c566782269a9c2d4dcb108bacc18",
            "owner_address": "0x1156ab9544a22b346ec23e41021436bb1e939f95",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Large",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:06:00+00:00"
          },
          {
            "token_id": "86000005",
            "invocation": 5,
            "hash": "0x2835265668c8cca560555e7b9ef4bb578064f103d0065b6847e9e5dd5c210a5e",
            "owner_address": "0x7c0830c2fc55e23d23eea9ae8536bdb43dcaba4c",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "5 arcs",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:00+00:00"
          },
          {
            "token_id": "86000006",
            "invocation": 6,
            "hash": "0x51ad773a2380cdeab42ecc55b124d968ae351f7dcd987035e417b3a247eb2d88",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "2 tiles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:06:08+00:00"
          },
          {
            "token_id": "86000007",
            "invocation": 7,
            "hash": "0xf18961bd3e574fa85dd4dab905b98f48cb9c070fa1f6c99c569931fd889ca3c9",
            "owner_address": "0x18cf07d50bfbce02fbcfe17782fb1c0702696f07",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "10 steps",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:06:08+00:00"
          },
          {
            "token_id": "86000008",
            "invocation": 8,
            "hash": "0x63ba1b4e654af2b3923b5685a7e6eecd905d4f08d20c1719f1be6975e19a39a7",
            "owner_address": "0x1b052edc4df735f0a5e62c1335c94667e7fdc55e",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "3 by 3",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:08+00:00"
          },
          {
            "token_id": "86000009",
            "invocation": 9,
            "hash": "0x0f2d65cad0b44b51ebcd8e1c16bba0d9e5d06053b2dcd57908f3db47730aa7ce",
            "owner_address": "0xd91879cb652f40e6b76c9ad12fb51f7a55982d4d",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Medium",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "3 arcs",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:08+00:00"
          },
          {
            "token_id": "86000010",
            "invocation": 10,
            "hash": "0xc1e0fe37c586e99154265b844d0745d3237f1a104fa84f21a5e1b3a8fac5b401",
            "owner_address": "0x1484e7ef9b04f1b6ad2ac69b654cd3c87172a481",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:08+00:00"
          },
          {
            "token_id": "86000011",
            "invocation": 11,
            "hash": "0x66a6f0275bbc51b5eef1336dbf8b290e0188fe6cdcf4e739387411b35b42ad17",
            "owner_address": "0x42e250824bdf98f3e450784b0c1cdc3ac2f157e2",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Medium",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 tiles",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000012",
            "invocation": 12,
            "hash": "0x883f7d4ad306703b6db841248bb88ebec808413f70ca52b396c9009d23811321",
            "owner_address": "0xc6708c7337f981eda06c428bb5b33d93b65a34ac",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000013",
            "invocation": 13,
            "hash": "0x8a9c44fc325e6ca5b96337d9da4e0e362f6eceba46f72739f91a72474aec31bf",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Medium",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "fill",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000014",
            "invocation": 14,
            "hash": "0x8cac091a7485271ccca705cb65da9317f23d48ced7ce246b651ede6844906ef3",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Small",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "3 tiles",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000015",
            "invocation": 15,
            "hash": "0xc07aaae671d0286086f038d2b76e7156da19ce85a592900995bc79b967b5487c",
            "owner_address": "0x349a01774f22f51ffd46270b48f1fdc85ac9131f",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "5 rounds",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000016",
            "invocation": 16,
            "hash": "0x3e2212f89b01fe29439c51186dd0197e42029c1223f4bcffcff914c5c2d2c619",
            "owner_address": "0x13d33c9f2f3e7f8f14b1ee0988f4dc929ee87a92",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Large",
              "Palette": "Donderwolk",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000017",
            "invocation": 17,
            "hash": "0xb6c3929f01879bebd30f9afae3551156536835614061f7ef761732c7a7cad8e5",
            "owner_address": "0x06e13bd0a3cba08e61028f2326b9ea2ca2539900",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "4 by 4",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000018",
            "invocation": 18,
            "hash": "0x9053b7e57583601537435e0fc0620bf75ba27cceb9b12306f00a45ef580fd364",
            "owner_address": "0x8b97f27090681ef6aed10de6f986e51b9eac1526",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:11+00:00"
          },
          {
            "token_id": "86000019",
            "invocation": 19,
            "hash": "0x865b9d094bf20e2d8208b3bc3c73575ed0c62a69d0922368bde001d70021ed96",
            "owner_address": "0x0f01735fb8fa1a88100e5a060272f44c2496987f",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:31+00:00"
          },
          {
            "token_id": "86000020",
            "invocation": 20,
            "hash": "0x826cece2e1afbc39890baa49e028d02f178f8fe5ddb076ebd8d312aa3940ab76",
            "owner_address": "0x203930c13aae69e3adadc4809e8af3377f646718",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Large",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 rectangles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:31+00:00"
          },
          {
            "token_id": "86000021",
            "invocation": 21,
            "hash": "0x10c2268b859f6a8af95fdfb8c0587c4c78bc707d25abae77857c7f17f045cd9f",
            "owner_address": "0xc1307715330be41eadb48bcee533994e57fe7bce",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "3 by 3",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:31+00:00"
          },
          {
            "token_id": "86000022",
            "invocation": 22,
            "hash": "0x9ad7bf92ad3ba024e586390f345a088cac052501825e72d31825d75773fc3b79",
            "owner_address": "0x9273eb21bc9854d0e06432b5b8c7634ba824ae49",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:59+00:00"
          },
          {
            "token_id": "86000023",
            "invocation": 23,
            "hash": "0x431c8005b612f265c58ac116d921430533c4ed8b992a96676ef9e2b2105f3fba",
            "owner_address": "0x13d33c9f2f3e7f8f14b1ee0988f4dc929ee87a92",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Large",
              "Palette": "Retro",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:59+00:00"
          },
          {
            "token_id": "86000024",
            "invocation": 24,
            "hash": "0xa461fed9812dd1f8e2d3213fb5279166c73a21bacfab34527f1bed2b0ef17f30",
            "owner_address": "0x268c0f22fc8325a5ebbde2ef9d3438d57550e8d8",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Large",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "3 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:59+00:00"
          },
          {
            "token_id": "86000025",
            "invocation": 25,
            "hash": "0xf8442e4f8aa9308155c72b448beac0c6d49cced3f4e41e4a43049f97ef9677dd",
            "owner_address": "0xc665a60f22dda926b920deb8ffac0ef9d8a17460",
            "features": {
              "View": "Split Scene",
              "Scene": "x2",
              "Padding": "Small",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "multiple",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:59+00:00"
          },
          {
            "token_id": "86000026",
            "invocation": 26,
            "hash": "0xf2d39c1509f9af652f65bf87262c3d7d186b667183ff2495b2ce8c2de56a2c6a",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "6 repeats",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:06:59+00:00"
          },
          {
            "token_id": "86000027",
            "invocation": 27,
            "hash": "0x3be3e66c4b418f3d73406da3fce22c0bd81b2b98c2439ce9f796a5f08dd29c5f",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:06:59+00:00"
          },
          {
            "token_id": "86000028",
            "invocation": 28,
            "hash": "0xa4b8db63825c9aeada59e2d8481e912209933aa5ff1959883a1f60acdcb61b9a",
            "owner_address": "0xbbee3d18c8ea290ff6f7e05fc7ce7bb0f81d34a8",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "3 by 3",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000029",
            "invocation": 29,
            "hash": "0x94ccde14572ded0abfb790e070cb8b2a804bc53fe3844c4e78fef4d4bf773199",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "6 repeats",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000030",
            "invocation": 30,
            "hash": "0xd4a019e5445d31efd43658b59a4657a490a9bd650967abfd9ccb13f76da32fd8",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000031",
            "invocation": 31,
            "hash": "0x390e6115223c0345032cf127de177c676e7bbde2b6721fe0f68db6a59230a933",
            "owner_address": "0xf23a873b5bc29d9269ad4a50f093477f4599c007",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000032",
            "invocation": 32,
            "hash": "0x3996d110b5b2b4a00d749f1814577f90fe27d8a225fdebd281dab89262934e65",
            "owner_address": "0x60133cd90271bc54c81b97ae16aff9ddf1e4a3d5",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "fill",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000033",
            "invocation": 33,
            "hash": "0xd72d8181d6e4c79aad8ab3bcdf0db60db63ad30e91b29c2342cf3be7d1ac3c23",
            "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "6 arcs",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000034",
            "invocation": 34,
            "hash": "0xde72e47747b331150ad420c126220484e941df1e6d793e16f6b95a18a469479a",
            "owner_address": "0x65ba4f92d7dfa813ddbd849d9faf38a723dd9b12",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "5 rounds",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000035",
            "invocation": 35,
            "hash": "0x2d3dd6be9ceaa962dcbb754e8f6cfc312faa93c3ceb29f5246b3b1c76590ee3c",
            "owner_address": "0x4f5405f899404bb401f9f839508b2e6472fc89ea",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000036",
            "invocation": 36,
            "hash": "0xc09e3a94400270a1f700a2efcf5ed4d2698c210519733ab48397bc3528d47d80",
            "owner_address": "0xf3860788d1597cecf938424baabe976fac87dc26",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "fill",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:07:04+00:00"
          },
          {
            "token_id": "86000037",
            "invocation": 37,
            "hash": "0x36274caccac806aaa068c9500017c5723d215db414662209e991456bfc01dd20",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Small",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:17+00:00"
          },
          {
            "token_id": "86000038",
            "invocation": 38,
            "hash": "0x2dfa0e46a0e28403200e14a7f4a537ba7cddb05b038ebbed059970bab7c70f6c",
            "owner_address": "0x464f6d584b8ef16e0206420d175e2a0694760d63",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Medium",
              "Palette": "Dageraad",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "5 bars, fill",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:27+00:00"
          },
          {
            "token_id": "86000039",
            "invocation": 39,
            "hash": "0xad76eda97e0f0c74edf663c8e647fabcea19f699dcd2f1f11d8f9870c61aa879",
            "owner_address": "0x0de082f1802dc1c319afd277dd0f6ea1898ad96e",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "6 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:54+00:00"
          },
          {
            "token_id": "86000040",
            "invocation": 40,
            "hash": "0x387a265838e6e78022c0fdbe2d962251a7c0f041f3f9850f5a0e2f3d40025c0f",
            "owner_address": "0xa0393a76b132526a70450273cafeceb45eea6dee",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "6 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:07:57+00:00"
          },
          {
            "token_id": "86000041",
            "invocation": 41,
            "hash": "0xe99197436ac3f2a3288989b45ba3b0b6ec83a698cc74759bdb06a6a2d26c5f57",
            "owner_address": "0xb622ea682c54b56261c4d393fb165746ffe14010",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "fill",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:57+00:00"
          },
          {
            "token_id": "86000042",
            "invocation": 42,
            "hash": "0xce1c3c2fc98ac9317ff826bb798759d71fc4e9eba4a7cb626d7d205d0b0307c2",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "5 by 5, filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:57+00:00"
          },
          {
            "token_id": "86000043",
            "invocation": 43,
            "hash": "0x2fcbdf92de8127c31ff40c9e5b10b37c4d3d9aba96b8c84667f2e52bcaea9e51",
            "owner_address": "0x307f93ac1b62e59c43d0d9e1a39950a5ec9a1357",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Small",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "6 repeats",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:07:57+00:00"
          },
          {
            "token_id": "86000044",
            "invocation": 44,
            "hash": "0x75cbae559f6853d77f49f6a48158190395b89fb62a17e37a447e8a0c6ff3cbe2",
            "owner_address": "0x7c0830c2fc55e23d23eea9ae8536bdb43dcaba4c",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "7 repeats",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:29+00:00"
          },
          {
            "token_id": "86000045",
            "invocation": 45,
            "hash": "0x2556851c4841210d347cdff2b667c8c517704ba446872471b3746039c54a0341",
            "owner_address": "0xd8c39a8e2779efa2f3e8c57d9bcd18ae0bbad76c",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Small",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:29+00:00"
          },
          {
            "token_id": "86000046",
            "invocation": 46,
            "hash": "0xee907f8bfb7eedf337de722e3c498e9297ff5b270317ab90efa71a04cf083c8d",
            "owner_address": "0xa4288ba1062685d01990e99623bd7d125a7e4115",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 steps",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:29+00:00"
          },
          {
            "token_id": "86000047",
            "invocation": 47,
            "hash": "0x4ff14decf1030e062859996b0fa1d0b9f68550e0596e0eed473442e889d73eee",
            "owner_address": "0x42e250824bdf98f3e450784b0c1cdc3ac2f157e2",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:29+00:00"
          },
          {
            "token_id": "86000048",
            "invocation": 48,
            "hash": "0xae161c8982eee02e875ba963fd969c9837dc7a4485b895ccdf076f5f22b13b72",
            "owner_address": "0x7c0830c2fc55e23d23eea9ae8536bdb43dcaba4c",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:31+00:00"
          },
          {
            "token_id": "86000049",
            "invocation": 49,
            "hash": "0xae6230c847cd0000bca357bb7af0e3f20b64cdc7c02bbcf49010a303a0024576",
            "owner_address": "0xab876791757b47d202b7d6def038940ce7a64fe4",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Small",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "4 rectangles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:31+00:00"
          },
          {
            "token_id": "86000050",
            "invocation": 50,
            "hash": "0x2be9104af1a58d490c7808865624575c03c243c726257b26368e2d056776eda7",
            "owner_address": "0xecd2182cfe8cded32c5388d928ec3b36532c82f1",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Medium",
              "Palette": "Dageraad",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:08:31+00:00"
          },
          {
            "token_id": "86000051",
            "invocation": 51,
            "hash": "0x62b5cf6134c38386eaa061fe84ed491afb08bef6eec1534796f391d2100e3e9f",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "3 by 3",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:08:31+00:00"
          },
          {
            "token_id": "86000052",
            "invocation": 52,
            "hash": "0x121b313f265e1e3835f90d05e527d5a1f428a5fa8cfdfe36d4fd96dcc682484e",
            "owner_address": "0x8cdf1b6cfb693db9e171a1b9dda88c257e68638c",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Small",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "6 by 6, filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:08:42+00:00"
          },
          {
            "token_id": "86000053",
            "invocation": 53,
            "hash": "0x8e5b5b6fe30a707445060d5ea659fc7f3010b99fdc5803f0d01d9997947e6279",
            "owner_address": "0x4fe67a6eaa6208cdde3cc7751c36ce4861afd76d",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "5 circles",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:08+00:00"
          },
          {
            "token_id": "86000054",
            "invocation": 54,
            "hash": "0x03ca4cd3591c66a57a79deb35d9cf01af78e4f8e37dbc3e1c6ef1fe9c1835fa3",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Medium",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "7 repeats",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:40+00:00"
          },
          {
            "token_id": "86000055",
            "invocation": 55,
            "hash": "0xdb116556db77e6393361170882e52be6285735861ce91596b5b481df3f76e036",
            "owner_address": "0x3df687694c2bb3b735d1670e98d6e89bb965c94e",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "6 by 6, filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:42+00:00"
          },
          {
            "token_id": "86000056",
            "invocation": 56,
            "hash": "0xc336779b67fadc8cc7dff6aaa4f932b09cdfaf3fcedb526cb8b07e8096a957f2",
            "owner_address": "0xa0393a76b132526a70450273cafeceb45eea6dee",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Large",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "4 arcs",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:42+00:00"
          },
          {
            "token_id": "86000057",
            "invocation": 57,
            "hash": "0x5ba5ea556c0582503217768ad1cfcdb41f15b2655963192cec8b78a6ceaedef6",
            "owner_address": "0xf565d79c35758c752d3debfdd380d4eb16a3c6e3",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "4 tiles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:42+00:00"
          },
          {
            "token_id": "86000058",
            "invocation": 58,
            "hash": "0x6115ca2b7653b5fadb2948132ca1200e2e912f888d06ce63cb34c1a439a63db3",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:42+00:00"
          },
          {
            "token_id": "86000059",
            "invocation": 59,
            "hash": "0xdd14d9e248575be1a9f53dde927cbaf2c24a114f782e4637fe0e4568229e0a21",
            "owner_address": "0x2ec4a2bcd4f33c7c9aafab7cfa865ec15508bf62",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:09:55+00:00"
          },
          {
            "token_id": "86000060",
            "invocation": 60,
            "hash": "0x458d9e1cf3e03f9544fa6e54375bd8f9a3e1b07364c75af06dfa327fda32bb4e",
            "owner_address": "0xa631378f8f9864a49b3a8b08fa8cff080ce64384",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "9 steps",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:10:13+00:00"
          },
          {
            "token_id": "86000061",
            "invocation": 61,
            "hash": "0xaa4c795013ee9d0c68c287f140ba6847c730826d19d3bdfe444cdeb17a39ea7b",
            "owner_address": "0x9034c848fc428adf69cd87ef3f390bb4f31f8828",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:10:15+00:00"
          },
          {
            "token_id": "86000062",
            "invocation": 62,
            "hash": "0xe3c9d492c10a1d1255c02eee66e86e33a38d1263dbfa5005186ad6135ce4a699",
            "owner_address": "0x4c2af7a6da3595131ab881a791efd8113ebafd47",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Small",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "7 repeats",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:10:15+00:00"
          },
          {
            "token_id": "86000063",
            "invocation": 63,
            "hash": "0xc091b21929f47b5b2b299abedff12f3b71de4cc6277dec891681bb019653c2f4",
            "owner_address": "0x7d112b3216455499f848ad9371df0667a0d87eb6",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Medium",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "fill",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:10:15+00:00"
          },
          {
            "token_id": "86000064",
            "invocation": 64,
            "hash": "0x2af5e04de2a537156403337fcfde502aac6c4b55589de661d6b3e8a48d8b1755",
            "owner_address": "0x50d12e66195a67c80531f251ceac41e7e5e67340",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Small",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:10:16+00:00"
          },
          {
            "token_id": "86000065",
            "invocation": 65,
            "hash": "0x396c69a2beaea1e269afd15e11619bd702311bce6e5fe621f00337f0ca937dcc",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "2 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:10:29+00:00"
          },
          {
            "token_id": "86000066",
            "invocation": 66,
            "hash": "0x91bf349f43d8123fba6bf754b8f9610531de2a40259d5c93889dddbe731d81e0",
            "owner_address": "0x994da0c3437a823f9e47de448b62397d1bdfddba",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Small",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "4 by 4",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:10:29+00:00"
          },
          {
            "token_id": "86000067",
            "invocation": 67,
            "hash": "0x928b09a659f363c5b284e5bc8bee6c414d501fff0a24afe3de958287f4e79a04",
            "owner_address": "0xf1c54f5a9d3f2349793c4f78fec79bcda2a2c982",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "6 steps",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:10:35+00:00"
          },
          {
            "token_id": "86000068",
            "invocation": 68,
            "hash": "0x5b33d3f814b0d7d4a0bace74d5873c06d5015ae0f5fe7f07c681526285ef48ed",
            "owner_address": "0xafd37c11f9dfee561db31d9bab7cec4812bbd241",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Large",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "4 arcs",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:10:37+00:00"
          },
          {
            "token_id": "86000069",
            "invocation": 69,
            "hash": "0x702a226c58dd39fe701907e5dabba5d233568e477ee2bc50fc07613999d0c8ff",
            "owner_address": "0xbbee3d18c8ea290ff6f7e05fc7ce7bb0f81d34a8",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "4 by 4, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:10:37+00:00"
          },
          {
            "token_id": "86000070",
            "invocation": 70,
            "hash": "0xd1d567ab0a1e6a17b12e5887b47c943e0b0678778aa0ad3103810822185aceb4",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:10:38+00:00"
          },
          {
            "token_id": "86000071",
            "invocation": 71,
            "hash": "0xdf77c9e826515303ac586ba07b8c9fd415a36a22705432c3630f8fb0dce6d7ed",
            "owner_address": "0xd26d6e324b40f4f0f533e3d6a781f6e602bc2549",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 rounds",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:11:17+00:00"
          },
          {
            "token_id": "86000072",
            "invocation": 72,
            "hash": "0x4db10eb8662cb8a0e527a5b0f7fc2b2085890753d6524629c9e0d6c30d4ba91e",
            "owner_address": "0x1fd7ba908acac59631bcbd4f808dd6d68a403ae6",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Pastelroze",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "2 tiles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:11:24+00:00"
          },
          {
            "token_id": "86000073",
            "invocation": 73,
            "hash": "0x41b53d363c2b5a02087ffff4660ab38379ad0f292f36fd0f4a0e9051d6c3eeb0",
            "owner_address": "0xc142995f05436c91bba172b7d17522a301323236",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "3 by 3",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:13:15+00:00"
          },
          {
            "token_id": "86000074",
            "invocation": 74,
            "hash": "0x920898e09e9325423159b554f10f5cda97de71919bb821b269c23b3bbba26ed1",
            "owner_address": "0x6d1db4a7e83dae0eee7e95d421722d46d2a7e94b",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "4 by 4, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:13:15+00:00"
          },
          {
            "token_id": "86000075",
            "invocation": 75,
            "hash": "0xcdd2ad1489957f780ffa4c8e50a735188ebf4288d0fe7b1cfb60dca18b5d83fe",
            "owner_address": "0xd6468d57646e73af0f6485216b9a851c94ae01d6",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Medium",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "7 repeats",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:13:19+00:00"
          },
          {
            "token_id": "86000076",
            "invocation": 76,
            "hash": "0xcd22cddaf19c52240ce4cf095f2389877395e5266a0766b677839479f338c6a3",
            "owner_address": "0x0b7164d93db6309f99968c12e7e38f70e47089ed",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:13:19+00:00"
          },
          {
            "token_id": "86000077",
            "invocation": 77,
            "hash": "0xf3dd8d52981595792c161e9fa8fddf0032541fccde6ca33cfaa5f721fba888eb",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:13:19+00:00"
          },
          {
            "token_id": "86000078",
            "invocation": 78,
            "hash": "0xa676ab6b917b4c4a6b43793ecdeeba7faece0bce05f77bd2a87a91ae5c17076d",
            "owner_address": "0x349a01774f22f51ffd46270b48f1fdc85ac9131f",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "4 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:13:54+00:00"
          },
          {
            "token_id": "86000079",
            "invocation": 79,
            "hash": "0x8641e1e127e4437fffd02e1d47beee4df83291a1b7ef1a5ab6ddcebf230a980d",
            "owner_address": "0xedde541eb411f89d3d40a2fb36db217f3303bb80",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "Orientation",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:14:12+00:00"
          },
          {
            "token_id": "86000080",
            "invocation": 80,
            "hash": "0x9d4b59b0855ad9c5a9ebf8f837feff370aa5051724ebd812633667a79d6707f3",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Large",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:14:12+00:00"
          },
          {
            "token_id": "86000081",
            "invocation": 81,
            "hash": "0x39f5ffe580842292da09c2cc4062c3758b82ffb55f9272cec3586c114b77f385",
            "owner_address": "0x9b059f4d2199e73aa86f8938167a1a6067474cf4",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:14:43+00:00"
          },
          {
            "token_id": "86000082",
            "invocation": 82,
            "hash": "0x1d3c8b063751aa273e5777e46586205117de6d5f3264af6b91c8fbae2d68cc0e",
            "owner_address": "0xab876791757b47d202b7d6def038940ce7a64fe4",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Large",
              "Palette": "Retro",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:15:09+00:00"
          },
          {
            "token_id": "86000083",
            "invocation": 83,
            "hash": "0xbf1b96e20eea0d00e76ba1ce1f72c1c68dbf7749a4d624bd2f8dbb4a7545b3fc",
            "owner_address": "0x4b2a62efd6cc5a0714be3754dc4c71893bb26edb",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:15:20+00:00"
          },
          {
            "token_id": "86000084",
            "invocation": 84,
            "hash": "0x1cad5d120748f48247bcd7219b2fdd11c9505e8ac46c5595ef85fbe56f756efe",
            "owner_address": "0x052564eb0fd8b340803df55def89c25c432f43f4",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "3 tiles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:15:30+00:00"
          },
          {
            "token_id": "86000085",
            "invocation": 85,
            "hash": "0x9e860883eac9874b5b01bc5d20c7e1f877954649032b35b5b5e8e1607f73d122",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "6 steps",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:15:43+00:00"
          },
          {
            "token_id": "86000086",
            "invocation": 86,
            "hash": "0xa5699f9dc6d64296b319466ba8f5d23a9679c9016a8faa57bb982823e579171f",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "3 rectangles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:15:57+00:00"
          },
          {
            "token_id": "86000087",
            "invocation": 87,
            "hash": "0x10e44ff5bc4040a2085b2aca63f17a100b7106d5ba12f612a3615768eb3593bb",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:16:28+00:00"
          },
          {
            "token_id": "86000088",
            "invocation": 88,
            "hash": "0xe175970c9c10b9db39eaca81cfe3f2fa9d278b9cd88878705c42f422630ee7e3",
            "owner_address": "0x1fd7ba908acac59631bcbd4f808dd6d68a403ae6",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "6 rounds",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:16:34+00:00"
          },
          {
            "token_id": "86000089",
            "invocation": 89,
            "hash": "0xe92540680a9e7b0596f482d74afb532cb14c2eb45007723b3074ee603e4a7674",
            "owner_address": "0x5445092634581774a680e4dedd4ec9bfc35a26fd",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:16:34+00:00"
          },
          {
            "token_id": "86000090",
            "invocation": 90,
            "hash": "0x9d7ef94ef2425af6e10abc47837679ce9bd6609ce1f6d47e13c1de7f2df0cc70",
            "owner_address": "0xebb3f5e496fc44fc33c945fb43bfc83363367c78",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "6 rounds",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:16:59+00:00"
          },
          {
            "token_id": "86000091",
            "invocation": 91,
            "hash": "0x7124ad3cbf52c84603f067d1d52f7e4ea471dad3f7746fcc33c86b71da1fdaaf",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:17:12+00:00"
          },
          {
            "token_id": "86000092",
            "invocation": 92,
            "hash": "0x340f4459369fa90c26c240623dcbaeb02173a3aeeebf58c72e01585f5273c37e",
            "owner_address": "0xd0a197e83b2be0f435b5e40e82940412bd0add75",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:18:02+00:00"
          },
          {
            "token_id": "86000093",
            "invocation": 93,
            "hash": "0x10e6f72e02f4c2f6c38dd5f3b490fd69b4ba1e919f10c5410a54dd89b092e843",
            "owner_address": "0xd61bc550501e9d7a4d1e5cc2b67f7fa3c36939b0",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:18:02+00:00"
          },
          {
            "token_id": "86000094",
            "invocation": 94,
            "hash": "0xcd54ff99052dc6b16e453a8c2309ae3ff919410602b2664e0a7d837d4dfa7ffa",
            "owner_address": "0x32606c4aa95ea78d7c5b1e0e347e3e9ae451434e",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Large",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "3 circles",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:18:17+00:00"
          },
          {
            "token_id": "86000095",
            "invocation": 95,
            "hash": "0x5d4469e9953e2109ee53a6c6200037f97135cbfa152c4fcd9226c152e76b67ce",
            "owner_address": "0x5d080b5d2718bd65678c9582519eb876c3042511",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:18:17+00:00"
          },
          {
            "token_id": "86000096",
            "invocation": 96,
            "hash": "0xae94340be0e10d253d62f9e0fb1835cd9dba1bad93416fd3340a87bde5b43e31",
            "owner_address": "0x2ec4a2bcd4f33c7c9aafab7cfa865ec15508bf62",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "fill",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:18:44+00:00"
          },
          {
            "token_id": "86000097",
            "invocation": 97,
            "hash": "0xeb0e15dc282974f93e71c4934a6d9107e7c12687d225abf08f7e22af8958c980",
            "owner_address": "0xb53349160e38739b37e4bbfcf950ed26e26fcb41",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:18:44+00:00"
          },
          {
            "token_id": "86000098",
            "invocation": 98,
            "hash": "0xdff8b1ac6fc25bd981c4a5565aeeeeeb4b20ea9389f85b8050a5e4ea5fb60dfd",
            "owner_address": "0xa4711c27924a900625bda3c63dc1eb86b44c48a6",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "5 bars, fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:18:44+00:00"
          },
          {
            "token_id": "86000099",
            "invocation": 99,
            "hash": "0xee848ffa8ed756d1d7837275483ef8ad7aba578f5e194a30f7b8a58f3f77749f",
            "owner_address": "0xbbee3d18c8ea290ff6f7e05fc7ce7bb0f81d34a8",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 steps",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:18:44+00:00"
          },
          {
            "token_id": "86000100",
            "invocation": 100,
            "hash": "0xe94b07ed525564e9859d7b76b1bd6a89df67600d84c640ca21cf0e89d3aff903",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:19:10+00:00"
          },
          {
            "token_id": "86000101",
            "invocation": 101,
            "hash": "0xc13eb77fe0316cb28b4d4893467c05c05781ce82eccca7cd55aee1229da1f95e",
            "owner_address": "0xab1fcaf0986c9e1fcc39a1a5f0eeac5b2dc9ad88",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:19:10+00:00"
          },
          {
            "token_id": "86000102",
            "invocation": 102,
            "hash": "0xdd0a1ef7b198a83b3806f5cd03d4723b04df68ad28a365e23e71229919f8f5d6",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Medium",
              "Palette": "Donderwolk",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:20:12+00:00"
          },
          {
            "token_id": "86000103",
            "invocation": 103,
            "hash": "0x312be8f2f7ac171633f958e7004657047b6f54511d0160135e9c191b20bed16a",
            "owner_address": "0x111b3c435db3838850cfd6fd2d07ee76459338fa",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "2 arcs",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:20:30+00:00"
          },
          {
            "token_id": "86000104",
            "invocation": 104,
            "hash": "0xac32ca8797af60e0f7d4bb1c04fa2ed650362362f1deb327bddb91244f861ab0",
            "owner_address": "0xaa35d3562e3a43403f68e98b9360b35a4d2373f9",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Medium",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "3 arcs",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:20:48+00:00"
          },
          {
            "token_id": "86000105",
            "invocation": 105,
            "hash": "0x3c86aa31d11e759f7dd4dbcac267467b34d4c9a7c84844630880d6be6aa63a57",
            "owner_address": "0x13d33c9f2f3e7f8f14b1ee0988f4dc929ee87a92",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "6 steps",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:22:27+00:00"
          },
          {
            "token_id": "86000106",
            "invocation": 106,
            "hash": "0xf42db1cb2f49ec4c2f66cdafecf97e33405d622d724e249e2a067a2590a2c841",
            "owner_address": "0x5445092634581774a680e4dedd4ec9bfc35a26fd",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Large",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "3 arcs",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:22:33+00:00"
          },
          {
            "token_id": "86000107",
            "invocation": 107,
            "hash": "0xad274eb866bffb49b6671dbcb2f70530f45210fd318708529bc0d32f8a672f56",
            "owner_address": "0x68a7ac13477aad590982293feeeb786a00276cf2",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Large",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "4 by 4, filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:23:03+00:00"
          },
          {
            "token_id": "86000108",
            "invocation": 108,
            "hash": "0x8feba4c5ebabf04076d8c415614ac26cad209ba939ff16bc48b8683bc6fdba55",
            "owner_address": "0xf4c579bdb49dbf5c1bfd3c48c37c4b3e6d8a2fb5",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Large",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:23:33+00:00"
          },
          {
            "token_id": "86000109",
            "invocation": 109,
            "hash": "0xf59dcfd65486cd8113f34533a899762447ecc98a4e6483f84821bd7c6d5440d2",
            "owner_address": "0x0f8c148a4854c9647e894699584b31c7b0459e20",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Large",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "fill",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:23:39+00:00"
          },
          {
            "token_id": "86000110",
            "invocation": 110,
            "hash": "0xe39df234eb7256f36009795a37e40f20b2f15ecc3f6253c87891c62c469c5bbb",
            "owner_address": "0x50d12e66195a67c80531f251ceac41e7e5e67340",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Medium",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:23:39+00:00"
          },
          {
            "token_id": "86000111",
            "invocation": 111,
            "hash": "0xf43219aa5a0e23367383cb295f390813bf3125377a183510d713ef2aa2cf1ed7",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Small",
              "Palette": "Zonnedauw",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "3 arcs",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:23:39+00:00"
          },
          {
            "token_id": "86000112",
            "invocation": 112,
            "hash": "0xf38cef1143e3921f616b1952b28af761069de88842887ba5a6d7a5c298972b9d",
            "owner_address": "0x560962063aa6b854dc04b83fe2e23ca02d885264",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "8 steps",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:23:50+00:00"
          },
          {
            "token_id": "86000113",
            "invocation": 113,
            "hash": "0x132a13a27b962255d3b98eb8bc0241aeedee93177467f504108371e0cd3d69ff",
            "owner_address": "0x3d4aa00f3e19ac6bd179e955cc17772e77d42fd1",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Small",
              "Palette": "Zonnedauw",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:23:50+00:00"
          },
          {
            "token_id": "86000114",
            "invocation": 114,
            "hash": "0x8326ae8bd8a8eb722ebe864d75cf1d0ac87f036e6a84c554ba811de4a870f621",
            "owner_address": "0x42e250824bdf98f3e450784b0c1cdc3ac2f157e2",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:24:04+00:00"
          },
          {
            "token_id": "86000115",
            "invocation": 115,
            "hash": "0x7f617b873f38ff1ef6a1399c487b10ebf9bd83e9bd02624bc6068503274e84e2",
            "owner_address": "0x40d775827365ae4d54cbc08a1a1c4f586b2c1d0a",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "3 rectangles",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:24:36+00:00"
          },
          {
            "token_id": "86000116",
            "invocation": 116,
            "hash": "0x6ffd6c791c59037dd21727d8611b3dd47d1acde40073efae5d5d6d925440097c",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Small",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "4 bars, fill",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:25:09+00:00"
          },
          {
            "token_id": "86000117",
            "invocation": 117,
            "hash": "0x9f2396ffca29339b355e10a02b204660ed32e0b12ca36ab26d75463ade361d7f",
            "owner_address": "0xebb3f5e496fc44fc33c945fb43bfc83363367c78",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Small",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "4 by 4, filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:25:53+00:00"
          },
          {
            "token_id": "86000118",
            "invocation": 118,
            "hash": "0x72d9edabfb3200b466f32c51eec4fa563e345d429dded2f8a34d19c6ff536914",
            "owner_address": "0x35074bd786406731d4e391e6882054da595532b3",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Small",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:26:25+00:00"
          },
          {
            "token_id": "86000119",
            "invocation": 119,
            "hash": "0x5fa5fc4a5a47fc11759d36c75af77326f691a72bfa02648f6afa6f04f5ada136",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 tiles",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:26:25+00:00"
          },
          {
            "token_id": "86000120",
            "invocation": 120,
            "hash": "0x48584ea292e05e55cca060cafb8f6a5ec503849487094956103786b7688e30fc",
            "owner_address": "0x8b97f27090681ef6aed10de6f986e51b9eac1526",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "3 circles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:27:23+00:00"
          },
          {
            "token_id": "86000121",
            "invocation": 121,
            "hash": "0x30029e8d30ac7852e05d5ef2c9599cbbc8c105a89cc5f55b814c31ef8d3a715f",
            "owner_address": "0x179e7b0c5c719ba94f6a3e2b7faeb57b8b02299d",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Medium",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:28:10+00:00"
          },
          {
            "token_id": "86000122",
            "invocation": 122,
            "hash": "0xb919e1d360cbb483aa60505249cd64b8c2a99d9791aabd19c9621ec27d473b3b",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Large",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:28:47+00:00"
          },
          {
            "token_id": "86000123",
            "invocation": 123,
            "hash": "0x883154ce94d2a33ff39ce43ea74f342ce49d6624ae8cb7b8c460798c76113597",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Medium",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "4 arcs",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:28:47+00:00"
          },
          {
            "token_id": "86000124",
            "invocation": 124,
            "hash": "0x7428797678faefedc5c5f2626413e43e57d90ee2a26d5bda981a81348357e4e9",
            "owner_address": "0x8c778a46752a46d09b50aeab6425dcc39360e248",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Large",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "4 by 4, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:29:01+00:00"
          },
          {
            "token_id": "86000125",
            "invocation": 125,
            "hash": "0x583883f1cde3314f3934a74b79a8a5f8a38b8e2afb4d5dc615e818f25347add5",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "6 arcs",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:29:15+00:00"
          },
          {
            "token_id": "86000126",
            "invocation": 126,
            "hash": "0x734a1d9025391be1eee19bc0037b77a6054ee87e806a27b40757f4436f043fd8",
            "owner_address": "0x3b6c6115aeafad8bf1b93bb3ba6d34d7972d31ba",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Small",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "Orientation",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:29:38+00:00"
          },
          {
            "token_id": "86000127",
            "invocation": 127,
            "hash": "0xbb19daf18d6461cfbd7c9e4c27bd0cf2729ca23c3373dab66c1b89c3b4b2b6c0",
            "owner_address": "0x60133cd90271bc54c81b97ae16aff9ddf1e4a3d5",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:29:38+00:00"
          },
          {
            "token_id": "86000128",
            "invocation": 128,
            "hash": "0xc0b8e52b9460e26466ac226d73fcf625480186de02f17714ee16f64e583dbd77",
            "owner_address": "0x3b6c6115aeafad8bf1b93bb3ba6d34d7972d31ba",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "3 by 3",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:29:41+00:00"
          },
          {
            "token_id": "86000129",
            "invocation": 129,
            "hash": "0x457f64ba93e8295318a24aa964dfa59be8323bbdd5847c6b64d78bac323c0c31",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "6 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:30:02+00:00"
          },
          {
            "token_id": "86000130",
            "invocation": 130,
            "hash": "0xd6bc66a4e2333ee3f99be799e0a0ab44a59ffc0be8e7d878e2f7f28e1015025d",
            "owner_address": "0x4b6760682191de7e476b801b7ab42d8e8a5b041a",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "3 by 3",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:30:15+00:00"
          },
          {
            "token_id": "86000131",
            "invocation": 131,
            "hash": "0x4859a865067b5fe751717789090c90efea24af4308e36763af8b97477dfcfd98",
            "owner_address": "0xbbee3d18c8ea290ff6f7e05fc7ce7bb0f81d34a8",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "4 circles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:30:15+00:00"
          },
          {
            "token_id": "86000132",
            "invocation": 132,
            "hash": "0x762f5e4d765e9789bb69a691680e830d19481d11596190ecf6e5d9b6777efb8e",
            "owner_address": "0x179e7b0c5c719ba94f6a3e2b7faeb57b8b02299d",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "5 arcs",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:31+00:00"
          },
          {
            "token_id": "86000133",
            "invocation": 133,
            "hash": "0xa71c212099b8209915eed407d860d0d2582facb17a053437e88aea696f40cd23",
            "owner_address": "0x6fcade9de3ab9a1e57eab1684cf30e2ceba234fb",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Small",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:45+00:00"
          },
          {
            "token_id": "86000134",
            "invocation": 134,
            "hash": "0x42213631e632f37f414eb297ee0c05a372d3ebe9df1804aeb17265806c0a9f92",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:45+00:00"
          },
          {
            "token_id": "86000135",
            "invocation": 135,
            "hash": "0x7e5565ddb60675e25e7b4e0a10fc0b11dedc357e6d6047be8f621e07eadb42b9",
            "owner_address": "0xecba5f51925e6ccec26da38dcd7d5305f6bdfbcb",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 circles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:45+00:00"
          },
          {
            "token_id": "86000136",
            "invocation": 136,
            "hash": "0xdb7e203389850f521d90ee769f6d0adcbe8651e1289eeef18d7176707927d1bd",
            "owner_address": "0x05833bc715f6eb040224d166c7b7195c223d02cd",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "4 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:49+00:00"
          },
          {
            "token_id": "86000137",
            "invocation": 137,
            "hash": "0x082a5c971983223bcbc7249226f4d3ab3612f01392203d0727c49536ffcbffad",
            "owner_address": "0x2ec4a2bcd4f33c7c9aafab7cfa865ec15508bf62",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Small",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "4 by 4, filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:31:49+00:00"
          },
          {
            "token_id": "86000138",
            "invocation": 138,
            "hash": "0x6db6fdd2b870eba6398fe0b2366129d405a4cca877299f8a331bb505cdeaa4d4",
            "owner_address": "0x3d4aa00f3e19ac6bd179e955cc17772e77d42fd1",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Large",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "4 by 4",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:49+00:00"
          },
          {
            "token_id": "86000139",
            "invocation": 139,
            "hash": "0x1be30e90e679af36f2e4740e9e4c1251c79d45a7739752a316778927c81e11a8",
            "owner_address": "0x1484e7ef9b04f1b6ad2ac69b654cd3c87172a481",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:54+00:00"
          },
          {
            "token_id": "86000140",
            "invocation": 140,
            "hash": "0x6fabe3e9dd1dae56495b48685af478208ceeeebaabbd84bb314aed544d8855a8",
            "owner_address": "0xe553fe5b71a236a8d6b03cbddde8be48c5fc5402",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 tiles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:54+00:00"
          },
          {
            "token_id": "86000141",
            "invocation": 141,
            "hash": "0x26812e78883519d56287d952529239c115098bbeba41c99dbf044933b8ea9a53",
            "owner_address": "0x9273eb21bc9854d0e06432b5b8c7634ba824ae49",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Small",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "6 steps",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:54+00:00"
          },
          {
            "token_id": "86000142",
            "invocation": 142,
            "hash": "0xf8ce4c219a18eb2d4790d896027191b7b62917575f7c5788175bae3341d2b200",
            "owner_address": "0x408753479f65b302467064bda783cdcfcdd4e11a",
            "features": {
              "View": "Split Scene",
              "Scene": "x2",
              "Padding": "Large",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "multiple",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:56+00:00"
          },
          {
            "token_id": "86000143",
            "invocation": 143,
            "hash": "0x17751b66b1fdd03f566cb43758def6c63ca33ec0832bcc3fb218c7bccb3b81bf",
            "owner_address": "0xa2ac5f731b6ca4da17f0624c4518f4946be4a2c1",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Zachtgroen",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "5 rounds",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:31:59+00:00"
          },
          {
            "token_id": "86000144",
            "invocation": 144,
            "hash": "0xeedfcf8063cc1af0d2f290872f597a904cfbfc593301e56dacde68f7ecb1e97c",
            "owner_address": "0xaed030182cb9d62e0cd6d8cce9cc0d7583d0543a",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Small",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:32:08+00:00"
          },
          {
            "token_id": "86000145",
            "invocation": 145,
            "hash": "0xf6c429b89c91c2d774b571578e20136f43e1b376298d35f777acbf22c9f613fe",
            "owner_address": "0x40d775827365ae4d54cbc08a1a1c4f586b2c1d0a",
            "features": {
              "View": "Split Scene",
              "Scene": "x2",
              "Padding": "Large",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "multiple",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:32:37+00:00"
          },
          {
            "token_id": "86000146",
            "invocation": 146,
            "hash": "0x439b8d32b215bd10522a7772a59e214df22ae4bcf815c18498d2c0e2bc65d5ff",
            "owner_address": "0x4ffef8e8a75c20ab0ddf96c50d2457277d27923c",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "fill",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:32:37+00:00"
          },
          {
            "token_id": "86000147",
            "invocation": 147,
            "hash": "0xeb57e997182252352c8c15ff771a8be93b034aca0c11f0653e39621283d2b48e",
            "owner_address": "0x1484e7ef9b04f1b6ad2ac69b654cd3c87172a481",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "3 circles",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:07+00:00"
          },
          {
            "token_id": "86000148",
            "invocation": 148,
            "hash": "0xd772058e66b18e2e23f91190176425f91a073ee9eef7c22b2c6691f1fb71ab9b",
            "owner_address": "0xae1ebee3e66dbdf20833ffa828a31f204e9116cd",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Medium",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "6 rounds",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:07+00:00"
          },
          {
            "token_id": "86000149",
            "invocation": 149,
            "hash": "0x9737bf1d0eb6bdcd7620a49c3d990fb5a17cc243c075e7af6f862ab97e8f7168",
            "owner_address": "0x05833bc715f6eb040224d166c7b7195c223d02cd",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Large",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "5 arcs",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:07+00:00"
          },
          {
            "token_id": "86000150",
            "invocation": 150,
            "hash": "0x65855263acb96491b05b75430d6b22b378904cbb276d6a2b94b05ee86358c721",
            "owner_address": "0x6167ad5a2bfc346173526d278085d57e50f20069",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "7 steps",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:07+00:00"
          },
          {
            "token_id": "86000151",
            "invocation": 151,
            "hash": "0x72636251a05825e8b1dfc4835423298e903222bd3ee245f814125cea292fc724",
            "owner_address": "0x566f193d80c76a324cf5e521d62657f4c4d4ccc5",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Small",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "4 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:07+00:00"
          },
          {
            "token_id": "86000152",
            "invocation": 152,
            "hash": "0x226727d5c16c92e30b5437f2bb6c8ff1ec6368db7362f74dc3485129a6152eef",
            "owner_address": "0x4b6760682191de7e476b801b7ab42d8e8a5b041a",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "3 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:16+00:00"
          },
          {
            "token_id": "86000153",
            "invocation": 153,
            "hash": "0x661af70b00cecf281826546fe2715b8e38b30b0e9bfd5a126a3088bac50d5451",
            "owner_address": "0x349a01774f22f51ffd46270b48f1fdc85ac9131f",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:16+00:00"
          },
          {
            "token_id": "86000154",
            "invocation": 154,
            "hash": "0x2870bad986be8c59174db61d4ee67e49a56e685cc3944f127081fc376616bdda",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "6 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:16+00:00"
          },
          {
            "token_id": "86000155",
            "invocation": 155,
            "hash": "0xdcb71de5320182ee50953815d1b029792198f353317ed453018a76833f96aacc",
            "owner_address": "0x566f193d80c76a324cf5e521d62657f4c4d4ccc5",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "4 by 4",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:16+00:00"
          },
          {
            "token_id": "86000156",
            "invocation": 156,
            "hash": "0x49fbfdf737da8ca5dac332babe1be7ab68d0807b45c47f2e7c92cff761c657a1",
            "owner_address": "0x03462cfd71c71173098b933e19de979727b85dce",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Medium",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 bars, fill",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:16+00:00"
          },
          {
            "token_id": "86000157",
            "invocation": 157,
            "hash": "0x196baaccf2a276ee9a3c387b047ca03b264cb28a4285cb2d3300964ba00462bc",
            "owner_address": "0x596c2a077c671a0ce4dc959c6374d18e6c43fe70",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Medium",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "2 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:25+00:00"
          },
          {
            "token_id": "86000158",
            "invocation": 158,
            "hash": "0xc1cb0114f79405cfff135994a72f4a5257850cd803aff5cf771c391f633bbac4",
            "owner_address": "0xae1ebee3e66dbdf20833ffa828a31f204e9116cd",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "7 repeats",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:25+00:00"
          },
          {
            "token_id": "86000159",
            "invocation": 159,
            "hash": "0x5329d97497ef0ddb2fc59b279d918a501188e70a5dd7be1ae42cd164f7d60180",
            "owner_address": "0x577ebc5de943e35cdf9ecb5bbe1f7d7cb6c7c647",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Small",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:37+00:00"
          },
          {
            "token_id": "86000160",
            "invocation": 160,
            "hash": "0xa519023e33dfdd31cd1393870b65d18d722349109845d3c44565245c07b28b13",
            "owner_address": "0x8cdf1b6cfb693db9e171a1b9dda88c257e68638c",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:37+00:00"
          },
          {
            "token_id": "86000161",
            "invocation": 161,
            "hash": "0x161dd0db2749aa8e44a90ce27a3da7511928f08700e2d773ae0fa882bad59932",
            "owner_address": "0xe81ccab76718ac222c8c9f2d19197c9d39e9fca5",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Large",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "5 by 5, filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:34:37+00:00"
          },
          {
            "token_id": "86000162",
            "invocation": 162,
            "hash": "0x65a8eacf7ff6233c953eb42ff361c379c351bedc992bdb7e5d0f9f5761c572e2",
            "owner_address": "0x13d33c9f2f3e7f8f14b1ee0988f4dc929ee87a92",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Small",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 tiles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:41+00:00"
          },
          {
            "token_id": "86000163",
            "invocation": 163,
            "hash": "0x27798f248c4616ab7561f2a805ba3d5c810cada094d601ac1d40c378cb528fb6",
            "owner_address": "0x1b052edc4df735f0a5e62c1335c94667e7fdc55e",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "5 rounds",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:41+00:00"
          },
          {
            "token_id": "86000164",
            "invocation": 164,
            "hash": "0xc01d5f7566add301f6b9e05a9c2d3ade6d2d1eedf75d6d10d8c004667ee4c36e",
            "owner_address": "0x8c778a46752a46d09b50aeab6425dcc39360e248",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Large",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:34:49+00:00"
          },
          {
            "token_id": "86000165",
            "invocation": 165,
            "hash": "0xebac92b92eda6de2e533f461f868243b2ad8fe7391caf0c07aa6af272ac35db0",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Medium",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "5 tiles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:35:05+00:00"
          },
          {
            "token_id": "86000166",
            "invocation": 166,
            "hash": "0xae190e3a6b971b19e04373517b12ab63d07467b521ff1e9b1e15859b4111c4af",
            "owner_address": "0x08882cd344a56c3da51a19def6cdcc9b290e7c80",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Small",
              "Palette": "Sterrenwacht",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:35:05+00:00"
          },
          {
            "token_id": "86000167",
            "invocation": 167,
            "hash": "0x72d49e50a4bcb48cb51b87b2b3202c3ee742e20f7761b73edc7a7dfdf9f3e50a",
            "owner_address": "0xbc6bccedd927bc51c128c9355da735869a5dc280",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "6 repeats",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:35:19+00:00"
          },
          {
            "token_id": "86000168",
            "invocation": 168,
            "hash": "0xfbe8e4d9d68b046d9311267243d1807760db4b2c91ff0018a70a9e5957e7a430",
            "owner_address": "0xeff0c128d7c5c39b06924d750ffa0296066a3220",
            "features": {
              "View": "Split Scene",
              "Scene": "x2",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "multiple",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:35:19+00:00"
          },
          {
            "token_id": "86000169",
            "invocation": 169,
            "hash": "0xbc4972ca372393f45613b3ff248590bc8e6a5cfa78ee96062eec91ffd50b9333",
            "owner_address": "0x9273eb21bc9854d0e06432b5b8c7634ba824ae49",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "Orientation",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:35:19+00:00"
          },
          {
            "token_id": "86000170",
            "invocation": 170,
            "hash": "0xb453335f0b336f3d81a5bf5719cfafdff272c10ef88c48ac691ec32740f23728",
            "owner_address": "0xbbee3d18c8ea290ff6f7e05fc7ce7bb0f81d34a8",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:36:26+00:00"
          },
          {
            "token_id": "86000171",
            "invocation": 171,
            "hash": "0x82cd5056370f9081544aaaf5088f6843a9b7a2ac2f66d9fa4ad07c0747076a2e",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "7 repeats",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:36:37+00:00"
          },
          {
            "token_id": "86000172",
            "invocation": 172,
            "hash": "0x807caf487ee8ead95913b3492708cdf46586429d0c41d5a8a357980a6b34baa1",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 rounds",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:36:53+00:00"
          },
          {
            "token_id": "86000173",
            "invocation": 173,
            "hash": "0xd099d4d9ccc116ec7f6b1980156c8cddb873867b2696cf83191a05f59273aa41",
            "owner_address": "0xb90930f12b66c9f849436c6ec143afc894720451",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:37:06+00:00"
          },
          {
            "token_id": "86000174",
            "invocation": 174,
            "hash": "0x2b689ff0fc58047b9110c2950410ebc1a5356bd8eb8385c3eee1caed420090d4",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 rectangles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:37:06+00:00"
          },
          {
            "token_id": "86000175",
            "invocation": 175,
            "hash": "0xe21aea238a3997c3717d86c7c604a778226352380730fa563752a837f67babe8",
            "owner_address": "0x8b97f27090681ef6aed10de6f986e51b9eac1526",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "4 by 4, filled",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:39:11+00:00"
          },
          {
            "token_id": "86000176",
            "invocation": 176,
            "hash": "0xd4bd2220be247f63a05155a753d8b4b9acd51a3e493a3046b737db522f488e00",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Window Grid",
              "Padding": "Medium",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "2 by 2",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:39:11+00:00"
          },
          {
            "token_id": "86000177",
            "invocation": 177,
            "hash": "0x79eb1321783d1e555815121253b417ec52a28224e7a6f385fe9e7839b7f0489b",
            "owner_address": "0x830cc132dd66f6491ceaa20206f398247143d9cf",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Small",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:39:29+00:00"
          },
          {
            "token_id": "86000178",
            "invocation": 178,
            "hash": "0x8dd5e85b219fa6ace878c53942dff4f8892d86c1c95c6f3df4d6de566c4a56c9",
            "owner_address": "0x3a5055af0724a4b33fbdf09268b84877726b2560",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:39:29+00:00"
          },
          {
            "token_id": "86000179",
            "invocation": 179,
            "hash": "0xbb7195603566620b06459da0e41918ca3e1e8f33cc46118d65e94c11e9b38018",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "6 rounds",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:39:32+00:00"
          },
          {
            "token_id": "86000180",
            "invocation": 180,
            "hash": "0xaa9e956a5cb57afc1b1817954ed97c466795c50c30ae267f03d6c40c831ce86a",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:39:42+00:00"
          },
          {
            "token_id": "86000181",
            "invocation": 181,
            "hash": "0xa3ef108b45c1ad571164fc789262b7c120b035b34328d6717655d3ab8a909d48",
            "owner_address": "0x72cb017ea0a184d9f21539025740d353769a0fbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:39:42+00:00"
          },
          {
            "token_id": "86000182",
            "invocation": 182,
            "hash": "0xd6fe678c0fa5c069ccb98af0ca892e22d4be824023114c6529f915f158459a1c",
            "owner_address": "0x2ab1735ab09f57db6436aa70676b158ed70a70bb",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "4 bars, fill",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:39:42+00:00"
          },
          {
            "token_id": "86000183",
            "invocation": 183,
            "hash": "0xdf0375bc687a41d6e18471a5757a9fb2e48dab8afde142d10e2b936f2c66fb27",
            "owner_address": "0x685e1487852c208332d5cfa6292ff3e49de28c22",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:39:57+00:00"
          },
          {
            "token_id": "86000184",
            "invocation": 184,
            "hash": "0xab06965de702f203be92c65d48b188b928796718f63bad315df2b3986d671f7b",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:39:57+00:00"
          },
          {
            "token_id": "86000185",
            "invocation": 185,
            "hash": "0x18d5f2474afef787cc38a7d26a5f41b2e2886b1088d7b504c5b17f3c60ab640e",
            "owner_address": "0x830cc132dd66f6491ceaa20206f398247143d9cf",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:40:00+00:00"
          },
          {
            "token_id": "86000186",
            "invocation": 186,
            "hash": "0x0df34b927e041f74363cc743f315d55180f1e7cf79bc71effe592ee14615e629",
            "owner_address": "0x65fdaa0eb1d6753305e5812fdabf157069e2668d",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Small",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:40:36+00:00"
          },
          {
            "token_id": "86000187",
            "invocation": 187,
            "hash": "0x5bf6e4264d33543300792a30d138c634a57f2f1cdfaecce55ac27ab7a276b8c0",
            "owner_address": "0x5080b717e5ed21adc5eefac5476f63cf3e454a5d",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Medium",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "filled",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:40:43+00:00"
          },
          {
            "token_id": "86000188",
            "invocation": 188,
            "hash": "0xedd00c559aadc3f204282cd8d034abfbcd390439c748b94a175f9ba66963a2b0",
            "owner_address": "0xc117c06994b3df5ff9e373753b08deba3018864f",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "6 repeats",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:40:43+00:00"
          },
          {
            "token_id": "86000189",
            "invocation": 189,
            "hash": "0x94c8895972afc0d52b26fb63b4912f087be3356123019ae1e27935307fe4ceb6",
            "owner_address": "0x307f93ac1b62e59c43d0d9e1a39950a5ec9a1357",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "8 repeats",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:40:47+00:00"
          },
          {
            "token_id": "86000190",
            "invocation": 190,
            "hash": "0x06484878fd5733e4395817f12bea58644fe2d7bbb9592d2aa0eb2516dbae57e4",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Small",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "Orientation",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:41:20+00:00"
          },
          {
            "token_id": "86000191",
            "invocation": 191,
            "hash": "0x4d467c703f8fedb6f9fc76bb7398fced89ce1c40e25c560e576014059d5fd998",
            "owner_address": "0xab876791757b47d202b7d6def038940ce7a64fe4",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Large",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:41:45+00:00"
          },
          {
            "token_id": "86000192",
            "invocation": 192,
            "hash": "0xa119f18f5b2e542e8fdedb85e7363ef85d3d82fdcddb81ed2020e9369f55eb2e",
            "owner_address": "0x03462cfd71c71173098b933e19de979727b85dce",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "4 by 4, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:41:45+00:00"
          },
          {
            "token_id": "86000193",
            "invocation": 193,
            "hash": "0x68890d20c36eba406ead714d00482726d73fc632c72fa49a5100f105c95abdf9",
            "owner_address": "0x9c815f1bb7ac2d54e473b58a15345c9dc2630ffa",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Large",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "6 steps",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:41:45+00:00"
          },
          {
            "token_id": "86000194",
            "invocation": 194,
            "hash": "0xaeb03bec356a9fe750ed6a8c299b2b6f3ecab1d91c6525f4b47a695496ad7194",
            "owner_address": "0x830cc132dd66f6491ceaa20206f398247143d9cf",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "4 tiles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:41:45+00:00"
          },
          {
            "token_id": "86000195",
            "invocation": 195,
            "hash": "0x2cd1b2f3e97ab75481770f2ecc8cda9d640842b925c94186da5a417688c562a8",
            "owner_address": "0x648aa14e4424e0825a5ce739c8c68610e143fb79",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "5 repeats",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:03+00:00"
          },
          {
            "token_id": "86000196",
            "invocation": 196,
            "hash": "0x3383809690c502bc741f46096f2e8f4f245e0d73b5308a02b5a6f24b03668ccb",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Small",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "6 steps",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:03+00:00"
          },
          {
            "token_id": "86000197",
            "invocation": 197,
            "hash": "0xf76e9194d2ed84b2e78e7db7ae6705a2197df26d2ceb2fd4f03904d73a8ea216",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "View": "Split Scene",
              "Scene": "x2",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "multiple",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:03+00:00"
          },
          {
            "token_id": "86000198",
            "invocation": 198,
            "hash": "0x9445bf00dcaa62a671a2033e40e9d5a505a43f91cf9f3e2e8e3b6c1c31ff65b4",
            "owner_address": "0x4f5405f899404bb401f9f839508b2e6472fc89ea",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Retro",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "Orientation",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:06+00:00"
          },
          {
            "token_id": "86000199",
            "invocation": 199,
            "hash": "0xf347a27f450755cdfaab324f97a1579448889531e041a1efefdd1e01657455fc",
            "owner_address": "0xacb0d824d137fc5d80c894024ed7ee6521236c05",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "Orientation",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:42:06+00:00"
          },
          {
            "token_id": "86000200",
            "invocation": 200,
            "hash": "0x8c26c1e2c42a054df306715d410a0c73e6287bfcc7fb9d53090a978fe2efb6f3",
            "owner_address": "0x13d33c9f2f3e7f8f14b1ee0988f4dc929ee87a92",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:06+00:00"
          },
          {
            "token_id": "86000201",
            "invocation": 201,
            "hash": "0x132ea45c9f2312bc2a329b6ef0311412f33e831730a64260597ce9cd126df424",
            "owner_address": "0x8c0d2b62f133db265ec8554282ee60eca0fd5a9e",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Small",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "5 arcs",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:06+00:00"
          },
          {
            "token_id": "86000202",
            "invocation": 202,
            "hash": "0xd96e9c7b85995e241932bc8994095b5cfa0810e24c763d13016c4d83b5824845",
            "owner_address": "0xacb0d824d137fc5d80c894024ed7ee6521236c05",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wildest",
              "Modifiers": "2 rectangles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:06+00:00"
          },
          {
            "token_id": "86000203",
            "invocation": 203,
            "hash": "0xa9d7a0f705cb78cdc6a562d71ca44c86f61c956bb4216dbb6c5d209c8d1a0090",
            "owner_address": "0xacb0d824d137fc5d80c894024ed7ee6521236c05",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:42:06+00:00"
          },
          {
            "token_id": "86000204",
            "invocation": 204,
            "hash": "0x6618bf209263e1a3a17c2f44b8bc30f3020fb86ed635d3a5b59a1e2dd625cdcb",
            "owner_address": "0x307f93ac1b62e59c43d0d9e1a39950a5ec9a1357",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Large",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 by 4, filled",
              "Max length": "Medium",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:12+00:00"
          },
          {
            "token_id": "86000205",
            "invocation": 205,
            "hash": "0x9f9dfce09c4d23f14c1703c96366d4e922fd5fc37f28cff5393ab9161d01c065",
            "owner_address": "0x1854a7a0b4f9466dbeeb3279e247d4d0b0a06e3b",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Tame",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:28+00:00"
          },
          {
            "token_id": "86000206",
            "invocation": 206,
            "hash": "0x06fda473ccb95f8bd554202df5fb2a362f098635c32d497d01ab0509e4144d8a",
            "owner_address": "0xcf541ee32f57cacfdd48e4554ebcd6cdf15759ca",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "3 bars, fill",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:28+00:00"
          },
          {
            "token_id": "86000207",
            "invocation": 207,
            "hash": "0x60c95386be24fe67e2f31f7e998d13d43cff18acc22239172ed02870d682006c",
            "owner_address": "0x71fca492ca49746172e729ef15db56d6c8d23810",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Large",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "8 repeats",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:33+00:00"
          },
          {
            "token_id": "86000208",
            "invocation": 208,
            "hash": "0x1be83dbda1b9f41f4d537451e07ed4ffe2a235b41846b06a17b0ea2a4c04fdd1",
            "owner_address": "0xa2ac5f731b6ca4da17f0624c4518f4946be4a2c1",
            "features": {
              "View": "Single Scene",
              "Scene": "Damaged",
              "Padding": "Large",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:33+00:00"
          },
          {
            "token_id": "86000209",
            "invocation": 209,
            "hash": "0x8d27b31f828d49325d27cf984cef1fbaa3e0960f66c3d0dd2c359e43262b1d30",
            "owner_address": "0x4b2a62efd6cc5a0714be3754dc4c71893bb26edb",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Medium",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:33+00:00"
          },
          {
            "token_id": "86000210",
            "invocation": 210,
            "hash": "0xeaa74437b83fea8b718d5d0fe0e02ee3374be5bff24a92e81c470659b5a0fecd",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "5 tiles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:33+00:00"
          },
          {
            "token_id": "86000211",
            "invocation": 211,
            "hash": "0x520b5416618ab74fbe12eb574a5ec81236f1b9d5a3d0dec87d3ae6e657cf9d6f",
            "owner_address": "0xecba5f51925e6ccec26da38dcd7d5305f6bdfbcb",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:33+00:00"
          },
          {
            "token_id": "86000212",
            "invocation": 212,
            "hash": "0x3f5c2bc71befd3517c94611047ccd3af9afe5a6728b44208a9fa538aa51ec001",
            "owner_address": "0x91672ef7ea2a548d1b5616d9a681168dba9237ac",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Large",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:42:41+00:00"
          },
          {
            "token_id": "86000213",
            "invocation": 213,
            "hash": "0x4f8d1240e32931e8589e049cca324375fbd54f4b024675fcb9a4e2156ce148f5",
            "owner_address": "0xcf541ee32f57cacfdd48e4554ebcd6cdf15759ca",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Small",
              "Palette": "Dageraad",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "6 steps",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:41+00:00"
          },
          {
            "token_id": "86000214",
            "invocation": 214,
            "hash": "0x6a75a2f51befc339cc1ac378d028ebae70ef6885861eb120a8f984f36f93aa50",
            "owner_address": "0xab876791757b47d202b7d6def038940ce7a64fe4",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "5 rounds",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:42:41+00:00"
          },
          {
            "token_id": "86000215",
            "invocation": 215,
            "hash": "0x39a3e9895c030919752cddc226b3eababfd37798005d97cd0d0e7d3006ead231",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Small",
              "Palette": "Marmer",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "3 tiles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:42:46+00:00"
          },
          {
            "token_id": "86000216",
            "invocation": 216,
            "hash": "0xf09074d1f89906f036397d41c6f9f105542c72fce59abc0a02e1ee846f1b8475",
            "owner_address": "0x216f0a5f895dd92db5c336dff760ad78e5ca1ecc",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Small",
              "Palette": "Pandemonium",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "8 steps",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:43:03+00:00"
          },
          {
            "token_id": "86000217",
            "invocation": 217,
            "hash": "0x144182bb048c806632e8b501e815d5adb24fb4c15e5f472a7f8bb66e0fb4a791",
            "owner_address": "0xef80395b4943e1741c92a6f2119eba58cfed889a",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Medium",
              "Palette": "Pastelroze",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:43:03+00:00"
          },
          {
            "token_id": "86000218",
            "invocation": 218,
            "hash": "0x2352b6ee33c73e1d7b854ebb4af7da787544957ba5812c700f5cd62a8eb430d1",
            "owner_address": "0x50d12e66195a67c80531f251ceac41e7e5e67340",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "3 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:43:03+00:00"
          },
          {
            "token_id": "86000219",
            "invocation": 219,
            "hash": "0x61dbfead21308d0efc97d5f05a8ee5850a8feac0764e41c2b3cc52044db579ee",
            "owner_address": "0x437ea4b7e37c6f93fbe24b9749737e73fc5048ce",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:43:03+00:00"
          },
          {
            "token_id": "86000220",
            "invocation": 220,
            "hash": "0x04cae99fb22c956c381875789794f10d22ef1400f3005c12061b6599b938dcaa",
            "owner_address": "0x360bd0e8ef21909115d520b924e72de923eff47e",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Medium",
              "Palette": "Oranjegevoel",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "8 repeats",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:43:34+00:00"
          },
          {
            "token_id": "86000221",
            "invocation": 221,
            "hash": "0x7a9818837d662ddf935ddc9a5bb35baa357d865308931e5bac947b574d5eecec",
            "owner_address": "0xd5de4ed226e7ea7340b4cd0f62d3c0e71fd201ce",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Small",
              "Palette": "Marmer",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:43:52+00:00"
          },
          {
            "token_id": "86000222",
            "invocation": 222,
            "hash": "0x8a7e5f1db6de333f22af6b388208cc793b4d13b1f103d8ab043b4ab1fc9057cb",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "6 rounds",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:43:52+00:00"
          },
          {
            "token_id": "86000223",
            "invocation": 223,
            "hash": "0x8da147a56e3e49e0882dd0c7b8876a74773bbc07b37fd0c01ad7350af04a114e",
            "owner_address": "0x22cecc51585a3abd3c7ee7f791528c71623af87e",
            "features": {
              "View": "Single Scene",
              "Scene": "Stripes",
              "Padding": "Medium",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "fill",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:43:53+00:00"
          },
          {
            "token_id": "86000224",
            "invocation": 224,
            "hash": "0x60cd9eec820695818b5604d09ad1881179aff44356c97d2d246ddd3e8972868f",
            "owner_address": "0x3397a5092005920c83a89b335117105da9375446",
            "features": {
              "View": "Single Scene",
              "Scene": "Overload",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "7 repeats",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:44:15+00:00"
          },
          {
            "token_id": "86000225",
            "invocation": 225,
            "hash": "0xea527e01dd883c70e868fc30d8429cc39510d0a68fa404cad83d4b0bcaa4310e",
            "owner_address": "0xd6468d57646e73af0f6485216b9a851c94ae01d6",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Retro",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "5 circles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:44:19+00:00"
          },
          {
            "token_id": "86000226",
            "invocation": 226,
            "hash": "0xd079d2ada62dc7470753566af41ac67707600291aa82239e8f1a51d5d6234d05",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "5 rounds",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:44:19+00:00"
          },
          {
            "token_id": "86000227",
            "invocation": 227,
            "hash": "0x533204b8f5cd7aea5db7f6d0f19b69e4f7c41e24531ffba070b4810ef77006d5",
            "owner_address": "0x2ec4a2bcd4f33c7c9aafab7cfa865ec15508bf62",
            "features": {
              "View": "Single Scene",
              "Scene": "Arcs",
              "Padding": "Medium",
              "Palette": "Pastelroze",
              "Inversed": "True",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "2 arcs",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:44:19+00:00"
          },
          {
            "token_id": "86000228",
            "invocation": 228,
            "hash": "0xb201d1a916e80ff173fdbd189d701f51d6fcd907c08ee47757920fc2171e2813",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Small",
              "Palette": "Zonnedauw",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:44:19+00:00"
          },
          {
            "token_id": "86000229",
            "invocation": 229,
            "hash": "0x81021b5df256b7022576ba379f46f0158f965122801d0927291d96236b329939",
            "owner_address": "0xc9789d223bf9fdb2adcecdcf46764f72d6bd55ac",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "True",
              "Stepsize": "Small",
              "Wildness": "Wild",
              "Modifiers": "4 by 4, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:44:19+00:00"
          },
          {
            "token_id": "86000230",
            "invocation": 230,
            "hash": "0x670eb7632d045111edaa60cec958881d3271ac23c85c10dcd92937f8eb332c0e",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Circles",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "6 by 6, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:44:42+00:00"
          },
          {
            "token_id": "86000231",
            "invocation": 231,
            "hash": "0x1d245e6f9aac0d4fba00060c846a703df6fc757b7a625cad32565108702f3a49",
            "owner_address": "0x13d33c9f2f3e7f8f14b1ee0988f4dc929ee87a92",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Circles",
              "Padding": "Small",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "4 by 4, filled",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:44:42+00:00"
          },
          {
            "token_id": "86000232",
            "invocation": 232,
            "hash": "0x9e45f3221e31c9598dcac3e9ae56cf08671139201e7e7a099d237f7a32584098",
            "owner_address": "0xf9107317b0ff77ed5b7adea15e50514a3564002b",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Large",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:44:45+00:00"
          },
          {
            "token_id": "86000233",
            "invocation": 233,
            "hash": "0x038357e1387d198feea2301cdaecc36b97366889c7b2f221db0de8abbe20c910",
            "owner_address": "0x18cf07d50bfbce02fbcfe17782fb1c0702696f07",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "8 steps",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:44:49+00:00"
          },
          {
            "token_id": "86000234",
            "invocation": 234,
            "hash": "0x6df7d1f19b80236f78924da7db49f41f38b3686aa368a59bd6a320fcc532e700",
            "owner_address": "0xdd7dc3cc8c9a60e28dd431d30745dfae2be1a855",
            "features": {
              "View": "Single Scene",
              "Scene": "Bars",
              "Padding": "Small",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 bars, fill",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:08+00:00"
          },
          {
            "token_id": "86000235",
            "invocation": 235,
            "hash": "0xea77530f2f9fb8da4be73d2c04acf9ad3793570d3bea964f4e44624bb5cbea01",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Large",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "4 rounds",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:45:08+00:00"
          },
          {
            "token_id": "86000236",
            "invocation": 236,
            "hash": "0xa1a37c16f5920a46763507d963542aad32c5a3e801881bc5c80f911fb6ed9d7b",
            "owner_address": "0x3ecd6a57d7c4670046d71ddc9bc0f05e0659ffcb",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "4 tiles",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:08+00:00"
          },
          {
            "token_id": "86000237",
            "invocation": 237,
            "hash": "0xc460abfee8f919feac99837852e8cc40bebe7a7a2d6d01879cc1cfef4f3c28f8",
            "owner_address": "0x1583b0c3a4e2a53f8f712579944373b5f28739ae",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Small",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "3 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:17+00:00"
          },
          {
            "token_id": "86000238",
            "invocation": 238,
            "hash": "0x315a730dc3b62e020bbb86ddc3098e2e6d5418f1b6b5498ca5ccb0a56e2c6e0c",
            "owner_address": "0x5445092634581774a680e4dedd4ec9bfc35a26fd",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Small",
              "Palette": "Lente",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:17+00:00"
          },
          {
            "token_id": "86000239",
            "invocation": 239,
            "hash": "0xd5539872973a7b66cef206607ea6cdc21f4f99b3e7c36e9b043e8f17bf7e9532",
            "owner_address": "0x4d23306be3dfc1e85d8562d27b896152c633cd79",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "3 circles",
              "Max length": "Medium",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:24+00:00"
          },
          {
            "token_id": "86000240",
            "invocation": 240,
            "hash": "0x18db44de5de03671d58f71e01cbff64228a86273c7ca45c03da14daa7ec45e40",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Small",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:26+00:00"
          },
          {
            "token_id": "86000241",
            "invocation": 241,
            "hash": "0x838410c5bded9988dc8bfb7b96998cb42b1e0502522b57eb016e21299896d367",
            "owner_address": "0xc3c71eac263d8a54f8cda2374ac860d3802fbd03",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Pandemonium",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "6 steps",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:34+00:00"
          },
          {
            "token_id": "86000242",
            "invocation": 242,
            "hash": "0x9d62691a8fe0e6eec70818c355094ee8a9ce01e1e44d99a354afd8719918d079",
            "owner_address": "0xe640b03ac3fa996de20fbe791c08248087d8583e",
            "features": {
              "View": "Single Scene",
              "Scene": "Rects",
              "Padding": "Large",
              "Palette": "Schuurpapier",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "3 rectangles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:34+00:00"
          },
          {
            "token_id": "86000243",
            "invocation": 243,
            "hash": "0x398dea32a0a349085dff06fdfb15f67c9ae682e4d3e948a39e0d583c2cdd12a4",
            "owner_address": "0xb90930f12b66c9f849436c6ec143afc894720451",
            "features": {
              "View": "Single Scene",
              "Scene": "Asterisk",
              "Padding": "Medium",
              "Palette": "Sterrenwacht",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Tame",
              "Modifiers": "10 steps",
              "Max length": "Medium",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:45:34+00:00"
          },
          {
            "token_id": "86000244",
            "invocation": 244,
            "hash": "0x5516c14627bbba3f981c4bd480f699fb8c67ed08409cfec2bf9a772fcf9f8143",
            "owner_address": "0xd36954df517cfd9d533d4494b0e62b61c02fc29a",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Equal Rectangles",
              "Padding": "Large",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 by 4, filled",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:45:34+00:00"
          },
          {
            "token_id": "86000245",
            "invocation": 245,
            "hash": "0x2bd750011b1161e6fc9b176991da1e518013a731548c82c56306bb980c0b78ca",
            "owner_address": "0x8c778a46752a46d09b50aeab6425dcc39360e248",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Retro",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Tame",
              "Modifiers": "filled",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:46:19+00:00"
          },
          {
            "token_id": "86000246",
            "invocation": 246,
            "hash": "0xe5abc8ea5e456004c6bac7a5a53dba43d22e9c01574e929dc47653c71d63960d",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Medium",
              "Palette": "Mm.. Food",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "4 tiles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:46:19+00:00"
          },
          {
            "token_id": "86000247",
            "invocation": 247,
            "hash": "0x0cda474884f0a6a8b4a190f99de2d126414a72b506070fed2d5bebb3c4315b0a",
            "owner_address": "0x0fd3e2c50ee69fd59e3ad545fc07587adb6fb39e",
            "features": {
              "View": "Single Scene",
              "Scene": "Circle Arch",
              "Padding": "Medium",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Wild",
              "Modifiers": "filled",
              "Max length": "Long",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:46:19+00:00"
          },
          {
            "token_id": "86000248",
            "invocation": 248,
            "hash": "0x65a31776006dfe7ef38ad3f58c83dbaed22f3f4617733b3b60b92a7d10191498",
            "owner_address": "0x8b97f27090681ef6aed10de6f986e51b9eac1526",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Large",
              "Palette": "Zuurstokroze",
              "Inversed": "True",
              "Stepsize": "Large",
              "Wildness": "Wildest",
              "Modifiers": "3 tiles",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:46:39+00:00"
          },
          {
            "token_id": "86000249",
            "invocation": 249,
            "hash": "0xfe518c6fac757bd1b8213aa3cb16d2f2efe8a6add792fb3858f4a2340c7b8183",
            "owner_address": "0x3dac271d1b36a434880c527a678b6487ac9c1f8c",
            "features": {
              "View": "Quad Scene",
              "Scene": "x4",
              "Padding": "Medium",
              "Palette": "Zuurstokroze",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "multiple",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:46:39+00:00"
          },
          {
            "token_id": "86000250",
            "invocation": 250,
            "hash": "0x9cb26940d00b28e5b6cb5cd60295792a0777a9247eaa886831194f50345c510e",
            "owner_address": "0x1b052edc4df735f0a5e62c1335c94667e7fdc55e",
            "features": {
              "View": "Single Scene",
              "Scene": "10PRINT",
              "Padding": "Small",
              "Palette": "Dageraad",
              "Inversed": "False",
              "Stepsize": "Large",
              "Wildness": "Mild",
              "Modifiers": "4 tiles",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:47:13+00:00"
          },
          {
            "token_id": "86000251",
            "invocation": 251,
            "hash": "0x507f5a0822281971662046d556085f6e10c1a8f52a66a16ba5ee4ab48e6901ab",
            "owner_address": "0xf2cd7d1f9f49e472534d1d8c46b0b56f66463bf9",
            "features": {
              "View": "Single Scene",
              "Scene": "Revolver",
              "Padding": "Small",
              "Palette": "Retro",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Mild",
              "Modifiers": "4 rounds",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:47:13+00:00"
          },
          {
            "token_id": "86000252",
            "invocation": 252,
            "hash": "0x7549b95c34cde5467385c120611bef0ec548851c69b4bd1449bd8e0637eedebc",
            "owner_address": "0x4b6760682191de7e476b801b7ab42d8e8a5b041a",
            "features": {
              "View": "Single Scene",
              "Scene": "Compound",
              "Padding": "Large",
              "Palette": "Spoorwegen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wild",
              "Modifiers": "Orientation",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:47:13+00:00"
          },
          {
            "token_id": "86000253",
            "invocation": 253,
            "hash": "0xd11ab1fa215694849f54de03a67463ce8e8a197510e5831ce0ed2ea4201a3b3b",
            "owner_address": "0x6974f1d51758fc98449f18c7951f1f5bba170cbc",
            "features": {
              "View": "Single Scene",
              "Scene": "Grid Unequal Rectangles",
              "Padding": "Medium",
              "Palette": "Donderwolk",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "5 by 5, filled",
              "Max length": "Long",
              "Streamcount": "Medium",
              "Stream Shapes": "Circles"
            },
            "minted_at": "2021-06-20T19:47:17+00:00"
          },
          {
            "token_id": "86000254",
            "invocation": 254,
            "hash": "0xff18c863c4b976db61e0def1b0f8a3775b6275f058f986cefa31c31b221acdeb",
            "owner_address": "0xf8076d4534d73c2816806771a151b016c31948bc",
            "features": {
              "View": "Quad Scene",
              "Scene": "x4",
              "Padding": "Medium",
              "Palette": "Zachtgroen",
              "Inversed": "False",
              "Stepsize": "Medium",
              "Wildness": "Wildest",
              "Modifiers": "multiple",
              "Max length": "Short",
              "Streamcount": "High",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:47:53+00:00"
          },
          {
            "token_id": "86000255",
            "invocation": 255,
            "hash": "0xd253c9dc54209a3c23b351cae0b1e21d1ccfab38ce4c2ac98e4934485e0f8695",
            "owner_address": "0x161f7c6f76ce2b07c1433e52e2695d3a5c59202e",
            "features": {
              "View": "Single Scene",
              "Scene": "Bullseye",
              "Padding": "Medium",
              "Palette": "Futuristisch",
              "Inversed": "False",
              "Stepsize": "Small",
              "Wildness": "Mild",
              "Modifiers": "4 circles",
              "Max length": "Long",
              "Streamcount": "Small",
              "Stream Shapes": "Rectangles"
            },
            "minted_at": "2021-06-20T19:49:08+00:00"
          }
        ]
      }
    }
  },
  "coordinatorVisualReview": {
    "observer": "OpenAI Codex",
    "recordedAt": "2026-09-18T02:36:37.318113+00:00",
    "method": "Screenshots of four original Art Blocks renderers in Codex browser",
    "observations": [
      {
        "tokenId": "86000000",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000000",
        "observation": "Dark green ground with lighter concentric green rings and centre disc. Cream, pink and ochre ribbon-like marks sweep around and across the rings. Large arcs occupy the upper/right field, shorter isolated runs sit lower left. Several broad green rings interrupt brighter marks."
      },
      {
        "tokenId": "86000080",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
        "observation": "Sage ground, pale upper-left disc, large pale central ring and smaller lower-right ring. Coral, cream and ochre strips curve across them; strong diagonal cluster rises from lower left toward middle right. Fine grain visible throughout. Two screenshots showed no visible change; no pixel signature measured."
      },
      {
        "tokenId": "86000249",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000249",
        "observation": "Red ground divided compositionally into four groups. White pane grids upper left/lower right, broad white arcs upper right, white square grid lower left. Navy and pale blue strips bend similarly down/right in each group. No explicit border lines between quadrants."
      },
      {
        "tokenId": "86000006",
        "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000006",
        "observation": "Near-black ground with broad grey-blue diagonal bars. Chains of pink, crimson, pale and burgundy circles curve across them. Circle chains repeatedly bend and terminate in separate scalloped ends. Grey bars interrupt some chains while other chains overlay bars."
      }
    ],
    "scope": "Two observed states for #80; single state for each other token. No exact elapsed interval or pixel signature measured. No audio audition or interaction test."
  },
  "coordinatorEditionSummary": {
    "View": {
      "Single Scene": 249,
      "Split Scene": 5,
      "Quad Scene": 2
    },
    "Stream Shapes": {
      "Rectangles": 185,
      "Circles": 71
    }
  },
  "submittedFacts": [
    {
      "id": "edition-size",
      "topic": "work-context",
      "value": 256,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01"
      ],
      "status": "verified",
      "note": "Indexed invocations 256 against max_invocations 256; page states a fixed edition of 256."
    },
    {
      "id": "project-id",
      "topic": "work-context",
      "value": 86,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "On-chain project id. The AB5D atlas position for this series is also 86, which is a coincidence."
    },
    {
      "id": "script-bytes",
      "topic": "construction",
      "value": 6820,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Single script fragment."
    },
    {
      "id": "static-render",
      "topic": "examples",
      "value": "static; the animation loop is disabled in the first statement of setup",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S05"
      ],
      "status": "verified",
      "note": "Verified in the live renderer: three identical canvas signatures across eight seconds, each sampling 160000 non-transparent pixels."
    },
    {
      "id": "index-flag-wrong",
      "topic": "work-context",
      "value": "display_static is false in the index, asserting the work animates",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S05",
        "S01"
      ],
      "status": "conflicting",
      "note": "The work does not animate. The project page correctly shows no animated badge. This is the reverse of the error seen elsewhere in this batch, where animated works have no badge, which suggests flag and badge are maintained independently."
    },
    {
      "id": "scene-library",
      "topic": "construction",
      "value": "sixteen scene routines, surfaced as nineteen Scene trait names",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S04"
      ],
      "status": "verified",
      "note": "One grid routine appears three times in the selection array and covers four named grid variants, which accounts for the difference between sixteen routines and nineteen names."
    },
    {
      "id": "tenprint-reference",
      "topic": "construction",
      "value": "one scene reproduces the one-line Commodore 64 random-diagonal maze",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S04"
      ],
      "status": "verified",
      "note": "Named 10PRINT in the edition's traits. What is reused is an algorithm and a piece of computing folklore, not third-party code."
    },
    {
      "id": "palette-rule",
      "topic": "construction",
      "value": "the first two colours of the chosen palette are always ground and underlay",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S07"
      ],
      "status": "verified",
      "note": "Only the remaining colours are available to the streams, which is why every output is tonally coherent. Sixteen palettes are written into the script as literal HSB values."
    },
    {
      "id": "base-fifteen-seed",
      "topic": "construction",
      "value": "the random seed slice is parsed in base fifteen",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Direct script finding. Hexadecimal digits run to f, which has no meaning in base fifteen, so parsing stops at the first f and the seed is a truncated prefix whose length varies by token. Outputs remain deterministic. No claim is made about intent."
    },
    {
      "id": "flow-field",
      "topic": "construction",
      "value": "180 by 180 Perlin noise angle grid with hash-derived minimum and maximum angles",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S04"
      ],
      "status": "verified",
      "note": "The spread between minimum and maximum is what the Wildness trait measures. The maximum can reach twenty-two times pi."
    },
    {
      "id": "view-distribution",
      "topic": "examples",
      "value": "Single Scene 249, Split Scene 5, Quad Scene 2",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04",
        "S02"
      ],
      "status": "verified",
      "note": "The code bands producing split and quad views are 6 and 3 hash values wide out of 256, giving expected counts of about six and three. The two Quad Scene tokens are invocations 249 and 254."
    },
    {
      "id": "stream-shapes",
      "topic": "examples",
      "value": "Rectangles 185, Circles 71",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04",
        "S07"
      ],
      "status": "verified",
      "note": "Rectangles rotated to the field angle read as brushstrokes; circles read as beads on a thread."
    },
    {
      "id": "dutch-naming",
      "topic": "work-context",
      "value": "all sixteen palette names are Dutch",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04"
      ],
      "status": "verified",
      "note": "The names are not in the retrieved script, which holds unlabelled colour arrays, so they come from a trait extractor that was not located."
    },
    {
      "id": "first-token-minted",
      "topic": "mint",
      "value": "2021-06-11T13:36:00+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S03"
      ],
      "status": "verified",
      "note": "Six days before activation, consistent with a proof, and still held by the artist address. Calendar date 11 June 2021 in UTC."
    },
    {
      "id": "activated",
      "topic": "mint",
      "value": "2021-06-17T15:54:17+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Three days before the second mint, which shows activation did not open the sale."
    },
    {
      "id": "second-token-minted",
      "topic": "mint",
      "value": "2021-06-20T19:06:00+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S03"
      ],
      "status": "verified",
      "note": "start_datetime carries the same value. This timestamp is what the project page renders as 21 June 2021 in a UTC+10 browser; in UTC it is 20 June."
    },
    {
      "id": "completed",
      "topic": "mint",
      "value": "2021-06-20T19:49:08+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Calendar date 20 June 2021 in UTC."
    },
    {
      "id": "second-to-complete-interval",
      "topic": "mint",
      "value": "43 minutes 8 seconds",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "inferred",
      "note": "Arithmetic on the two indexed timestamps, covering invocations 1 through 255. Not a verified public sellout time."
    },
    {
      "id": "current-price",
      "topic": "mint",
      "value": "85000000000000000 wei (0.085 ETH)",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "reported",
      "note": "Currently configured price on a completed project. Not proof of the price paid at mint."
    },
    {
      "id": "audio",
      "topic": "examples",
      "value": "none",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S05",
        "S02"
      ],
      "status": "verified",
      "note": "No audio or video element in the rendered document and no audio in the script. Autoplay policy not engaged."
    },
    {
      "id": "interaction",
      "topic": "examples",
      "value": "none",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01"
      ],
      "status": "verified",
      "note": "The script registers no event listeners and the page documents no controls."
    },
    {
      "id": "artist-record-gap",
      "topic": "conception",
      "value": "no interview, no artist writing; the website of record is a social profile",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01",
        "S10"
      ],
      "status": "verified",
      "note": "artist_interview is null in the index, search returned nothing by the artist, and the recorded website is an Instagram profile."
    }
  ],
  "submittedExceptions": [
    {
      "id": "index-static-flag-wrong",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The index sets display_static to false for this project, asserting that it animates. The script disables the animation loop in the first statement of setup and the renderer produced three identical canvas states over eight seconds. The project page is correct and the index flag is wrong. Reported for the coordinator, who may wish to notify the platform."
    },
    {
      "id": "rights-terms-missing",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "A CC BY-NC 4.0 label is reported with link_to_license null and no terms document located. The artist website of record is a social profile, so there is no artist-controlled page to check. Must be presented as an unsupported index value unless confirmed."
    },
    {
      "id": "code-rights-unknown",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "No licence statement was located for the artist script."
    },
    {
      "id": "artist-record-gap",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "Two sentences on the mint page are the entire artist record. No interview, no essay, and the website of record is an Instagram profile serving nothing to an unauthenticated reader."
    },
    {
      "id": "trait-vocabulary-unexplained",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The sixteen Dutch palette names and the nineteen scene names come from a trait extractor not present in the retrieved script and not located. The essay uses the names without being able to attribute them."
    },
    {
      "id": "base-fifteen-seed",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The script parses a hexadecimal hash slice in base fifteen, so the random seed is truncated at the first f and its length varies by token. Reported as observed with no claim about intent. Anyone reimplementing or describing the seeding must account for it."
    },
    {
      "id": "original-price-unverified",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The 0.085 ETH figure is the currently configured project price, not a verified original mint price."
    }
  ],
  "removedSourceRecords": [
    {
      "id": "S09",
      "title": "Canonical token page checks for Stroming sampled tokens",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "author": "Art Blocks",
      "publisher": "Art Blocks",
      "publicationDate": null,
      "accessedAt": "2026-09-18",
      "accessOutcome": "inspected",
      "accessMethod": "scripted HTTP GET from the browser context on the operator device",
      "archiveUrl": null,
      "evidenceLocators": [
        "five token URLs and one collection URL, each returning status 200"
      ],
      "submittedAuthor": null,
      "submittedAccessOutcome": "HTTP 200 for token pages 86000000, 86000001, 86000010, 86000020 and 86000080, and for the collection page, observed 2026-09-18T00:31:19+00:00",
      "inspectionAttribution": "Submitted Claude research; independent coordinator verification pending."
    },
    {
      "id": "S10",
      "title": "Search for artist writing or interviews about Stroming",
      "url": "https://www.artblocks.io/user/0x5079a8ada8772f850e2eb94a7571c1a358d4cd43",
      "author": "Art Blocks",
      "publisher": "Art Blocks",
      "publicationDate": null,
      "accessedAt": "2026-09-18",
      "accessOutcome": "inspected",
      "accessMethod": "web search, results inspected by title and domain",
      "archiveUrl": null,
      "evidenceLocators": [
        "no interview, essay or development write-up by the artist about Stroming located",
        "the artist website of record is an Instagram profile, which serves nothing substantive to an unauthenticated reader"
      ],
      "submittedAuthor": null,
      "submittedAccessOutcome": "searched; results returned only platform listings, the artist's Art Blocks user page and secondary roundups. No artist-written account of this project was found.",
      "inspectionAttribution": "Submitted Claude research; independent coordinator verification pending."
    }
  ],
  "coordinatorArtistSourceReview": {
    "url": "https://www.bartsimons.com/projects/stroming/",
    "scope": "Opening description and edition/date details, numbered gallery structure",
    "outcome": "Artist page located; submitted claim of no artist website corrected."
  },
  "submittedPresentation": {
    "editionSize": 256,
    "maximumEdition": 256,
    "factsSourceIds": [
      "S02",
      "S01"
    ],
    "mintEvent": "first indexed mint",
    "mintTimestamp": "2021-06-11T13:36:00+00:00",
    "mintCalendarDateForHeader": "11 June 2021",
    "mintCalendarDateNote": "Timezone: UTC. The first indexed mint is an artist proof, still held by the artist address. Activation was 17 June 2021 UTC, and the second mint and completion both fell on 20 June 2021 UTC. The Art Blocks project page renders the second-mint timestamp in the viewer's local timezone and shows 21 June 2021 from a UTC+10 browser. Do not take the date from that page.",
    "heldArtwork": {
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "86000080",
      "edition": 80,
      "title": "Stroming #80",
      "artist": "Bart Simons",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "owner": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "ownershipObservedAt": "2026-09-17T23:24:29+00:00",
      "ownershipSource": "Art Blocks public GraphQL index, tokens_metadata filtered on the three wallet addresses currently linked to the AB5D profile",
      "mediaUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080.png",
      "mediaType": "image/png",
      "liveViewUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
      "motionObservation": "Static. The script disables the animation loop before drawing anything, and the live renderer produced three identical canvas states across eight seconds. Note that the Art Blocks index marks this project as non-static, which is wrong; do not present the work as animated. No audio, no interaction.",
      "caption": "Stroming #80, Bart Simons. Copyright status: the Art Blocks index reports a CC BY-NC 4.0 label for this project with no published terms document; artwork rights otherwise unresolved.",
      "alt": "Coral, brick red and cream streams of small tapering marks curving in overlapping arcs across a pale sage ground, over three large soft circles.",
      "copyrightLabel": "CC BY-NC 4.0 (as reported by the Art Blocks index)",
      "copyrightTermsUrl": null,
      "rightsSourceIds": [
        "S02",
        "S08"
      ],
      "displayBasis": "remote platform media; nothing redistributed in this package"
    },
    "holdingCheck": {
      "walletSetSource": "https://www.artblocks.io/profile/ab5d plus the Art Blocks GraphQL index user_profiles linked_accounts for username ab5d",
      "wallets": [
        "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1",
        "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c",
        "0xdd19308a9731cdecb67e0d80ca6823394208c045"
      ],
      "observedAt": "2026-09-17T23:24:29+00:00",
      "source": "Art Blocks public GraphQL index, tokens_metadata filtered on owner_address in the linked wallet set",
      "outcome": "holding verified current"
    },
    "requiredHeldArtworkFields": [
      "chainId",
      "contract",
      "tokenId",
      "edition",
      "title",
      "artist",
      "canonicalUrl",
      "owner",
      "ownershipObservedAt",
      "ownershipSource",
      "mediaUrl",
      "mediaType",
      "motionObservation",
      "caption",
      "alt",
      "copyrightLabel",
      "copyrightTermsUrl",
      "rightsSourceIds",
      "displayBasis"
    ],
    "remoteMediaRecommendations": [
      {
        "role": "header",
        "tokenId": "86000080",
        "mediaUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080.png",
        "mediaType": "image/png",
        "naturalSize": "2400x2400",
        "motionObservation": "static, verified in the live renderer",
        "note": "A still is the correct medium here. The work does not move. If the live renderer is embedded instead it will simply render once and sit there, which is fine but gains nothing.",
        "caption": "Stroming #80, Bart Simons. Copyright status: CC BY-NC 4.0 label reported with no published terms.",
        "alt": "Coral, brick red and cream streams of small tapering marks curving in overlapping arcs across a pale sage ground.",
        "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000080",
        "displayBasis": "remote platform media"
      },
      {
        "role": "example",
        "tokenId": "86000249",
        "mediaUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000249.png",
        "mediaType": "image/png",
        "naturalSize": "2400x2400",
        "motionObservation": "static",
        "caption": "Stroming #249, Bart Simons, one of only two Quad Scene tokens in the edition. Copyright status: CC BY-NC 4.0 label reported with no published terms.",
        "alt": "Four different geometric scenes drawn into the quadrants of a flat red square, each overlaid with navy, white and pale blue streams.",
        "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000249",
        "displayBasis": "remote platform media"
      },
      {
        "role": "example",
        "tokenId": "86000006",
        "mediaUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000006.png",
        "mediaType": "image/png",
        "naturalSize": "2400x2400",
        "motionObservation": "static",
        "caption": "Stroming #6, Bart Simons, a 10PRINT scene with circular stream marks. Copyright status: CC BY-NC 4.0 label reported with no published terms.",
        "alt": "Thick grey diagonal bars in a maze pattern on near-black, overlaid with crimson and rose streams drawn as chains of small circles.",
        "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/86000006",
        "displayBasis": "remote platform media"
      }
    ],
    "rendererNote": "Static. Use a still. The Art Blocks index marks this project as non-static, which asserts animation and is wrong; the project page correctly shows no animated badge. Do not describe this work as animated on the strength of the index flag."
  }
}
