{
  "observedAt": "2026-09-17T23:28:00+00:00",
  "observedAtNote": "All timestamps in this file are UTC with an explicit +00:00 offset. The observation window ran from 2026-09-17T23:26Z to 2026-09-18T00:10Z, 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": "primidance-by-wuwa"
  },
  "method": "HTTP POST, Content-Type application/json",
  "identityFilter": "slug equals primidance-by-wuwa, corroborated against contract_address 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 and project_id 84 in the same response",
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-84",
    "project_id": "84",
    "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "chain_id": 1,
    "slug": "primidance-by-wuwa",
    "name": "PrimiDance",
    "artist_name": "wuwa",
    "artist_address": "0xd1a8e61252db6ed86633e536be445c6f4296d875",
    "invocations": 256,
    "max_invocations": 256,
    "complete": true,
    "activated_at": "2021-06-08T14:38:25+00:00",
    "completed_at": "2021-07-16T21:19:25+00:00",
    "first_token_minted_at": "2021-06-05T06:41:58+00:00",
    "second_token_minted_at": "2021-06-13T15:00:21+00:00",
    "start_datetime": "2021-06-13T15:00:21+00:00",
    "updated_at": "2021-07-16T21:20:11.833789",
    "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": "100000000000000000",
    "currency_symbol": "ETH",
    "curation_status": "factory",
    "website": "https://wuwa.org/art",
    "artist_interview": null,
    "external_asset_dependency_count": 0,
    "script_count": 1,
    "aspect_ratio": 1,
    "display_static": false
  },
  "codeSha256": "5cfa4f55dfea88f747c6a89a6a74103f306832970f0f3fd4ab8bd4a223dfc277",
  "codeBytes": 3813,
  "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": {
    "renderer": "p5 WEBGL canvas sized to the smaller viewport dimension less 50 pixels, frame rate pinned to 30",
    "paletteTableEntries": 29,
    "drawOrder": [
      "palette",
      "background index 0 to 2",
      "wireframe flag",
      "primitive count 20 to 60",
      "orbit speed 0.01 to 0.2"
    ],
    "drawingFunctions": [
      "torus",
      "box",
      "sphere",
      "cylinder",
      "four-sided cone",
      "flattened box",
      "second smaller torus with variable subdivisions"
    ],
    "lighting": "one ambient light and four point lights at fixed positions",
    "centralElement": "a large sphere drawn at the origin on every frame",
    "counters": [
      "orbit counter, gated by the p control",
      "per-shape rotation counter, not gated by any control"
    ],
    "controls": {
      "p": "toggles the orbit counter only",
      "t": "toggles whether the background is cleared each frame",
      "r": "calls the p5 camera reset",
      "mouse": "a mouse press sets a flag that enables p5 orbit control from that point on; the mouse does nothing before the first click"
    },
    "audioReferences": 0,
    "quirks": [
      "the size draw is written with its bounds in descending order",
      "the central sphere reads the eighth entry of the size array regardless of the primitive count, which is safe only because the count is always at least twenty"
    ],
    "generatorNote": "The xorshift generator and helper methods are byte for byte identical to those in breathe-you-by-raregonzo, another project in this batch by a different artist. Consistent with a shared community template. This is an inference, not a documented relationship."
  },
  "generatorReimplementation": {
    "method": "The script's generator and its draw order were reimplemented and run against every token hash returned by the edition sweep; outputs were compared with the platform's indexed trait values.",
    "results": {
      "wireframe": "256 of 256 matched",
      "primitiveCount": "255 of 255 matched among tokens carrying traits",
      "speed": "255 of 255 matched, where the platform trait equals the ceiling of the script speed multiplied by 100",
      "background": "255 of 255 matched, including the wireframe override to the primary colour",
      "colors": "235 of 255 under a palette-distinctness rule; the rule is rejected and the derivation is left unresolved"
    },
    "paletteIndexToName": {
      "0": "Circus Time",
      "1": "Mermaid Cupcake",
      "2": "Reggae Party",
      "3": "Calm Meteor",
      "4": "Fading Garden",
      "5": "Silly Scent",
      "6": "Flamingo Festival",
      "7": "Pastel Cream",
      "8": "Alien Powder",
      "9": "Chestnut Pearl",
      "10": "Summer Night",
      "11": "Weak Coffee",
      "12": "Salmon Fiesta",
      "13": "Magic Potion",
      "14": "Atomic Sun",
      "15": "Pizza Crush",
      "16": "Winter Socks",
      "17": "Ocean Vehicle",
      "18": "Campfire Cream",
      "19": "Swiss Miss",
      "20": "Laser Dude",
      "21": "Gamma Ray",
      "22": "Glitter Shock",
      "23": "Fish Carnival",
      "24": "Berry Gala",
      "25": "Caribbean Island",
      "26": "Pool Resort",
      "27": "Light",
      "28": "Dark"
    }
  },
  "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-84000000",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-84000001",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-84000010",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-84000020",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-84000200"
    ]
  },
  "tokenObservations": [
    {
      "token_id": "84000000",
      "owner_address": "0xd1a8e61252db6ed86633e536be445c6f4296d875",
      "hash": "0xe2c45b86074897876d2cbb5057d1fda96c9a5c86aca8b53ca5cc63c3c9832edb",
      "minted_at": "2021-06-05T06:41:58+00:00"
    },
    {
      "token_id": "84000001",
      "owner_address": "0x44e9d011df8741be2493e99297e9ad67bb1aa85b",
      "hash": "0x6a9fb5b5bd0d2adbce6e51610d8d2e3d9917ea4239aea5a5a4edacd45e930bc4",
      "minted_at": "2021-06-13T15:00:21+00:00"
    },
    {
      "token_id": "84000010",
      "owner_address": "0x2c81cee7050c9d03295560851ffde123bdf9696a",
      "hash": "0x3cc056d65762e26620dbd17e86a35a6118f6f1aff1f010034e50be6293d70263",
      "minted_at": "2021-06-13T15:13:03+00:00"
    },
    {
      "token_id": "84000200",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "hash": "0x1bcf38d2d3f171027f557bc6ecea92d53cbbdb50714e88453f0647311354bfa4",
      "minted_at": "2021-07-16T19:15:38+00:00"
    }
  ],
  "editionSweep": {
    "query": "query{tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-84\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address minted_at features}}",
    "rowsReturned": 256,
    "wireframeInvocations": [
      0,
      2,
      10,
      85,
      110,
      121,
      129,
      152
    ],
    "wireframeCount": 8,
    "artistStatedIntendedCount": 5,
    "emptyTraitTokens": [
      "84000198"
    ],
    "sizeTraitDistribution": {
      "1": 20,
      "2": 26,
      "3": 22,
      "4": 25,
      "5": 27,
      "6": 27,
      "7": 31,
      "8": 21,
      "9": 36,
      "10": 20,
      "missing": 1
    }
  },
  "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/84000000",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:14.204992+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000001",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:14.837006+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000010",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:14.489398+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:14.714082+00:00"
    }
  ],
  "visualObservations": [
    {
      "tokenId": "84000000",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-17T23:32:00+00:00",
      "observation": "Wireframe. Near-black line drawing on a flat violet ground. Faceted central sphere crowded by wireframe toruses, cones, boxes and rods, several reduced to three or four segments so a torus reads as a hexagon and a cone as a flat triangle. No shading."
    },
    {
      "tokenId": "84000001",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-17T23:32:00+00:00",
      "observation": "Shaded. Warm grey central sphere on a grey mauve ground, with small orange spheres, a dark rod, a hexagonal torus and a small outlined diamond around it. Lighting reads as a soft gradient across the sphere."
    },
    {
      "tokenId": "84000010",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-17T23:32:00+00:00",
      "observation": "Wireframe on a sea green ground. Looser and more scattered than invocation 0, with several long thin rods reaching well outside the central mass."
    },
    {
      "tokenId": "84000200",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-17T23:32:00+00:00",
      "observation": "Shaded. Large sun-yellow sphere on a dark plum ground, with orange boxes, cones, rings and rods clustered around and partly behind it."
    }
  ],
  "motionObservations": [
    {
      "tokenId": "84000200",
      "rendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "observedAt": "2026-09-17T23:36:52+00:00",
      "canvas": "1224x1224",
      "reportedFrameRate": 30,
      "primitiveCountInSketch": 51,
      "indexedAmountTrait": 51,
      "animationCheck": "four canvas signatures sampled about 0.9 s apart, all different",
      "controlTests": [
        {
          "control": "p, first press",
          "observed": "orbit flag set to 0; orbit counter frozen at 709 and still 709 after a further two seconds; per-shape counter advanced from 1270 to 1330, sixty frames in two seconds; canvas signatures continued to differ",
          "conclusion": "pauses the orbit only; the per-shape rotation keeps running and no control stops the motion entirely"
        },
        {
          "control": "p, second press",
          "observed": "orbit flag returned to 1 and the orbit counter resumed advancing",
          "conclusion": "toggle works"
        },
        {
          "control": "t, first press",
          "observed": "trail flag set to 1; background no longer cleared; capture shows smeared arcs of colour off the lower right and ghosting around each shape",
          "conclusion": "trails work as documented"
        },
        {
          "control": "t, second press",
          "observed": "trail flag returned to 0 and the accumulation cleared on the following frame",
          "conclusion": "toggle works"
        },
        {
          "control": "mouse click and drag",
          "observed": "orbit control flag was 0 before the press and 1 after; camera re-framed and previously hidden shapes became visible",
          "conclusion": "works, but only after a first click; pointer movement alone does nothing"
        },
        {
          "control": "r",
          "observed": "view returned to the default framing; orbit control flag remained 1",
          "conclusion": "resets the camera but does not disable orbit control"
        }
      ],
      "audio": "no audio or video element in the document and no audio in the script; autoplay policy not engaged",
      "loop": "no end state; both counters advance indefinitely while their flags are set"
    }
  ],
  "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 84000200, invocation 200, held by 0xdd19308a9731cdecb67e0d80ca6823394208c045, verified current"
  },
  "submittedTokenObservations": [
    {
      "token_id": "84000000",
      "invocation": 0,
      "hash": "0xe2c45b86074897876d2cbb5057d1fda96c9a5c86aca8b53ca5cc63c3c9832edb",
      "minted_at": "2021-06-05T06:41:58+00:00",
      "owner_address": "0xd1a8e61252db6ed86633e536be445c6f4296d875",
      "features": {
        "Size": 8,
        "Balls": 4,
        "Boxes": 5,
        "Speed": 2,
        "Amount": 41,
        "Bagels": 4,
        "Colors": "Duotone",
        "Others": 6,
        "Sticks": 11,
        "Palette": "Magic Potion",
        "Pyramids": 4,
        "Cylinders": 7,
        "Wireframe": "Yep",
        "Background": "Primary"
      },
      "observedAt": "2026-09-17T23:46:25+00:00",
      "note": "Still held by the artist address at the time of observation."
    },
    {
      "token_id": "84000001",
      "invocation": 1,
      "hash": "0x6a9fb5b5bd0d2adbce6e51610d8d2e3d9917ea4239aea5a5a4edacd45e930bc4",
      "minted_at": "2021-06-13T15:00:21+00:00",
      "owner_address": "0x44e9d011df8741be2493e99297e9ad67bb1aa85b",
      "features": {
        "Size": 9,
        "Balls": 4,
        "Boxes": 1,
        "Speed": 7,
        "Amount": 25,
        "Bagels": 2,
        "Colors": "Tritone",
        "Others": 5,
        "Sticks": 3,
        "Palette": "Pizza Crush",
        "Pyramids": 4,
        "Cylinders": 6,
        "Wireframe": "Nope",
        "Background": "Primary"
      },
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "token_id": "84000010",
      "invocation": 10,
      "hash": "0x3cc056d65762e26620dbd17e86a35a6118f6f1aff1f010034e50be6293d70263",
      "minted_at": "2021-06-13T15:13:03+00:00",
      "owner_address": "0x2c81cee7050c9d03295560851ffde123bdf9696a",
      "features": {
        "Size": 8,
        "Balls": 2,
        "Boxes": 5,
        "Speed": 5,
        "Amount": 45,
        "Bagels": 7,
        "Colors": "Duotone",
        "Others": 7,
        "Sticks": 4,
        "Palette": "Summer Night",
        "Pyramids": 9,
        "Cylinders": 11,
        "Wireframe": "Yep",
        "Background": "Primary"
      },
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "token_id": "84000020",
      "invocation": 20,
      "hash": "0xa5ea871530ba764089bf5a9bbf6486ee87fca4f6487fc9f358d07bebfd9b8b6f",
      "minted_at": "2021-06-13T15:34:01+00:00",
      "owner_address": "0x5a57b80de5fbaa49bf30865f3113c893e1752e2a",
      "features": {
        "Size": 6,
        "Balls": 5,
        "Boxes": 6,
        "Speed": 11,
        "Amount": 39,
        "Bagels": 4,
        "Colors": "Duotone",
        "Others": 11,
        "Sticks": 5,
        "Palette": "Laser Dude",
        "Pyramids": 4,
        "Cylinders": 4,
        "Wireframe": "Nope",
        "Background": "Tertiary"
      },
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "token_id": "84000200",
      "invocation": 200,
      "hash": "0x1bcf38d2d3f171027f557bc6ecea92d53cbbdb50714e88453f0647311354bfa4",
      "minted_at": "2021-07-16T19:15:38+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "media_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200.png",
      "live_view_url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "features": {
        "Size": 9,
        "Balls": 4,
        "Boxes": 8,
        "Speed": 17,
        "Amount": 51,
        "Bagels": 7,
        "Colors": "Tritone",
        "Others": 9,
        "Sticks": 10,
        "Palette": "Atomic Sun",
        "Pyramids": 9,
        "Cylinders": 4,
        "Wireframe": "Nope",
        "Background": "Secondary"
      },
      "observedAt": "2026-09-17T23:46:25+00:00"
    }
  ],
  "independentIndexCheck": {
    "observedAt": "2026-09-18T01:43:40.758066+00:00",
    "slug": "primidance-by-wuwa",
    "project": {
      "project_id": "84",
      "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "invocations": 256,
      "max_invocations": 256,
      "license": "CC BY-NC 4.0"
    },
    "scriptSha256": "5cfa4f55dfea88f747c6a89a6a74103f306832970f0f3fd4ab8bd4a223dfc277",
    "matchesSubmittedDigest": true,
    "tokens": [
      {
        "token_id": "84000000",
        "owner_address": "0xd1a8e61252db6ed86633e536be445c6f4296d875",
        "hash": "0xe2c45b86074897876d2cbb5057d1fda96c9a5c86aca8b53ca5cc63c3c9832edb",
        "minted_at": "2021-06-05T06:41:58+00:00"
      },
      {
        "token_id": "84000001",
        "owner_address": "0x44e9d011df8741be2493e99297e9ad67bb1aa85b",
        "hash": "0x6a9fb5b5bd0d2adbce6e51610d8d2e3d9917ea4239aea5a5a4edacd45e930bc4",
        "minted_at": "2021-06-13T15:00:21+00:00"
      },
      {
        "token_id": "84000010",
        "owner_address": "0x2c81cee7050c9d03295560851ffde123bdf9696a",
        "hash": "0x3cc056d65762e26620dbd17e86a35a6118f6f1aff1f010034e50be6293d70263",
        "minted_at": "2021-06-13T15:13:03+00:00"
      },
      {
        "token_id": "84000200",
        "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
        "hash": "0x1bcf38d2d3f171027f557bc6ecea92d53cbbdb50714e88453f0647311354bfa4",
        "minted_at": "2021-07-16T19:15:38+00:00"
      }
    ]
  },
  "submittedTokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000000",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000001",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000010",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000020",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "url": "https://www.artblocks.io/collection/primidance-by-wuwa",
      "status": 200,
      "outcome": "loaded, project details panel expanded; no licence field present",
      "observedAt": "2026-09-17T23:46:25+00:00"
    },
    {
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "status": 200,
      "outcome": "renderer executed; sketch state read and all four documented controls exercised",
      "observedAt": "2026-09-17T23:36:52+00:00"
    },
    {
      "url": "https://wuwa.org/art",
      "status": 200,
      "outcome": "redirects to wuwa.notion.site; index page read",
      "observedAt": "2026-09-17T23:52:00+00:00"
    },
    {
      "url": "https://wuwa.notion.site/The-Primitive-Trilogy-1ab01565b3bf4f699c9731dc6ea36faf",
      "status": 200,
      "outcome": "Chapter I text read in full",
      "observedAt": "2026-09-17T23:55:00+00:00"
    }
  ],
  "submittedCodeFindings": {
    "renderer": "p5 WEBGL canvas sized to the smaller viewport dimension less 50 pixels, frame rate pinned to 30",
    "paletteTableEntries": 29,
    "drawOrder": [
      "palette",
      "background index 0 to 2",
      "wireframe flag",
      "primitive count 20 to 60",
      "orbit speed 0.01 to 0.2"
    ],
    "drawingFunctions": [
      "torus",
      "box",
      "sphere",
      "cylinder",
      "four-sided cone",
      "flattened box",
      "second smaller torus with variable subdivisions"
    ],
    "lighting": "one ambient light and four point lights at fixed positions",
    "centralElement": "a large sphere drawn at the origin on every frame",
    "counters": [
      "orbit counter, gated by the p control",
      "per-shape rotation counter, not gated by any control"
    ],
    "controls": {
      "p": "toggles the orbit counter only",
      "t": "toggles whether the background is cleared each frame",
      "r": "calls the p5 camera reset",
      "mouse": "a mouse press sets a flag that enables p5 orbit control from that point on; the mouse does nothing before the first click"
    },
    "audioReferences": 0,
    "quirks": [
      "the size draw is written with its bounds in descending order",
      "the central sphere reads the eighth entry of the size array regardless of the primitive count, which is safe only because the count is always at least twenty"
    ],
    "generatorNote": "The xorshift generator and helper methods are byte for byte identical to those in breathe-you-by-raregonzo, another project in this batch by a different artist. Consistent with a shared community template. This is an inference, not a documented relationship."
  },
  "coordinatorCodeReview": {
    "reviewer": "OpenAI Codex",
    "reviewedAt": "2026-09-18T02:23:42.694611+00:00",
    "method": "Complete3813-byteindexedprogramread; no runtime test yet",
    "bytes": 3813,
    "sha256": "5cfa4f55dfea88f747c6a89a6a74103f306832970f0f3fd4ab8bd4a223dfc277",
    "findings": [
      "frameRate30isrequested",
      "Seed slice includes0xand14hexcharacters",
      "No named palettes in literal colour table",
      "Wireframe selects99and100:19of1000generatorbuckets under uniform-outputassumption",
      "Descending size helper adds1beforeinterpolation; cannot assume ascendinginclusiveequivalence",
      "Local spin present in al1,al2,al5,al6,al7; absent al3and al4",
      "p toggles orbitcounter only; local counter continues",
      "Central sphere retains lastprimitive fill/stroke and radiusdepends sizes7"
    ],
    "remaining": "Artist-source body, original visual inspection, live interaction, currentownership and rights review pending."
  },
  "coordinatorRuntimeReview": {
    "observer": "OpenAI Codex",
    "recordedAt": "2026-09-18T02:24:48.380029+00:00",
    "tokenId": "84000200",
    "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
    "method": "Original renderer screenshots and keyboard/mouse actions in Codex browser",
    "visual": "Large golden central sphere on muted purple-brown square; orange cylinders and spheres, yellow polygons and dark toruses/boxes overlap and surround it. Dark shapes nearly merge with background. Later views reveal shifting occlusion.",
    "actions": [
      {
        "action": "Click artwork then p",
        "result": "Two subsequent screenshots retain broad positions while top torus and lower-right box change orientation: consistent with orbit pause while local spin continues."
      },
      {
        "action": "p then t; observe later screenshot",
        "result": "Broader swept forms accumulate around sphere, notably upper torus and left/right peripheral shapes."
      },
      {
        "action": "t then drag right/down",
        "result": "Clean surfaces return and view changes; camera contribution not isolated from ongoing orbit in this test."
      },
      {
        "action": "r",
        "result": "Scene continues in centred view. Exact reset of camera values not measured."
      }
    ],
    "audio": "Not auditioned",
    "timing": "No exact frame rate or cycle duration measured"
  },
  "coordinatorArtistSourceReview": {
    "url": "https://wuwa.notion.site/The-Primitive-Trilogy-1ab01565b3bf4f699c9731dc6ea36faf",
    "method": "Browser accessibility text",
    "scope": "Introduction and full PrimiDance chapter read, plus trilogy context. Media captions observed; embedded videos not played.",
    "findings": [
      "Artist describes Commodore64/BASICbackground and value of constraints",
      "Desired serial posterlike coherence with variation over time",
      "Added palette,size,orbit speed,then palette type and background mode; wireframe later",
      "Wireframe was intended around5outputs but artist reports8",
      "Controls framed as a tradeoff in sharing compositional authority",
      "No publication date visible in inspected text; do not call it dated without separate evidence"
    ]
  },
  "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:\"primidance-by-wuwa\"}}){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-84\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address features}}",
    "variables": {},
    "retrievedAt": "2026-09-18T02:25:07.500015+00:00",
    "response": {
      "data": {
        "user_profiles": [
          {
            "linked_accounts": [
              {
                "public_address": "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1"
              },
              {
                "public_address": "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c"
              },
              {
                "public_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
              }
            ]
          }
        ],
        "projects_metadata": [
          {
            "project_id": "84",
            "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
            "invocations": 256,
            "max_invocations": 256,
            "first_token_minted_at": "2021-06-05T06:41:58+00:00",
            "second_token_minted_at": "2021-06-13T15:00:21+00:00",
            "activated_at": "2021-06-08T14:38:25+00:00",
            "completed_at": "2021-07-16T21:19:25+00:00",
            "price_per_token_in_wei": "100000000000000000",
            "license": "CC BY-NC 4.0",
            "link_to_license": null,
            "script_type_and_version": "p5@1.0.0"
          }
        ],
        "tokens_metadata": [
          {
            "token_id": "84000000",
            "invocation": 0,
            "hash": "0xe2c45b86074897876d2cbb5057d1fda96c9a5c86aca8b53ca5cc63c3c9832edb",
            "owner_address": "0xd1a8e61252db6ed86633e536be445c6f4296d875",
            "features": {
              "Size": 8,
              "Balls": 4,
              "Boxes": 5,
              "Speed": 2,
              "Amount": 41,
              "Bagels": 4,
              "Colors": "Duotone",
              "Others": 6,
              "Sticks": 11,
              "Palette": "Magic Potion",
              "Pyramids": 4,
              "Cylinders": 7,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000001",
            "invocation": 1,
            "hash": "0x6a9fb5b5bd0d2adbce6e51610d8d2e3d9917ea4239aea5a5a4edacd45e930bc4",
            "owner_address": "0x44e9d011df8741be2493e99297e9ad67bb1aa85b",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 1,
              "Speed": 7,
              "Amount": 25,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 3,
              "Palette": "Pizza Crush",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000002",
            "invocation": 2,
            "hash": "0x8e0f876a54af0588798f85b5d35910bfe04dfe9d6afb6743e4d2cbe0c2bc0e91",
            "owner_address": "0x26d39fc7341567c8b0bb96382fc54f367f4298ea",
            "features": {
              "Size": 1,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 16,
              "Amount": 50,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 5,
              "Palette": "Circus Time",
              "Pyramids": 15,
              "Cylinders": 5,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000003",
            "invocation": 3,
            "hash": "0x088232485bc089e2711a508e6c18c6e91d8c00d7fdaae985a92688149f4a177e",
            "owner_address": "0x2674caaf7ceb4d9deeeedfda817f48c70d0b263a",
            "features": {
              "Size": 9,
              "Balls": 8,
              "Boxes": 7,
              "Speed": 5,
              "Amount": 45,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 9,
              "Palette": "Alien Powder",
              "Pyramids": 3,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000004",
            "invocation": 4,
            "hash": "0xf7e22bfe4138a22bbe4d7b323c7905031f80779eff22a7760003693918dc55d9",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 8,
              "Balls": 8,
              "Boxes": 5,
              "Speed": 20,
              "Amount": 45,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 7,
              "Palette": "Chestnut Pearl",
              "Pyramids": 4,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000005",
            "invocation": 5,
            "hash": "0x0b71bd31a43008e106b7192ba49b74a1bdce5a98f4db85e83f3e10547f2c099c",
            "owner_address": "0xed3dcc7ffd15adfcfa101347173960c6794e7c35",
            "features": {
              "Size": 6,
              "Balls": 6,
              "Boxes": 6,
              "Speed": 12,
              "Amount": 25,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Flamingo Festival",
              "Pyramids": 2,
              "Cylinders": 0,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000006",
            "invocation": 6,
            "hash": "0xe2bf72a7e4dd9226948b87d39c8d22f8cbe922304f2f70b517bb472b5d4829d5",
            "owner_address": "0xf1c54f5a9d3f2349793c4f78fec79bcda2a2c982",
            "features": {
              "Size": 6,
              "Balls": 11,
              "Boxes": 6,
              "Speed": 1,
              "Amount": 51,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 6,
              "Palette": "Winter Socks",
              "Pyramids": 7,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000007",
            "invocation": 7,
            "hash": "0xc2d1fab79f1fc60ee741e673b99881ba73a7061446bc1ef03d4d020097d847bd",
            "owner_address": "0xf7a5aa94fdd3049d1fd78b69863282c4f4ff686b",
            "features": {
              "Size": 7,
              "Balls": 2,
              "Boxes": 13,
              "Speed": 16,
              "Amount": 43,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 3,
              "Palette": "Weak Coffee",
              "Pyramids": 11,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000008",
            "invocation": 8,
            "hash": "0x6198a3d354d612a066c963ef4a55de3d99e3d4b916b7e8e568cde482e4e9c3ee",
            "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
            "features": {
              "Size": 2,
              "Balls": 6,
              "Boxes": 11,
              "Speed": 11,
              "Amount": 48,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 3,
              "Palette": "Ocean Vehicle",
              "Pyramids": 10,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000009",
            "invocation": 9,
            "hash": "0xc6c0336a9927f8f6281fc139f7d118366a82c31917fbdd5cc3395794a7136b10",
            "owner_address": "0x28ed88c5f72c4e6dfc704f4cc71a4b7756bc4dbc",
            "features": {
              "Size": 4,
              "Balls": 5,
              "Boxes": 12,
              "Speed": 5,
              "Amount": 58,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 9,
              "Palette": "Swiss Miss",
              "Pyramids": 5,
              "Cylinders": 12,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000010",
            "invocation": 10,
            "hash": "0x3cc056d65762e26620dbd17e86a35a6118f6f1aff1f010034e50be6293d70263",
            "owner_address": "0x2c81cee7050c9d03295560851ffde123bdf9696a",
            "features": {
              "Size": 8,
              "Balls": 2,
              "Boxes": 5,
              "Speed": 5,
              "Amount": 45,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Summer Night",
              "Pyramids": 9,
              "Cylinders": 11,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000011",
            "invocation": 11,
            "hash": "0xd0940cfd686f01fc1b8b9474228a02c09deee1dcabdc372f379c5da57d67cd61",
            "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
            "features": {
              "Size": 5,
              "Balls": 5,
              "Boxes": 12,
              "Speed": 9,
              "Amount": 57,
              "Bagels": 9,
              "Colors": "Duotone",
              "Others": 9,
              "Sticks": 6,
              "Palette": "Laser Dude",
              "Pyramids": 9,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000012",
            "invocation": 12,
            "hash": "0x2cf80c46359b27c3a7ac2a4b23b28bf9d7966c5e0ee5e33cf7efa1f680f1d464",
            "owner_address": "0x2c81cee7050c9d03295560851ffde123bdf9696a",
            "features": {
              "Size": 9,
              "Balls": 7,
              "Boxes": 6,
              "Speed": 5,
              "Amount": 32,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Alien Powder",
              "Pyramids": 2,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000013",
            "invocation": 13,
            "hash": "0x8efddf59d6b5f211b9e984aec3720e92161f5c6fd56b37e065376e4b3685244f",
            "owner_address": "0x54be3a794282c030b15e43ae2bb182e14c409c5e",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 15,
              "Amount": 32,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 6,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 6,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000014",
            "invocation": 14,
            "hash": "0x9e600cf1826ffef7dc0680b0ac3875d2c639157ec72e522c621fbe95e0baac2f",
            "owner_address": "0xf60f39c910d5805e316b49d7bce2ab859a3ff624",
            "features": {
              "Size": 5,
              "Balls": 8,
              "Boxes": 5,
              "Speed": 19,
              "Amount": 41,
              "Bagels": 9,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 4,
              "Palette": "Gamma Ray",
              "Pyramids": 3,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000015",
            "invocation": 15,
            "hash": "0x4ee1dacf93745b51ff19d9da0a4bcf760eefd3876cf15e6f0fb6c7a7992bec47",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 8,
              "Balls": 7,
              "Boxes": 7,
              "Speed": 11,
              "Amount": 27,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 1,
              "Sticks": 2,
              "Palette": "Gamma Ray",
              "Pyramids": 4,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000016",
            "invocation": 16,
            "hash": "0xe9319c46c0214496ff536402b66a7bf6a365a6671cedaaaaa82831169e6f6801",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 5,
              "Balls": 6,
              "Boxes": 7,
              "Speed": 11,
              "Amount": 41,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 4,
              "Palette": "Gamma Ray",
              "Pyramids": 4,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000017",
            "invocation": 17,
            "hash": "0x5426a6ffd52dec8c830c2f9590835e5bd0bc3842d2ea62305f99763e4eb3ac7c",
            "owner_address": "0x577ebc5de943e35cdf9ecb5bbe1f7d7cb6c7c647",
            "features": {
              "Size": 6,
              "Balls": 8,
              "Boxes": 8,
              "Speed": 5,
              "Amount": 49,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 10,
              "Palette": "Silly Scent",
              "Pyramids": 7,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000018",
            "invocation": 18,
            "hash": "0x6aee2ec6710b19269528f409c834cba3593b3205465e3f12dd81bca1cbfd1b97",
            "owner_address": "0xeeaf61935c0c48f8f8cc28c381683d7fa2f75e1c",
            "features": {
              "Size": 7,
              "Balls": 9,
              "Boxes": 8,
              "Speed": 19,
              "Amount": 52,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 3,
              "Palette": "Calm Meteor",
              "Pyramids": 7,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000019",
            "invocation": 19,
            "hash": "0x2f42ddd83ff20b6eedf455fa722cf5ec02b3c6abe9e3c5c12b2ae2577867d40c",
            "owner_address": "0x0799442ce0f90f8837fdeece82cd2735625b4bf9",
            "features": {
              "Size": 6,
              "Balls": 5,
              "Boxes": 2,
              "Speed": 6,
              "Amount": 30,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Alien Powder",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000020",
            "invocation": 20,
            "hash": "0xa5ea871530ba764089bf5a9bbf6486ee87fca4f6487fc9f358d07bebfd9b8b6f",
            "owner_address": "0x5a57b80de5fbaa49bf30865f3113c893e1752e2a",
            "features": {
              "Size": 6,
              "Balls": 5,
              "Boxes": 6,
              "Speed": 11,
              "Amount": 39,
              "Bagels": 4,
              "Colors": "Duotone",
              "Others": 11,
              "Sticks": 5,
              "Palette": "Laser Dude",
              "Pyramids": 4,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000021",
            "invocation": 21,
            "hash": "0x950516567b52f609416d586d64ca19f7f879c42cfebb70125ebcf9c0def4d4f7",
            "owner_address": "0xf565d79c35758c752d3debfdd380d4eb16a3c6e3",
            "features": {
              "Size": 3,
              "Balls": 7,
              "Boxes": 9,
              "Speed": 2,
              "Amount": 55,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 10,
              "Sticks": 3,
              "Palette": "Fading Garden",
              "Pyramids": 9,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000022",
            "invocation": 22,
            "hash": "0x6613fb05cbc1d929c12e754a8cf02023ee3cecc9a7b8bb3499f440d4668c1da3",
            "owner_address": "0xf969293ffb9a7a54c9e813fcae79c1de9846e2d5",
            "features": {
              "Size": 8,
              "Balls": 10,
              "Boxes": 10,
              "Speed": 8,
              "Amount": 55,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 7,
              "Palette": "Calm Meteor",
              "Pyramids": 7,
              "Cylinders": 10,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000023",
            "invocation": 23,
            "hash": "0xdb963002ae8a32a88205edb49f71379a84460aa364fbb951fdc2e0ea69b10fa9",
            "owner_address": "0xe468ce99444174bd3bbbed09209577d25d1ad673",
            "features": {
              "Size": 6,
              "Balls": 5,
              "Boxes": 6,
              "Speed": 14,
              "Amount": 35,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 7,
              "Palette": "Silly Scent",
              "Pyramids": 2,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000024",
            "invocation": 24,
            "hash": "0x7706b75011d3e321125efd319dbfe748a2e4e837b2ce1e06d0b0a674fc105950",
            "owner_address": "0x91364516d3cad16e1666261dbdbb39c881dbe9ee",
            "features": {
              "Size": 8,
              "Balls": 1,
              "Boxes": 3,
              "Speed": 4,
              "Amount": 29,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Fading Garden",
              "Pyramids": 5,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000025",
            "invocation": 25,
            "hash": "0xa726cc478e16800309091e877ed17191b99198f75af402e0db0365d9e93f44ac",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 10,
              "Balls": 10,
              "Boxes": 3,
              "Speed": 3,
              "Amount": 36,
              "Bagels": 4,
              "Colors": "Monotone",
              "Others": 5,
              "Sticks": 4,
              "Palette": "Light",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000026",
            "invocation": 26,
            "hash": "0x6030e8e114e7e7a2aad42700826f8ed7f3ccc451542ad7ab98b2cb3aa8e8de28",
            "owner_address": "0xef80395b4943e1741c92a6f2119eba58cfed889a",
            "features": {
              "Size": 4,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 13,
              "Amount": 40,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 10,
              "Palette": "Calm Meteor",
              "Pyramids": 6,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000027",
            "invocation": 27,
            "hash": "0x8a6eaa11ccc86531b45d23a98de560ac2d87f0ec43d18462ec067f07b43647ea",
            "owner_address": "0xdf617fc072215c638137b3038628b420064c06b2",
            "features": {
              "Size": 10,
              "Balls": 5,
              "Boxes": 5,
              "Speed": 6,
              "Amount": 41,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 7,
              "Palette": "Weak Coffee",
              "Pyramids": 8,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000028",
            "invocation": 28,
            "hash": "0x8512d1b49a26d016704db77742d1375d4ea487abd87c5e84d27beeeaca3c63a6",
            "owner_address": "0x9c815f1bb7ac2d54e473b58a15345c9dc2630ffa",
            "features": {
              "Size": 5,
              "Balls": 11,
              "Boxes": 3,
              "Speed": 18,
              "Amount": 46,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 8,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 6,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000029",
            "invocation": 29,
            "hash": "0x91c3ce1619e999f4f723969c9c26596ff4c4c86fa3ac91d2449880f441387ca1",
            "owner_address": "0xe436c6457debb8787e0f980a578ea7236148e13a",
            "features": {
              "Size": 5,
              "Balls": 2,
              "Boxes": 7,
              "Speed": 11,
              "Amount": 32,
              "Bagels": 4,
              "Colors": "Duotone",
              "Others": 2,
              "Sticks": 6,
              "Palette": "Gamma Ray",
              "Pyramids": 4,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000030",
            "invocation": 30,
            "hash": "0xfeaf7f7d0b794a0e3907ff8d969e4f44e061f89b35cdb392bcaf38e798fd524d",
            "owner_address": "0xf0f0682600eea116a1a15ab0e9c0311b7dbaf41a",
            "features": {
              "Size": 1,
              "Balls": 8,
              "Boxes": 3,
              "Speed": 16,
              "Amount": 43,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Reggae Party",
              "Pyramids": 7,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000031",
            "invocation": 31,
            "hash": "0x81d91cd8f122735180a718634f7328fcec1789b9e98ac95220e7fcac45e6be5e",
            "owner_address": "0x07043ced05afa4456db015fb43fb3c99e07b07d0",
            "features": {
              "Size": 7,
              "Balls": 4,
              "Boxes": 3,
              "Speed": 20,
              "Amount": 21,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 2,
              "Palette": "Caribbean Island",
              "Pyramids": 1,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000032",
            "invocation": 32,
            "hash": "0x584366c49fd604b72f09e14d835b4e318c2fe63fd9bfca021d94226df4cb6772",
            "owner_address": "0xd817c48a6a227ed9700eebcf55f14516a3cdf7bd",
            "features": {
              "Size": 8,
              "Balls": 2,
              "Boxes": 4,
              "Speed": 17,
              "Amount": 36,
              "Bagels": 11,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 3,
              "Palette": "Reggae Party",
              "Pyramids": 7,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000033",
            "invocation": 33,
            "hash": "0x663dec59e856cfb5f526ed783447505b2c1979f40b89d6b652dc7161c1caa939",
            "owner_address": "0xf0f0682600eea116a1a15ab0e9c0311b7dbaf41a",
            "features": {
              "Size": 6,
              "Balls": 3,
              "Boxes": 3,
              "Speed": 20,
              "Amount": 28,
              "Bagels": 4,
              "Colors": "Monotone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Light",
              "Pyramids": 3,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000034",
            "invocation": 34,
            "hash": "0x1c89c09030583b13e69904cddd35a26058ebb0243ab0f9b255d99c659207c973",
            "owner_address": "0xf0f0682600eea116a1a15ab0e9c0311b7dbaf41a",
            "features": {
              "Size": 1,
              "Balls": 4,
              "Boxes": 2,
              "Speed": 4,
              "Amount": 22,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 2,
              "Palette": "Fading Garden",
              "Pyramids": 2,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000035",
            "invocation": 35,
            "hash": "0x9b6892381e35c0fd3bf77ac03b561bd42e7854ea029696ff29754128df994896",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 7,
              "Balls": 5,
              "Boxes": 7,
              "Speed": 9,
              "Amount": 40,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 4,
              "Palette": "Swiss Miss",
              "Pyramids": 7,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000036",
            "invocation": 36,
            "hash": "0x7624550c61d0bf1d280ad2d12877510dd6b55afe6a0ce9776be7f07be7b6363d",
            "owner_address": "0xd641e5aa5b6f161fd4d871d10c516e991dcf435b",
            "features": {
              "Size": 3,
              "Balls": 9,
              "Boxes": 3,
              "Speed": 11,
              "Amount": 42,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 8,
              "Palette": "Circus Time",
              "Pyramids": 2,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000037",
            "invocation": 37,
            "hash": "0x5a0f48fd9986758c057928e776713bfcf83205e779fd578ce22b885e4823eaaa",
            "owner_address": "0x12c87de57144f4bac62d54ec6d630466a661360c",
            "features": {
              "Size": 9,
              "Balls": 7,
              "Boxes": 3,
              "Speed": 15,
              "Amount": 35,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 7,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 5,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000038",
            "invocation": 38,
            "hash": "0x1b815e7c7f646631d1cd98f2de45fa9765b224e8fc3414c923a301403cd395fe",
            "owner_address": "0x07043ced05afa4456db015fb43fb3c99e07b07d0",
            "features": {
              "Size": 8,
              "Balls": 3,
              "Boxes": 6,
              "Speed": 14,
              "Amount": 26,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000039",
            "invocation": 39,
            "hash": "0x229e2751642b028e9bec30bf86cc701dfa07e3a198e4fd31aa6eefc63c616dc0",
            "owner_address": "0x985f9a4c13056c1a03f2d40cd2406f66091bdf3b",
            "features": {
              "Size": 1,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 19,
              "Amount": 34,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 6,
              "Palette": "Berry Gala",
              "Pyramids": 4,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000040",
            "invocation": 40,
            "hash": "0xbe6f0588a73c3076e4e10ef2c1cd3d18cdd760be843db6232e35711e363df4fe",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 3,
              "Balls": 1,
              "Boxes": 5,
              "Speed": 3,
              "Amount": 27,
              "Bagels": 1,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 3,
              "Palette": "Ocean Vehicle",
              "Pyramids": 4,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000041",
            "invocation": 41,
            "hash": "0x8d8909585f98d2132a9e5690e37cf30bed10b6d29bbb026ac93abf37a81b2f24",
            "owner_address": "0x10cb78034a2bd29752b4bc317e2c512bd1f66fee",
            "features": {
              "Size": 3,
              "Balls": 1,
              "Boxes": 6,
              "Speed": 2,
              "Amount": 23,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 2,
              "Sticks": 4,
              "Palette": "Gamma Ray",
              "Pyramids": 4,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000042",
            "invocation": 42,
            "hash": "0x73f1b59fab7e50e8ee4d41e8f5f57024100f6a8e5e61fad14a7098b995586167",
            "owner_address": "0x3d35abff0829c1253c309dd2a967d5ca081fa678",
            "features": {
              "Size": 5,
              "Balls": 9,
              "Boxes": 4,
              "Speed": 17,
              "Amount": 49,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 6,
              "Palette": "Circus Time",
              "Pyramids": 4,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000043",
            "invocation": 43,
            "hash": "0xfdff53c6948dd6bd447d0237a645a9fac6ac993d341a4dfab64e5ae854d409ff",
            "owner_address": "0xfd04340f02398520296be10f785e6ee1f0f36b85",
            "features": {
              "Size": 3,
              "Balls": 9,
              "Boxes": 12,
              "Speed": 18,
              "Amount": 54,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 11,
              "Palette": "Caribbean Island",
              "Pyramids": 7,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000044",
            "invocation": 44,
            "hash": "0xcb7d8ab053407159b0ed04e15d1200a50c2461353119004c27504b8816aa6ff1",
            "owner_address": "0x917e1ca8c661b648edd68ede4c991b7e57b9dce5",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 8,
              "Speed": 15,
              "Amount": 47,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 6,
              "Palette": "Silly Scent",
              "Pyramids": 9,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000045",
            "invocation": 45,
            "hash": "0x2369c4d2f341f6419c9d58626e2840447a7f18cb38d7bd7cd20d55b3717e67a6",
            "owner_address": "0x024f1f8b3789bfdf9edb47f58a0d7a3afeaea804",
            "features": {
              "Size": 7,
              "Balls": 1,
              "Boxes": 1,
              "Speed": 13,
              "Amount": 20,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Pizza Crush",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000046",
            "invocation": 46,
            "hash": "0x8de1212e7458a4b0b5ef81337f9beaea015a0adb5a992e86eb0697920f3cf493",
            "owner_address": "0x22c053674671866ffd77260545b9c21522870ee3",
            "features": {
              "Size": 4,
              "Balls": 12,
              "Boxes": 8,
              "Speed": 3,
              "Amount": 56,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 9,
              "Palette": "Calm Meteor",
              "Pyramids": 2,
              "Cylinders": 13,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000047",
            "invocation": 47,
            "hash": "0xcc7d66f21d8af368435e37ed0a8875648b2630239864203524a6deaf37723ec2",
            "owner_address": "0xdae477dd79e44b6952330931b74ee59f7bd91279",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 3,
              "Speed": 8,
              "Amount": 24,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 1,
              "Sticks": 1,
              "Palette": "Gamma Ray",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000048",
            "invocation": 48,
            "hash": "0xa58ca994b52a5411cc21dba48e98eedbfb180af562fbfd75297ce01b47d094d1",
            "owner_address": "0x4d98f940bba7ee8bf44a60fedb60ee1f3364dc0d",
            "features": {
              "Size": 4,
              "Balls": 10,
              "Boxes": 10,
              "Speed": 12,
              "Amount": 38,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 3,
              "Palette": "Caribbean Island",
              "Pyramids": 3,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000049",
            "invocation": 49,
            "hash": "0x73377820111097d30b640eba5611d7ea4a59e76c1455258e3c8ed27faf8610a8",
            "owner_address": "0x8e101059bd832496fc443d47ca2b6d0767b288df",
            "features": {
              "Size": 4,
              "Balls": 7,
              "Boxes": 7,
              "Speed": 2,
              "Amount": 58,
              "Bagels": 11,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 5,
              "Palette": "Salmon Fiesta",
              "Pyramids": 12,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000050",
            "invocation": 50,
            "hash": "0xdfb9ad6355bb2d3bd1497daaabac14804d759bad9d67a64cc7d624e48b051aea",
            "owner_address": "0x8e101059bd832496fc443d47ca2b6d0767b288df",
            "features": {
              "Size": 7,
              "Balls": 6,
              "Boxes": 7,
              "Speed": 9,
              "Amount": 29,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 3,
              "Palette": "Pool Resort",
              "Pyramids": 2,
              "Cylinders": 0,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000051",
            "invocation": 51,
            "hash": "0xbd454c763768bdfc3f095d2fe5449c8aebb80193dab1a294b47c52fdf67c053f",
            "owner_address": "0xe35abb9addbd22b9c2bc996575d58b03bdbfec61",
            "features": {
              "Size": 7,
              "Balls": 7,
              "Boxes": 4,
              "Speed": 16,
              "Amount": 45,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 11,
              "Palette": "Summer Night",
              "Pyramids": 10,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000052",
            "invocation": 52,
            "hash": "0x2fd93ad8a38591c840e94f555a2fed569043a01f0c322cc51c78151a710b5998",
            "owner_address": "0x19c4e146fc46ee1e771534811bcc9be6e86fc4d1",
            "features": {
              "Size": 9,
              "Balls": 6,
              "Boxes": 7,
              "Speed": 11,
              "Amount": 53,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 8,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 12,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000053",
            "invocation": 53,
            "hash": "0x2af22a779e4bd1c60e5d95266de9ab6d52b7576ccf460db1d9b18f586487a80a",
            "owner_address": "0xc01c78fd32403b22c89dc1eeca293d6a500403bc",
            "features": {
              "Size": 7,
              "Balls": 3,
              "Boxes": 3,
              "Speed": 17,
              "Amount": 24,
              "Bagels": 0,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Swiss Miss",
              "Pyramids": 7,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000054",
            "invocation": 54,
            "hash": "0x68230d5e87e3a4aeed9d7ffc8028cdf08953e36eee6506a66d8a7625c1afebf9",
            "owner_address": "0xcd685e5bb90606594b6b7ef48a6bcb4c6011a35d",
            "features": {
              "Size": 3,
              "Balls": 10,
              "Boxes": 9,
              "Speed": 2,
              "Amount": 58,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 8,
              "Palette": "Pizza Crush",
              "Pyramids": 10,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000055",
            "invocation": 55,
            "hash": "0x738a6d913cd63b4d8343a7f3d8248db0a812d631458b7b5a52d4c2c9b5cef2bb",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "Size": 5,
              "Balls": 4,
              "Boxes": 11,
              "Speed": 3,
              "Amount": 53,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 7,
              "Palette": "Circus Time",
              "Pyramids": 10,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000056",
            "invocation": 56,
            "hash": "0x418b7d48a6151f80ccac4d151f81e8ec0ec91d33b0646f168d8afdf9037b9504",
            "owner_address": "0xb3f3658bf332ba6c9c0cc5bc1201caba7ada819b",
            "features": {
              "Size": 4,
              "Balls": 12,
              "Boxes": 7,
              "Speed": 12,
              "Amount": 57,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 5,
              "Palette": "Chestnut Pearl",
              "Pyramids": 6,
              "Cylinders": 13,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000057",
            "invocation": 57,
            "hash": "0x014e1b1d1584f0d299758d015d9e76ffe7c96928adf2828e383a21c5f7d2b378",
            "owner_address": "0x139a0975ea36cec4c59447002a875749ac9c460f",
            "features": {
              "Size": 2,
              "Balls": 10,
              "Boxes": 11,
              "Speed": 14,
              "Amount": 44,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 3,
              "Palette": "Magic Potion",
              "Pyramids": 8,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000058",
            "invocation": 58,
            "hash": "0x3076aecb6d16a2efdc8727123c32bc1130a517c6b36aff092716b7dfdebb950e",
            "owner_address": "0xe2fe4b65d8f4f283ab9b930e7849beb3bd1570ce",
            "features": {
              "Size": 10,
              "Balls": 7,
              "Boxes": 6,
              "Speed": 7,
              "Amount": 32,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 7,
              "Palette": "Caribbean Island",
              "Pyramids": 4,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000059",
            "invocation": 59,
            "hash": "0x850fdefbb96ad4d1db48bca13b3280d8ce69fec6df6bedf79d1bcda1cfe2d2ba",
            "owner_address": "0xe381d26fb80984db94f8632141bfb0a9fa4df612",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 1,
              "Speed": 3,
              "Amount": 29,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 8,
              "Palette": "Swiss Miss",
              "Pyramids": 2,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000060",
            "invocation": 60,
            "hash": "0xd3ebd46c0399505209e1333dd47e44487192d251018ac05c941913063cff392f",
            "owner_address": "0x1be93794a0db6a4d9c3b2ab1a4d125bfdeb6387e",
            "features": {
              "Size": 9,
              "Balls": 9,
              "Boxes": 3,
              "Speed": 14,
              "Amount": 46,
              "Bagels": 4,
              "Colors": "Duotone",
              "Others": 9,
              "Sticks": 7,
              "Palette": "Glitter Shock",
              "Pyramids": 8,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000061",
            "invocation": 61,
            "hash": "0x43bdbb1a1e165ce9079269cb543c38b80f2de500b3af22f36695208555e71555",
            "owner_address": "0xae7d1fd27c8468a5ef0bfe187c8ee9450ed14949",
            "features": {
              "Size": 6,
              "Balls": 2,
              "Boxes": 5,
              "Speed": 20,
              "Amount": 25,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 5,
              "Palette": "Campfire Cream",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000062",
            "invocation": 62,
            "hash": "0xc02f8d8a3ceaacb0d89daa6bae524e222fae12df69f31a49e054960a98c4a1d2",
            "owner_address": "0xcd1ab00b993789e9e5fdcc7a6fb81f0c26e43c1f",
            "features": {
              "Size": 10,
              "Balls": 9,
              "Boxes": 6,
              "Speed": 13,
              "Amount": 59,
              "Bagels": 10,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 9,
              "Palette": "Glitter Shock",
              "Pyramids": 8,
              "Cylinders": 10,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000063",
            "invocation": 63,
            "hash": "0xf95e29bbc5b0e44927bec9255a1e5967725977b600c11479b487e5bb0ca6461c",
            "owner_address": "0xd9d23db5632262033ad9f73ac8fbba8d76d00188",
            "features": {
              "Size": 1,
              "Balls": 4,
              "Boxes": 6,
              "Speed": 18,
              "Amount": 24,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 0,
              "Sticks": 5,
              "Palette": "Pastel Cream",
              "Pyramids": 3,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000064",
            "invocation": 64,
            "hash": "0x824ef6900d5089aa2d47bdd68c212a20adad80bc551a2c8fe23cd1a58b0491d1",
            "owner_address": "0x7ff17fa91fb9272c8a293d9668dea218844bf316",
            "features": {
              "Size": 6,
              "Balls": 7,
              "Boxes": 6,
              "Speed": 6,
              "Amount": 47,
              "Bagels": 6,
              "Colors": "Duotone",
              "Others": 5,
              "Sticks": 9,
              "Palette": "Berry Gala",
              "Pyramids": 9,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000065",
            "invocation": 65,
            "hash": "0x81fa3480bc5792952d87593eb94bf8398588ff5a563dc10c2f9b2a0454e7972c",
            "owner_address": "0x25de6ee9bb67dca9654259843682be875ab85b5f",
            "features": {
              "Size": 2,
              "Balls": 5,
              "Boxes": 6,
              "Speed": 15,
              "Amount": 33,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Chestnut Pearl",
              "Pyramids": 1,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000066",
            "invocation": 66,
            "hash": "0x9a3880c740e51b2ddfc167cf1d16f8daa031705095852c1ee2a7fd792902ffd6",
            "owner_address": "0x25c13c0f5c957a7c50966de8141b4cd86627dd39",
            "features": {
              "Size": 6,
              "Balls": 10,
              "Boxes": 9,
              "Speed": 8,
              "Amount": 58,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 11,
              "Palette": "Atomic Sun",
              "Pyramids": 5,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000067",
            "invocation": 67,
            "hash": "0xacef55104d99ec187f19622a9d1f8ed847166fc992aa91166842295242548450",
            "owner_address": "0xef80395b4943e1741c92a6f2119eba58cfed889a",
            "features": {
              "Size": 9,
              "Balls": 1,
              "Boxes": 6,
              "Speed": 17,
              "Amount": 25,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Winter Socks",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000068",
            "invocation": 68,
            "hash": "0xe00074e8158942e7c1ea99e51274fdfdf74251ed1944335aff9565f64b9062de",
            "owner_address": "0xfe3b2e62cea1adfea26024c100c482f682749ba9",
            "features": {
              "Size": 10,
              "Balls": 7,
              "Boxes": 2,
              "Speed": 13,
              "Amount": 37,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Summer Night",
              "Pyramids": 5,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000069",
            "invocation": 69,
            "hash": "0x218f67e583188997bb9e82b76ebc0333828e5f3f6de7c6e045093128a9553996",
            "owner_address": "0x0775ea2a88db33038c4069e41dda8d963b64c2a8",
            "features": {
              "Size": 7,
              "Balls": 8,
              "Boxes": 4,
              "Speed": 2,
              "Amount": 49,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 2,
              "Sticks": 10,
              "Palette": "Glitter Shock",
              "Pyramids": 10,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000070",
            "invocation": 70,
            "hash": "0xd5973bda59dc93f9c4f5f28c2afc056190e5491e20c1eb0f2d60d2099db08018",
            "owner_address": "0x3a5055af0724a4b33fbdf09268b84877726b2560",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 12,
              "Amount": 26,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Reggae Party",
              "Pyramids": 4,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000071",
            "invocation": 71,
            "hash": "0x7e2ad8a52bf53b148eb09d0a061b6136b37f097d105a985528a95b3d1b1a2be7",
            "owner_address": "0xa0393a76b132526a70450273cafeceb45eea6dee",
            "features": {
              "Size": 2,
              "Balls": 7,
              "Boxes": 7,
              "Speed": 14,
              "Amount": 60,
              "Bagels": 6,
              "Colors": "Duotone",
              "Others": 8,
              "Sticks": 9,
              "Palette": "Fish Carnival",
              "Pyramids": 5,
              "Cylinders": 18,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000072",
            "invocation": 72,
            "hash": "0xed57c950c632c15b7d298cefa82aafccb5422a7e164aee183e6df38c49e26832",
            "owner_address": "0xef87243fe29c2453f87549e02982108a3b832952",
            "features": {
              "Size": 4,
              "Balls": 2,
              "Boxes": 8,
              "Speed": 7,
              "Amount": 48,
              "Bagels": 11,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 9,
              "Palette": "Ocean Vehicle",
              "Pyramids": 2,
              "Cylinders": 10,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000073",
            "invocation": 73,
            "hash": "0xd5f42c92ed2d8f15eb98a2c027149127b49b597b6abb739118367786aba571f3",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 3,
              "Balls": 2,
              "Boxes": 2,
              "Speed": 17,
              "Amount": 20,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 1,
              "Sticks": 6,
              "Palette": "Laser Dude",
              "Pyramids": 1,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000074",
            "invocation": 74,
            "hash": "0x6735726b04b211a0f03dd9da50efeeb87960266b37464e37a6b5e17da41b9da5",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 6,
              "Balls": 5,
              "Boxes": 2,
              "Speed": 14,
              "Amount": 26,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 3,
              "Palette": "Winter Socks",
              "Pyramids": 2,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000075",
            "invocation": 75,
            "hash": "0xa4ec6b9c0a1e30e3fa49262eb69a2847f5984c743b602c098079b3a9eabf5105",
            "owner_address": "0xf61a2d94436451ffd96809fdba924bbe9c768359",
            "features": {
              "Size": 2,
              "Balls": 10,
              "Boxes": 5,
              "Speed": 17,
              "Amount": 44,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 1,
              "Sticks": 11,
              "Palette": "Magic Potion",
              "Pyramids": 4,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000076",
            "invocation": 76,
            "hash": "0x7754ade5e3f6ebd161c72c4865a938970ca45cf1f8603697c638227abb0d0a95",
            "owner_address": "0x0bc95f14395270a3c236ca1e15d77fb77b66c0a1",
            "features": {
              "Size": 2,
              "Balls": 10,
              "Boxes": 2,
              "Speed": 16,
              "Amount": 28,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 4,
              "Palette": "Magic Potion",
              "Pyramids": 4,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000077",
            "invocation": 77,
            "hash": "0xa0a846be25ddda93b51d8e5137c2145159c4449506a9f3699daf40f4df5a41bf",
            "owner_address": "0xbde2822659845be354783ab838d5a30b2d7021d4",
            "features": {
              "Size": 6,
              "Balls": 7,
              "Boxes": 11,
              "Speed": 14,
              "Amount": 55,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 9,
              "Palette": "Calm Meteor",
              "Pyramids": 5,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000078",
            "invocation": 78,
            "hash": "0x0eeba7ab83870165de9f02d0ed2507cb773cdf0732eba134d135b6dfa03d6cad",
            "owner_address": "0x6fad91115dc942e27a2325bad5e03c3bf2bce5fb",
            "features": {
              "Size": 5,
              "Balls": 7,
              "Boxes": 4,
              "Speed": 13,
              "Amount": 27,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 2,
              "Palette": "Fading Garden",
              "Pyramids": 2,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000079",
            "invocation": 79,
            "hash": "0xc4cf80709e6439c2cb32caae660b70ff6b4fe774dfbefbfc95835aee7bf085b0",
            "owner_address": "0x2ee4c45af89774c76a8a73178c281089a8771a00",
            "features": {
              "Size": 7,
              "Balls": 5,
              "Boxes": 9,
              "Speed": 13,
              "Amount": 50,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 7,
              "Palette": "Winter Socks",
              "Pyramids": 13,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000080",
            "invocation": 80,
            "hash": "0x3f4204ae29776a195ef2566a08a5665538079fe7d06d300047a826decb264ce2",
            "owner_address": "0x2a3e588a246b8c20c8ca018c7b28f47ef77113e3",
            "features": {
              "Size": 7,
              "Balls": 8,
              "Boxes": 9,
              "Speed": 17,
              "Amount": 41,
              "Bagels": 2,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 3,
              "Palette": "Berry Gala",
              "Pyramids": 7,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000081",
            "invocation": 81,
            "hash": "0x936c40eb7a53207051860278e91269d963d813bf1386c889029bc61fdf5086b2",
            "owner_address": "0xf0f0682600eea116a1a15ab0e9c0311b7dbaf41a",
            "features": {
              "Size": 8,
              "Balls": 7,
              "Boxes": 5,
              "Speed": 9,
              "Amount": 48,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 5,
              "Palette": "Calm Meteor",
              "Pyramids": 5,
              "Cylinders": 11,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000082",
            "invocation": 82,
            "hash": "0x9b01a2b4aa6822b69179b64ca2edcc4052f32d9fc8276c6d562d656fc482a683",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 2,
              "Balls": 3,
              "Boxes": 2,
              "Speed": 13,
              "Amount": 23,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 1,
              "Palette": "Winter Socks",
              "Pyramids": 6,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000083",
            "invocation": 83,
            "hash": "0x98ab4c8c3d5bbae6f576cb8434a0221937d1d4030b3b505cac9b4fcd2fbe2f5d",
            "owner_address": "0xa6b0ada74ada37f4151e548c79099816af065636",
            "features": {
              "Size": 5,
              "Balls": 6,
              "Boxes": 3,
              "Speed": 20,
              "Amount": 31,
              "Bagels": 2,
              "Colors": "Duotone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Fish Carnival",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000084",
            "invocation": 84,
            "hash": "0x1474cda24c2dcb80342419dd9b4050a37baffa1ff05647cce8551e81f94632ea",
            "owner_address": "0xf969293ffb9a7a54c9e813fcae79c1de9846e2d5",
            "features": {
              "Size": 7,
              "Balls": 8,
              "Boxes": 7,
              "Speed": 6,
              "Amount": 55,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 11,
              "Sticks": 8,
              "Palette": "Calm Meteor",
              "Pyramids": 7,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000085",
            "invocation": 85,
            "hash": "0x263b7e8c3010968951a75755408a40640f2dcef42f7308b3ada0ebd7e2fc3251",
            "owner_address": "0x6b6ae848f555f70944bc99d736fe29fcaecf8b23",
            "features": {
              "Size": 1,
              "Balls": 3,
              "Boxes": 4,
              "Speed": 13,
              "Amount": 20,
              "Bagels": 2,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 4,
              "Palette": "Alien Powder",
              "Pyramids": 2,
              "Cylinders": 1,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000086",
            "invocation": 86,
            "hash": "0x8640aac90abfbe4787c3b1aee085f1589523a2605bd59908633811461623b716",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "Size": 3,
              "Balls": 4,
              "Boxes": 8,
              "Speed": 14,
              "Amount": 38,
              "Bagels": 6,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Laser Dude",
              "Pyramids": 3,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000087",
            "invocation": 87,
            "hash": "0xb97a26f762115185a3e085d6c59f32c6cbd77008e2838d975d42a45c71bc3f1c",
            "owner_address": "0x85b882ef0e9d246dab6135666ec1e68033b18ab3",
            "features": {
              "Size": 3,
              "Balls": 1,
              "Boxes": 7,
              "Speed": 13,
              "Amount": 32,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 5,
              "Palette": "Alien Powder",
              "Pyramids": 4,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000088",
            "invocation": 88,
            "hash": "0xc801ce49a2ae15ee3535a32c661e7a29c4ab390cc9888b24a05c8942786cfe76",
            "owner_address": "0x4b68ebd824a228721c2ce86c9826a4e03306bf7d",
            "features": {
              "Size": 4,
              "Balls": 2,
              "Boxes": 1,
              "Speed": 11,
              "Amount": 22,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 4,
              "Palette": "Summer Night",
              "Pyramids": 3,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000089",
            "invocation": 89,
            "hash": "0x5dd0c1d635fbdbbef780565fa07318ee05adf83ebe639c65615a1cedb6a53ab8",
            "owner_address": "0x0503ed50534614193fcd085c5de01728a4824822",
            "features": {
              "Size": 6,
              "Balls": 12,
              "Boxes": 10,
              "Speed": 19,
              "Amount": 59,
              "Bagels": 11,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 7,
              "Palette": "Fading Garden",
              "Pyramids": 10,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000090",
            "invocation": 90,
            "hash": "0x81f8998010de837f3a7fd6ca8990bde52c0ca25993b94f3d1161597c80bca9cf",
            "owner_address": "0x9716681214aea16d140a0c2d37fd2b9ce64a730b",
            "features": {
              "Size": 5,
              "Balls": 9,
              "Boxes": 9,
              "Speed": 8,
              "Amount": 52,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 7,
              "Palette": "Silly Scent",
              "Pyramids": 11,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000091",
            "invocation": 91,
            "hash": "0x8b7fb0a104d04c5a8261fd94da50d00806522925c6fac13460321bcaef9cef06",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 10,
              "Balls": 8,
              "Boxes": 11,
              "Speed": 7,
              "Amount": 59,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 6,
              "Palette": "Silly Scent",
              "Pyramids": 7,
              "Cylinders": 12,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000092",
            "invocation": 92,
            "hash": "0x0c30055ba858ad90392db2f2a3d2c8ed7530d7967a0cd6a59d6a4d58f6587c34",
            "owner_address": "0xed75f908ac11f3251c848c4ba6a2455a3f8289bb",
            "features": {
              "Size": 4,
              "Balls": 4,
              "Boxes": 6,
              "Speed": 5,
              "Amount": 35,
              "Bagels": 3,
              "Colors": "Monotone",
              "Others": 4,
              "Sticks": 9,
              "Palette": "Light",
              "Pyramids": 6,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000093",
            "invocation": 93,
            "hash": "0xb29b6ca22f6e50b3aed29c9d1de624200f56eba2ef875e0087eea1271073dcf4",
            "owner_address": "0x6b3d0ac947f60e2f7a4e93d52cef06e0dedf685f",
            "features": {
              "Size": 4,
              "Balls": 5,
              "Boxes": 5,
              "Speed": 18,
              "Amount": 42,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 9,
              "Palette": "Swiss Miss",
              "Pyramids": 2,
              "Cylinders": 10,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000094",
            "invocation": 94,
            "hash": "0xdd9cc0e374dccab51c39db68ec96ffbca3b5be56fe21844a254e136231223998",
            "owner_address": "0x139a0975ea36cec4c59447002a875749ac9c460f",
            "features": {
              "Size": 2,
              "Balls": 9,
              "Boxes": 10,
              "Speed": 18,
              "Amount": 49,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 8,
              "Palette": "Winter Socks",
              "Pyramids": 8,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000095",
            "invocation": 95,
            "hash": "0x37bc4364a4e13cd5cc00c81a4c5053c2b2ea1cc970c9cc68f1e64f13bf531515",
            "owner_address": "0x1229b3fb8b990de86d8c13d513143e129e8205a6",
            "features": {
              "Size": 7,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 13,
              "Amount": 30,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 3,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000096",
            "invocation": 96,
            "hash": "0x82519f529e5d5134b538b9ca2341276236aff718f2ae8ab7721f58ffcbd3a3b0",
            "owner_address": "0x44e9d011df8741be2493e99297e9ad67bb1aa85b",
            "features": {
              "Size": 5,
              "Balls": 10,
              "Boxes": 7,
              "Speed": 11,
              "Amount": 45,
              "Bagels": 6,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Gamma Ray",
              "Pyramids": 7,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000097",
            "invocation": 97,
            "hash": "0xfc641339ded148c784b20f959524535050466c3bf3242f97681f3d394f993b29",
            "owner_address": "0x000000feee8780d16539eb78ad2f2702e8c3c844",
            "features": {
              "Size": 10,
              "Balls": 4,
              "Boxes": 3,
              "Speed": 20,
              "Amount": 35,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 9,
              "Palette": "Pool Resort",
              "Pyramids": 2,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000098",
            "invocation": 98,
            "hash": "0xf0dd3a65c78edfbe4e93da689b3dc4f97bfa744c1794e6bb250b0166e8915ca4",
            "owner_address": "0x9c815f1bb7ac2d54e473b58a15345c9dc2630ffa",
            "features": {
              "Size": 9,
              "Balls": 7,
              "Boxes": 12,
              "Speed": 10,
              "Amount": 56,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 12,
              "Palette": "Magic Potion",
              "Pyramids": 8,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000099",
            "invocation": 99,
            "hash": "0xd907d4af5b21da2b7da63154713383cd87f5a5dd753de271f5e6b3b14095a4c3",
            "owner_address": "0x65ba4f92d7dfa813ddbd849d9faf38a723dd9b12",
            "features": {
              "Size": 8,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 14,
              "Amount": 38,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 6,
              "Palette": "Flamingo Festival",
              "Pyramids": 9,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000100",
            "invocation": 100,
            "hash": "0x618f1e8691b80e7982324375b3fc7397a7a30da6f4500840806b6602f3fc0587",
            "owner_address": "0xd5daa93792adbca4f21db615f81374c52e12eb5c",
            "features": {
              "Size": 10,
              "Balls": 5,
              "Boxes": 7,
              "Speed": 16,
              "Amount": 28,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 2,
              "Palette": "Silly Scent",
              "Pyramids": 1,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000101",
            "invocation": 101,
            "hash": "0x10c5ccf086e8cdadbfaebff2bdeaa7f7509ecfc2508cf89b253d5b184540b459",
            "owner_address": "0x14210914d6a65fa2c7747579a7aa287b027fd092",
            "features": {
              "Size": 10,
              "Balls": 5,
              "Boxes": 10,
              "Speed": 5,
              "Amount": 55,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 7,
              "Palette": "Magic Potion",
              "Pyramids": 12,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000102",
            "invocation": 102,
            "hash": "0x5bae822d92e9a8993854596cfc639d26dc7dd186fe4eb25f32a96e393bef0900",
            "owner_address": "0xd641e5aa5b6f161fd4d871d10c516e991dcf435b",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 2,
              "Speed": 13,
              "Amount": 22,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Pizza Crush",
              "Pyramids": 3,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000103",
            "invocation": 103,
            "hash": "0x9397e9b2c24eaf0fdf85c308a2c0767e693102b82d2acaea27f8e0aaf69c2ce4",
            "owner_address": "0xca11d10ceb098f597a0cab28117fc3465991a63c",
            "features": {
              "Size": 7,
              "Balls": 9,
              "Boxes": 5,
              "Speed": 9,
              "Amount": 60,
              "Bagels": 11,
              "Colors": "Duotone",
              "Others": 5,
              "Sticks": 11,
              "Palette": "Laser Dude",
              "Pyramids": 11,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000104",
            "invocation": 104,
            "hash": "0xe10bca8f4a473ce6fdca67b88f32aa2e8422508a77c6fefefbd138cd02501c69",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 7,
              "Balls": 9,
              "Boxes": 11,
              "Speed": 14,
              "Amount": 53,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 8,
              "Palette": "Caribbean Island",
              "Pyramids": 7,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000105",
            "invocation": 105,
            "hash": "0x1c1af4f60456adb84efdf5f1ba7370198581e224914b3ab85248e73068178362",
            "owner_address": "0xbb78a151673fac1a0a2162abc7bee3a39b3767b5",
            "features": {
              "Size": 3,
              "Balls": 2,
              "Boxes": 5,
              "Speed": 15,
              "Amount": 26,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 5,
              "Palette": "Pool Resort",
              "Pyramids": 5,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000106",
            "invocation": 106,
            "hash": "0x1b514ce1ab184b16b3f1587b4e68032eedba6caa637047915635686b7e74f230",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 1,
              "Balls": 3,
              "Boxes": 5,
              "Speed": 19,
              "Amount": 34,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 4,
              "Palette": "Calm Meteor",
              "Pyramids": 5,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000107",
            "invocation": 107,
            "hash": "0x437bb7020daf4c653b5fc277e99e41dfc0eab6b50c1a85127f5a91b4063ed7a8",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 2,
              "Balls": 6,
              "Boxes": 5,
              "Speed": 16,
              "Amount": 35,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Fish Carnival",
              "Pyramids": 4,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000108",
            "invocation": 108,
            "hash": "0x00c8fa59edcfcc11984513d67d8a639fce982f1d85b3a8a2896c0665a5f41f94",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 6,
              "Balls": 9,
              "Boxes": 5,
              "Speed": 8,
              "Amount": 40,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 8,
              "Palette": "Swiss Miss",
              "Pyramids": 3,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000109",
            "invocation": 109,
            "hash": "0x0bb991aa8583dff8e16d1def308d8872f67672ec38a316aacd9a5b75a7cdb94e",
            "owner_address": "0x99f900f51808972921c0749efa3cb343847572a6",
            "features": {
              "Size": 3,
              "Balls": 7,
              "Boxes": 1,
              "Speed": 15,
              "Amount": 20,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 1,
              "Sticks": 2,
              "Palette": "Circus Time",
              "Pyramids": 4,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000110",
            "invocation": 110,
            "hash": "0x151794ba917eb450e5eed8a8065831395e6c38879bafd00846d09335a4233139",
            "owner_address": "0x99f900f51808972921c0749efa3cb343847572a6",
            "features": {
              "Size": 10,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 2,
              "Amount": 32,
              "Bagels": 4,
              "Colors": "Duotone",
              "Others": 3,
              "Sticks": 4,
              "Palette": "Berry Gala",
              "Pyramids": 9,
              "Cylinders": 4,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000111",
            "invocation": 111,
            "hash": "0xb6492de9c666ad2b83d33a9daf46df55f03bef2ac113ef4f4879182802bb07d3",
            "owner_address": "0xd641e5aa5b6f161fd4d871d10c516e991dcf435b",
            "features": {
              "Size": 2,
              "Balls": 6,
              "Boxes": 4,
              "Speed": 14,
              "Amount": 34,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 5,
              "Sticks": 3,
              "Palette": "Glitter Shock",
              "Pyramids": 3,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000112",
            "invocation": 112,
            "hash": "0x4a7dae87fc573814d1d51648ac7c88a3b6ed1f6ee5d6b74ccbbd923e278a5e77",
            "owner_address": "0x41583c6630442d3b6785000a73d63169d09e5d64",
            "features": {
              "Size": 4,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 2,
              "Amount": 27,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 2,
              "Sticks": 3,
              "Palette": "Gamma Ray",
              "Pyramids": 5,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000113",
            "invocation": 113,
            "hash": "0xfae663c591320e043c0a89f230f975bcf5138b71fc06112d49ff6ddb7406fc96",
            "owner_address": "0x012345e6fa44eed2df2443c739e65165861e0842",
            "features": {
              "Size": 9,
              "Balls": 1,
              "Boxes": 4,
              "Speed": 3,
              "Amount": 29,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 1,
              "Palette": "Salmon Fiesta",
              "Pyramids": 6,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000114",
            "invocation": 114,
            "hash": "0xd27b8832bfcf56839d0fbf1c982afd61599a2f2250ee71435e1274acf33a27a3",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 5,
              "Balls": 3,
              "Boxes": 3,
              "Speed": 8,
              "Amount": 29,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 4,
              "Palette": "Flamingo Festival",
              "Pyramids": 6,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000115",
            "invocation": 115,
            "hash": "0xf448633c5e4af7acc1ae53f4ddef92919ab18c88be6fd73c0b340744a8037f31",
            "owner_address": "0xb3f3658bf332ba6c9c0cc5bc1201caba7ada819b",
            "features": {
              "Size": 6,
              "Balls": 5,
              "Boxes": 2,
              "Speed": 3,
              "Amount": 35,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 5,
              "Palette": "Fish Carnival",
              "Pyramids": 4,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000116",
            "invocation": 116,
            "hash": "0x3e6f25767956742291929397e8a0d4ddc8910892a3f77ce0a4956216b51523a4",
            "owner_address": "0x626c392058d808d15bdd2c65392424c278700283",
            "features": {
              "Size": 6,
              "Balls": 0,
              "Boxes": 7,
              "Speed": 10,
              "Amount": 24,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 6,
              "Palette": "Reggae Party",
              "Pyramids": 2,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000117",
            "invocation": 117,
            "hash": "0x6bb37e8e019594f98d33bfa1cedb72cef37eb837b126268b5968a820faed3deb",
            "owner_address": "0xdf617fc072215c638137b3038628b420064c06b2",
            "features": {
              "Size": 8,
              "Balls": 5,
              "Boxes": 8,
              "Speed": 17,
              "Amount": 46,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 4,
              "Palette": "Pool Resort",
              "Pyramids": 5,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000118",
            "invocation": 118,
            "hash": "0xf99e94b19786f7c58220c7d9770c00c6400177f266a4c76f750b434eac0261d4",
            "owner_address": "0xb7d0e0100f3fb7f82100d50b2267432e4d85d66c",
            "features": {
              "Size": 5,
              "Balls": 10,
              "Boxes": 7,
              "Speed": 8,
              "Amount": 49,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 10,
              "Sticks": 5,
              "Palette": "Caribbean Island",
              "Pyramids": 6,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000119",
            "invocation": 119,
            "hash": "0xb757208c90236f30c2480c671cbb150cc61ed4a05e77eed82e7964d93a035b0c",
            "owner_address": "0xda508d7aa1fc9ad252bed8bef26aac448b1c8e14",
            "features": {
              "Size": 5,
              "Balls": 3,
              "Boxes": 8,
              "Speed": 20,
              "Amount": 55,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 10,
              "Palette": "Flamingo Festival",
              "Pyramids": 8,
              "Cylinders": 11,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000120",
            "invocation": 120,
            "hash": "0x20a4b1909a0f6e71f5654d1e48d897376bcefcac48244c8c018f77e5f8b08a1e",
            "owner_address": "0x208b4a8ef875a5e4645e23f27343f47fd887d9c5",
            "features": {
              "Size": 4,
              "Balls": 7,
              "Boxes": 8,
              "Speed": 6,
              "Amount": 55,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 10,
              "Sticks": 4,
              "Palette": "Magic Potion",
              "Pyramids": 9,
              "Cylinders": 12,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000121",
            "invocation": 121,
            "hash": "0x3d70793c56f048998e8a10a7739ffceacb674a98808a4f9d1785e9e142a44f54",
            "owner_address": "0x208b4a8ef875a5e4645e23f27343f47fd887d9c5",
            "features": {
              "Size": 9,
              "Balls": 7,
              "Boxes": 4,
              "Speed": 5,
              "Amount": 53,
              "Bagels": 12,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 12,
              "Palette": "Summer Night",
              "Pyramids": 6,
              "Cylinders": 5,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000122",
            "invocation": 122,
            "hash": "0x4f2710fecf541897d75c98ace93fa2efb8a38301f3b6fa87deb485d3bc33152a",
            "owner_address": "0x9c64e4fe8c13afd4176913f307c3572191c65c92",
            "features": {
              "Size": 5,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 4,
              "Amount": 31,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Alien Powder",
              "Pyramids": 1,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000123",
            "invocation": 123,
            "hash": "0x70bae5765fdbd46d0c3d37d7865c54125e7ff6612db5716fe8dd48049f7c95bf",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 5,
              "Balls": 6,
              "Boxes": 9,
              "Speed": 3,
              "Amount": 47,
              "Bagels": 10,
              "Colors": "Monotone",
              "Others": 5,
              "Sticks": 7,
              "Palette": "Dark",
              "Pyramids": 5,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000124",
            "invocation": 124,
            "hash": "0x7961fea0ea3b66ae3c39dffa163fea3c108171eb7db6a9b004705b1fde935e61",
            "owner_address": "0x7d551b4aa5938d18be5c5e9fde7fece9566611ba",
            "features": {
              "Size": 1,
              "Balls": 2,
              "Boxes": 6,
              "Speed": 3,
              "Amount": 21,
              "Bagels": 2,
              "Colors": "Duotone",
              "Others": 1,
              "Sticks": 5,
              "Palette": "Gamma Ray",
              "Pyramids": 3,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000125",
            "invocation": 125,
            "hash": "0xa508aa72faff6122f5759cce7b0bd42a90571fcfea6299193b0ba7fe62d06fc4",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 3,
              "Balls": 12,
              "Boxes": 6,
              "Speed": 5,
              "Amount": 46,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 12,
              "Palette": "Silly Scent",
              "Pyramids": 4,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000126",
            "invocation": 126,
            "hash": "0x2a422eb85177258fdc2d3c84a360a7e1d86d52ac4422e544a4b0d3771540efba",
            "owner_address": "0xbe4f00ec8416e1d20e62281bffaf1814a386cb3e",
            "features": {
              "Size": 7,
              "Balls": 9,
              "Boxes": 8,
              "Speed": 2,
              "Amount": 59,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 9,
              "Sticks": 7,
              "Palette": "Fish Carnival",
              "Pyramids": 9,
              "Cylinders": 10,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000127",
            "invocation": 127,
            "hash": "0x720567027353d429f493a3bf82c5eea2e07cb9042bb3f3291386e8c06653200a",
            "owner_address": "0x29bf88e2abd51e2f3958d380ed8e8f9aadd33da7",
            "features": {
              "Size": 3,
              "Balls": 7,
              "Boxes": 8,
              "Speed": 6,
              "Amount": 52,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 10,
              "Sticks": 7,
              "Palette": "Laser Dude",
              "Pyramids": 8,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000128",
            "invocation": 128,
            "hash": "0x69424fba61e07d43e6c617b026345d26cd916cc4119aede7bf46a47eac387333",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 1,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 7,
              "Amount": 42,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Weak Coffee",
              "Pyramids": 9,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000129",
            "invocation": 129,
            "hash": "0x076455caab8229e7d7973d565a5055f05a1d436ae325dddd7ea803f7d0817dc7",
            "owner_address": "0x3bbd42a00d0b6a51dac17b098034f7e728647f1f",
            "features": {
              "Size": 6,
              "Balls": 6,
              "Boxes": 3,
              "Speed": 11,
              "Amount": 26,
              "Bagels": 6,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 2,
              "Palette": "Calm Meteor",
              "Pyramids": 1,
              "Cylinders": 4,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000130",
            "invocation": 130,
            "hash": "0x57de5d77222a54fb55f11111ba94dfd6ffca38a4c73670a4e1dbda712c268097",
            "owner_address": "0x7b48904cac96a301cfa71ef937013184d78636c4",
            "features": {
              "Size": 5,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 10,
              "Amount": 34,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 6,
              "Palette": "Fading Garden",
              "Pyramids": 5,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000131",
            "invocation": 131,
            "hash": "0x37eec42acea8df00db5b29d620d012207228c7d4d2b9af77562c0b4c17a24d7c",
            "owner_address": "0x2054d8eaf76f1ffb970173867fa098ae2817e363",
            "features": {
              "Size": 4,
              "Balls": 7,
              "Boxes": 5,
              "Speed": 3,
              "Amount": 38,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 4,
              "Palette": "Reggae Party",
              "Pyramids": 5,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000132",
            "invocation": 132,
            "hash": "0x47602574abcdd482000644d0cb2c71237a04de3136ddd16cbdc1c19a10b84b43",
            "owner_address": "0x203930c13aae69e3adadc4809e8af3377f646718",
            "features": {
              "Size": 5,
              "Balls": 0,
              "Boxes": 5,
              "Speed": 12,
              "Amount": 27,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 5,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 4,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000133",
            "invocation": 133,
            "hash": "0x8d33682124f2b8141f73df3a5c510073f2d8b946aa6144423d0b6e7d46001d7e",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 5,
              "Balls": 1,
              "Boxes": 5,
              "Speed": 6,
              "Amount": 21,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 2,
              "Palette": "Salmon Fiesta",
              "Pyramids": 3,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000134",
            "invocation": 134,
            "hash": "0x229ae4ec0498155725742864e8385732a0fbdec11689e6ab32ece58a5a0b38f6",
            "owner_address": "0x5b93ff82faaf241c15997ea3975419dddd8362c5",
            "features": {
              "Size": 4,
              "Balls": 9,
              "Boxes": 8,
              "Speed": 16,
              "Amount": 52,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 6,
              "Palette": "Chestnut Pearl",
              "Pyramids": 6,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000135",
            "invocation": 135,
            "hash": "0x032ff19eb48466b263652dcb497814e71613001b2d24fd1e61a7c8766b26e950",
            "owner_address": "0x3ba475983d5f0f5bd77e81468c0f10e284f9e31e",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 11,
              "Amount": 43,
              "Bagels": 10,
              "Colors": "Duotone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Fish Carnival",
              "Pyramids": 9,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000136",
            "invocation": 136,
            "hash": "0x440c8439a63ccf2841e00974f1acbb48866f68e456c4751c9d3fdb62e6d13642",
            "owner_address": "0x9654617220e021f942e844855621ed08ac9154c1",
            "features": {
              "Size": 10,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 17,
              "Amount": 50,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 8,
              "Palette": "Fading Garden",
              "Pyramids": 11,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000137",
            "invocation": 137,
            "hash": "0x22c05dc6f5cbe150bb2fe378a4cb71926123784d69bbc2383bc3fef209bf0f6b",
            "owner_address": "0x9654617220e021f942e844855621ed08ac9154c1",
            "features": {
              "Size": 5,
              "Balls": 3,
              "Boxes": 5,
              "Speed": 2,
              "Amount": 37,
              "Bagels": 6,
              "Colors": "Duotone",
              "Others": 9,
              "Sticks": 4,
              "Palette": "Laser Dude",
              "Pyramids": 5,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000138",
            "invocation": 138,
            "hash": "0x7d1f14e112858cd8031efbbd61a915598be6a6420c053f138db458af2556c841",
            "owner_address": "0xf60f39c910d5805e316b49d7bce2ab859a3ff624",
            "features": {
              "Size": 8,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 7,
              "Amount": 23,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 5,
              "Palette": "Salmon Fiesta",
              "Pyramids": 1,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000139",
            "invocation": 139,
            "hash": "0x3bf6658af4985177018de42d8cc8d93cc8c2148f0bdf809c957395ea8334f5dc",
            "owner_address": "0xa4711c27924a900625bda3c63dc1eb86b44c48a6",
            "features": {
              "Size": 3,
              "Balls": 7,
              "Boxes": 9,
              "Speed": 20,
              "Amount": 49,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 3,
              "Palette": "Calm Meteor",
              "Pyramids": 9,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000140",
            "invocation": 140,
            "hash": "0x6e3263bb9c597e2dfcc9b3d521ed17be7451c56e466847773a1c14bfc0f8c37d",
            "owner_address": "0x6f894697937868bb5baa5f4b225ff9e60770421e",
            "features": {
              "Size": 6,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 20,
              "Amount": 36,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 9,
              "Palette": "Glitter Shock",
              "Pyramids": 5,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000141",
            "invocation": 141,
            "hash": "0x2794bd00a2e10b7c6cb701bcc54bef5d06e1bb8cd66cdda312be9c65679049c1",
            "owner_address": "0x20335c504a4f0d8db934e9f77a67b55e6ae8e1e1",
            "features": {
              "Size": 5,
              "Balls": 8,
              "Boxes": 10,
              "Speed": 17,
              "Amount": 53,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 9,
              "Palette": "Reggae Party",
              "Pyramids": 9,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000142",
            "invocation": 142,
            "hash": "0x5a9f7f23c9dfabf0da31ee2b48b0480f9829c9cc790faab21b4836b9add50231",
            "owner_address": "0x20335c504a4f0d8db934e9f77a67b55e6ae8e1e1",
            "features": {
              "Size": 1,
              "Balls": 1,
              "Boxes": 7,
              "Speed": 13,
              "Amount": 21,
              "Bagels": 3,
              "Colors": "Monotone",
              "Others": 2,
              "Sticks": 2,
              "Palette": "Light",
              "Pyramids": 2,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000143",
            "invocation": 143,
            "hash": "0x333eed342d4469ced69ec53c6ef670611ce565e9e931d97f80936ed61980d9b5",
            "owner_address": "0x20335c504a4f0d8db934e9f77a67b55e6ae8e1e1",
            "features": {
              "Size": 9,
              "Balls": 10,
              "Boxes": 8,
              "Speed": 3,
              "Amount": 54,
              "Bagels": 13,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 6,
              "Palette": "Pizza Crush",
              "Pyramids": 10,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000144",
            "invocation": 144,
            "hash": "0xd8a2f7c9a4d0736b10e5f13c8c3a7d53ed20cb706a9fecb5b37156690582e026",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 8,
              "Balls": 2,
              "Boxes": 8,
              "Speed": 9,
              "Amount": 41,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 9,
              "Palette": "Circus Time",
              "Pyramids": 11,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000145",
            "invocation": 145,
            "hash": "0xb3eff752f3057f62be2aba52eb18eb9cc11374c505eb53c53c6c85bf65c7b1d4",
            "owner_address": "0x489795dc70252cf420177f6ca9a3feb2195a34dd",
            "features": {
              "Size": 7,
              "Balls": 2,
              "Boxes": 10,
              "Speed": 10,
              "Amount": 42,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 2,
              "Palette": "Salmon Fiesta",
              "Pyramids": 4,
              "Cylinders": 13,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000146",
            "invocation": 146,
            "hash": "0x9da21bd6dd5031efc664b244efd3a74c24a7867b435c60c82645958dde05f14f",
            "owner_address": "0xd8fbd6a7f35b8af94910259d103dc261af913b3c",
            "features": {
              "Size": 1,
              "Balls": 5,
              "Boxes": 9,
              "Speed": 15,
              "Amount": 44,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 2,
              "Palette": "Summer Night",
              "Pyramids": 7,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000147",
            "invocation": 147,
            "hash": "0x4f4f650b408a9af10323efdb5314eff00f806b1d1341db52b0de6fcd4c3dd090",
            "owner_address": "0xcbc31200fccfba4868f9c22ec8bda53705c31bb1",
            "features": {
              "Size": 8,
              "Balls": 7,
              "Boxes": 3,
              "Speed": 9,
              "Amount": 23,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 0,
              "Sticks": 4,
              "Palette": "Silly Scent",
              "Pyramids": 1,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000148",
            "invocation": 148,
            "hash": "0x573cefa8b8dbfea2ab67481302b4b72354fe7ee421e94a1480a0bf9d42898bb6",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 6,
              "Balls": 4,
              "Boxes": 2,
              "Speed": 11,
              "Amount": 29,
              "Bagels": 5,
              "Colors": "Monotone",
              "Others": 2,
              "Sticks": 9,
              "Palette": "Dark",
              "Pyramids": 5,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000149",
            "invocation": 149,
            "hash": "0xc707bd61eaafdfe812105e9e630fa8076ac2cbd6b0557bdff31dc3da10184350",
            "owner_address": "0x57b3abae7e7392571396a4a91bc1ae35bbdd19d7",
            "features": {
              "Size": 5,
              "Balls": 6,
              "Boxes": 6,
              "Speed": 17,
              "Amount": 52,
              "Bagels": 12,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 7,
              "Palette": "Caribbean Island",
              "Pyramids": 4,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000150",
            "invocation": 150,
            "hash": "0x50c06671e4d06d2d02ea2f6db6be0c2acb4d7efa6fbf6f468b6b0fd572862e8a",
            "owner_address": "0xc484879be30236b2ff59ddc39959a7713de830ae",
            "features": {
              "Size": 7,
              "Balls": 2,
              "Boxes": 8,
              "Speed": 9,
              "Amount": 40,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Calm Meteor",
              "Pyramids": 3,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000151",
            "invocation": 151,
            "hash": "0x622303e43105797f3a8287bfcfa6f0e200c75dfe07679286db0a86bccf9c5858",
            "owner_address": "0xc327459bee9527d80f64a1081b746dbfa0988060",
            "features": {
              "Size": 4,
              "Balls": 3,
              "Boxes": 4,
              "Speed": 11,
              "Amount": 39,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 4,
              "Palette": "Calm Meteor",
              "Pyramids": 10,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000152",
            "invocation": 152,
            "hash": "0xf9aeaaaef16d978072c20b0f75ef8463ed2a6242185b1898e90ad6df474684bf",
            "owner_address": "0x970a02d284c4582f31a654eed4ecc99ac976e314",
            "features": {
              "Size": 5,
              "Balls": 4,
              "Boxes": 6,
              "Speed": 13,
              "Amount": 26,
              "Bagels": 4,
              "Colors": "Duotone",
              "Others": 1,
              "Sticks": 6,
              "Palette": "Flamingo Festival",
              "Pyramids": 3,
              "Cylinders": 2,
              "Wireframe": "Yep",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000153",
            "invocation": 153,
            "hash": "0x898b0b6f3ba2b2ab3a7ead79df6ab5381777feb895e2c9b5b50d19e748132ed8",
            "owner_address": "0x36e933f69ba5d7a0cb42959eba9b3cc5330068c6",
            "features": {
              "Size": 7,
              "Balls": 5,
              "Boxes": 12,
              "Speed": 5,
              "Amount": 60,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 6,
              "Palette": "Swiss Miss",
              "Pyramids": 8,
              "Cylinders": 14,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000154",
            "invocation": 154,
            "hash": "0xd80432f34dde2e28142d332f4d88a65a27851cca1769501e99a68c004cfbbd2a",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 8,
              "Speed": 15,
              "Amount": 46,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 7,
              "Palette": "Alien Powder",
              "Pyramids": 8,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000155",
            "invocation": 155,
            "hash": "0xea14aa11a9ce6006ff4ac1d3234ddf0a29ab13976f846dc78f8767c23770d216",
            "owner_address": "0xc484879be30236b2ff59ddc39959a7713de830ae",
            "features": {
              "Size": 4,
              "Balls": 4,
              "Boxes": 9,
              "Speed": 4,
              "Amount": 57,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 12,
              "Sticks": 7,
              "Palette": "Campfire Cream",
              "Pyramids": 6,
              "Cylinders": 11,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000156",
            "invocation": 156,
            "hash": "0x6aa4dae9d99258d62125248bc01f898d3e83afedaac9148c810645906f0216f3",
            "owner_address": "0x3108a9261e93a0105a2620289817f1629da49219",
            "features": {
              "Size": 9,
              "Balls": 2,
              "Boxes": 6,
              "Speed": 5,
              "Amount": 21,
              "Bagels": 0,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 2,
              "Palette": "Pizza Crush",
              "Pyramids": 6,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000157",
            "invocation": 157,
            "hash": "0xebeef2fc13b29e415ed575688ed249bedc0cd60f09672c9aab2e24d57ebd23cc",
            "owner_address": "0x7672afc99a706788cdf42fb844b420984503f915",
            "features": {
              "Size": 9,
              "Balls": 2,
              "Boxes": 7,
              "Speed": 15,
              "Amount": 28,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 4,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 6,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000158",
            "invocation": 158,
            "hash": "0x07e542d84c9903f6713f83c8476be21dbd6210d9664010d0be9c9f7695f79f87",
            "owner_address": "0x3108a9261e93a0105a2620289817f1629da49219",
            "features": {
              "Size": 3,
              "Balls": 6,
              "Boxes": 4,
              "Speed": 2,
              "Amount": 35,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 4,
              "Palette": "Winter Socks",
              "Pyramids": 4,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000159",
            "invocation": 159,
            "hash": "0x3c155d359baa2934ede00feaed7bca1cbdfc906cb53e77c81a5970bd464adfbe",
            "owner_address": "0x7d27d6353134dad2c93dc35709190c2661a27d9e",
            "features": {
              "Size": 2,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 4,
              "Amount": 32,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 2,
              "Palette": "Pizza Crush",
              "Pyramids": 8,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000160",
            "invocation": 160,
            "hash": "0xbe8d8855909e2188d14fb4847f76078b6dcbe3940bcb38683f931a04fb62807e",
            "owner_address": "0xcd3ffc93c6e790424cc2329e789fa75caa7cd336",
            "features": {
              "Size": 10,
              "Balls": 7,
              "Boxes": 9,
              "Speed": 15,
              "Amount": 57,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 7,
              "Palette": "Alien Powder",
              "Pyramids": 9,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000161",
            "invocation": 161,
            "hash": "0x434ab00342b5605866d8f44290328e95058a85c85b20a24005a786597e73ce56",
            "owner_address": "0x37fa1440e99919c49765d2e878e40792621f6e6e",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 19,
              "Amount": 40,
              "Bagels": 13,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 5,
              "Palette": "Magic Potion",
              "Pyramids": 6,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000162",
            "invocation": 162,
            "hash": "0xd3698042637893f0429d70aad0fd03515c477f8dc1e77da7d02de85e1d5317e1",
            "owner_address": "0x6d25a87ea82cadb539da0fe76a8688c8987409f8",
            "features": {
              "Size": 7,
              "Balls": 2,
              "Boxes": 6,
              "Speed": 2,
              "Amount": 41,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 8,
              "Palette": "Caribbean Island",
              "Pyramids": 9,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000163",
            "invocation": 163,
            "hash": "0x6d6a54c705659939a9d5465570a680d2b27453427db2574f5bc929e28def840f",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 10,
              "Balls": 13,
              "Boxes": 9,
              "Speed": 9,
              "Amount": 56,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 7,
              "Palette": "Alien Powder",
              "Pyramids": 7,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000164",
            "invocation": 164,
            "hash": "0xf82721efb65130ac80fd8a169c576b58486699e3a7ee7563d4752261504f9cda",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 9,
              "Balls": 7,
              "Boxes": 11,
              "Speed": 7,
              "Amount": 56,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 9,
              "Palette": "Ocean Vehicle",
              "Pyramids": 5,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000165",
            "invocation": 165,
            "hash": "0x51fe5943f7ca4236e929c6a2e0c5a15dd834e3e09fd4d3735886c2dec9dbf1dc",
            "owner_address": "0xdd896a670dc2d0d7cba0914c4c5de57eb4b838d3",
            "features": {
              "Size": 10,
              "Balls": 10,
              "Boxes": 8,
              "Speed": 5,
              "Amount": 56,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 8,
              "Palette": "Circus Time",
              "Pyramids": 8,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000166",
            "invocation": 166,
            "hash": "0xc609bd2f8a2c35eec4c4c9c498f06c33e74b96e3c7e0f3446fd00b97db8731b3",
            "owner_address": "0x8e924d456702695af539299057149322677d4a97",
            "features": {
              "Size": 3,
              "Balls": 3,
              "Boxes": 3,
              "Speed": 6,
              "Amount": 25,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 3,
              "Palette": "Swiss Miss",
              "Pyramids": 4,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000167",
            "invocation": 167,
            "hash": "0x5680d82fa69a898abeb123565714c485a6f6fe92dee30d007eb1b3cc0f4be02d",
            "owner_address": "0x15f0056cc915fa3234623d46c0f4bfec42d82baa",
            "features": {
              "Size": 8,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 9,
              "Amount": 37,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 7,
              "Palette": "Magic Potion",
              "Pyramids": 4,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000168",
            "invocation": 168,
            "hash": "0xf46acfaab1d28af4447808971cec85a17528345b278baf9fe756a3ed683e2403",
            "owner_address": "0x18780eb45476c34d89236be1bdbec24ea2db31f3",
            "features": {
              "Size": 6,
              "Balls": 9,
              "Boxes": 10,
              "Speed": 4,
              "Amount": 58,
              "Bagels": 12,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 7,
              "Palette": "Reggae Party",
              "Pyramids": 9,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000169",
            "invocation": 169,
            "hash": "0x5e21ebc20c789cae2829c0f35cd40a00709a34c3a13aca09197cffafaa8c93c4",
            "owner_address": "0x78f8c4ad9d6da78bc0865a581cd944737b6ebbc3",
            "features": {
              "Size": 6,
              "Balls": 9,
              "Boxes": 7,
              "Speed": 2,
              "Amount": 57,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 8,
              "Palette": "Weak Coffee",
              "Pyramids": 11,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000170",
            "invocation": 170,
            "hash": "0xfb34aed647ce140173495495ae0bad6ca99cd3d96784e10f348415c43cd70ab5",
            "owner_address": "0x0775ea2a88db33038c4069e41dda8d963b64c2a8",
            "features": {
              "Size": 2,
              "Balls": 2,
              "Boxes": 12,
              "Speed": 17,
              "Amount": 43,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 5,
              "Palette": "Campfire Cream",
              "Pyramids": 8,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000171",
            "invocation": 171,
            "hash": "0xda15948cedc98fe695b1c88700f2979563475879182f077b52febf8cd3de8e4c",
            "owner_address": "0xd2d20e53ab9d5983837411e81ab896fb12985928",
            "features": {
              "Size": 3,
              "Balls": 3,
              "Boxes": 3,
              "Speed": 5,
              "Amount": 29,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 2,
              "Palette": "Atomic Sun",
              "Pyramids": 3,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000172",
            "invocation": 172,
            "hash": "0x8787747c1b0251bd8703ddef4239f2517d7f0545fc944760be1aa1428fe0f999",
            "owner_address": "0xe245fb5a9cdc6b9fd274ae21d1c4592e83ede36c",
            "features": {
              "Size": 3,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 5,
              "Amount": 35,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Silly Scent",
              "Pyramids": 2,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000173",
            "invocation": 173,
            "hash": "0x2a37b7381b1f46e05df223f0dee31b909a72ef2e214ec96b7d964de4873018e0",
            "owner_address": "0xc947cdfb3f542ecc569b774eeaad6e810e009e46",
            "features": {
              "Size": 9,
              "Balls": 6,
              "Boxes": 9,
              "Speed": 20,
              "Amount": 49,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 5,
              "Palette": "Caribbean Island",
              "Pyramids": 8,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000174",
            "invocation": 174,
            "hash": "0xb17c066e7865b67ea3b4d770a35bd871622bb10ff8155b1facd2766552964c92",
            "owner_address": "0x6cf98c66457a7acb39b37f4a85d3149dc3570596",
            "features": {
              "Size": 4,
              "Balls": 11,
              "Boxes": 10,
              "Speed": 2,
              "Amount": 60,
              "Bagels": 11,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 6,
              "Palette": "Campfire Cream",
              "Pyramids": 8,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000175",
            "invocation": 175,
            "hash": "0x04e03680a7be068ad6e4ed77b9664bed2d75e33fc731ef29a94d3aafb98b211a",
            "owner_address": "0x2ee4c45af89774c76a8a73178c281089a8771a00",
            "features": {
              "Size": 5,
              "Balls": 1,
              "Boxes": 4,
              "Speed": 5,
              "Amount": 47,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 16,
              "Palette": "Pool Resort",
              "Pyramids": 8,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000176",
            "invocation": 176,
            "hash": "0x71681b865c781eeb92b15e065bc59d2ce9105aeddafda10c9d9965192bb07707",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 4,
              "Balls": 6,
              "Boxes": 8,
              "Speed": 17,
              "Amount": 57,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 9,
              "Palette": "Campfire Cream",
              "Pyramids": 8,
              "Cylinders": 11,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000177",
            "invocation": 177,
            "hash": "0x9f8cada1c8ba9d03d77d137c6b0d4369f50ff90079d62a89f40883ef9c5be714",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 7,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 14,
              "Amount": 41,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Magic Potion",
              "Pyramids": 4,
              "Cylinders": 12,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000178",
            "invocation": 178,
            "hash": "0x1de805589aa9b2469fb0cd62625c681832f325b1a56e2bb34d09e91beb8cf726",
            "owner_address": "0x3d35abff0829c1253c309dd2a967d5ca081fa678",
            "features": {
              "Size": 8,
              "Balls": 3,
              "Boxes": 10,
              "Speed": 5,
              "Amount": 35,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 8,
              "Palette": "Alien Powder",
              "Pyramids": 2,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000179",
            "invocation": 179,
            "hash": "0x887da783103780d696f11e6876007ecf69362b4f329e6cc61a199f26272df8f0",
            "owner_address": "0xfd04340f02398520296be10f785e6ee1f0f36b85",
            "features": {
              "Size": 4,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 6,
              "Amount": 56,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 12,
              "Palette": "Chestnut Pearl",
              "Pyramids": 5,
              "Cylinders": 13,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000180",
            "invocation": 180,
            "hash": "0x265bf6536ae128735efacecde520dbfc29efed6f2097a57e96df892304e5dc75",
            "owner_address": "0x94de7e2c73529ebf3206aa3459e699fbcdfcd49b",
            "features": {
              "Size": 1,
              "Balls": 3,
              "Boxes": 3,
              "Speed": 14,
              "Amount": 20,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 4,
              "Palette": "Magic Potion",
              "Pyramids": 2,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000181",
            "invocation": 181,
            "hash": "0xb3059e9c9f70d64a935d0953170309d1972cb9cd9f577b35706bb003b6ab470f",
            "owner_address": "0x94de7e2c73529ebf3206aa3459e699fbcdfcd49b",
            "features": {
              "Size": 7,
              "Balls": 1,
              "Boxes": 6,
              "Speed": 12,
              "Amount": 27,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 5,
              "Sticks": 4,
              "Palette": "Gamma Ray",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000182",
            "invocation": 182,
            "hash": "0x353de12f8120728ca013ab4b84930245f0e12ff16d4286bae07b5a7e4fd66d7a",
            "owner_address": "0x94de7e2c73529ebf3206aa3459e699fbcdfcd49b",
            "features": {
              "Size": 8,
              "Balls": 3,
              "Boxes": 6,
              "Speed": 10,
              "Amount": 36,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 4,
              "Palette": "Magic Potion",
              "Pyramids": 7,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000183",
            "invocation": 183,
            "hash": "0x70be270305f353026e720aa7a0bf26a6e0d7e2830f9b518b59a0458778c6ca68",
            "owner_address": "0xef80395b4943e1741c92a6f2119eba58cfed889a",
            "features": {
              "Size": 2,
              "Balls": 6,
              "Boxes": 2,
              "Speed": 2,
              "Amount": 27,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 2,
              "Palette": "Flamingo Festival",
              "Pyramids": 3,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000184",
            "invocation": 184,
            "hash": "0x63a9620295c53d127ac660456a9afdcd5f273cbe800c17a61c5cb5faf99f8182",
            "owner_address": "0xf26f3e1a7b4bfae830781f15eec021ad7884a908",
            "features": {
              "Size": 10,
              "Balls": 5,
              "Boxes": 5,
              "Speed": 14,
              "Amount": 32,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 2,
              "Palette": "Pastel Cream",
              "Pyramids": 5,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000185",
            "invocation": 185,
            "hash": "0x89e3ed67f5d3fc94642b6efa451f1da0e6c4a4e2b4af903e97096075fffc1943",
            "owner_address": "0x463716c39a364f9f6964c5c88eedc850bc1bcedf",
            "features": {
              "Size": 3,
              "Balls": 7,
              "Boxes": 6,
              "Speed": 4,
              "Amount": 43,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 13,
              "Palette": "Caribbean Island",
              "Pyramids": 1,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000186",
            "invocation": 186,
            "hash": "0x40347eb8f451e131cd98a924e8dad7f4734634822ada52d349a4c157b2f751e8",
            "owner_address": "0x733b0dc406fa30c9f4a3ae73ddc22f11836869b3",
            "features": {
              "Size": 8,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 12,
              "Amount": 29,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 8,
              "Palette": "Reggae Party",
              "Pyramids": 2,
              "Cylinders": 0,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000187",
            "invocation": 187,
            "hash": "0x94dd7d37a8dd9dc9a1f3cc31555510b89477381295645aaf693dba7f5a275bc4",
            "owner_address": "0xfcec4ab6158464780fc737eac5414e19e5e9afd2",
            "features": {
              "Size": 2,
              "Balls": 2,
              "Boxes": 4,
              "Speed": 15,
              "Amount": 25,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 0,
              "Sticks": 4,
              "Palette": "Magic Potion",
              "Pyramids": 2,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000188",
            "invocation": 188,
            "hash": "0x4b50ae97b6a021c4d4ddc097c813aa81660373c5b72ae3d9eaf8bc7661d6f195",
            "owner_address": "0x5a4e9a87239bc7c6fab326433663b5e4f822bdcb",
            "features": {
              "Size": 3,
              "Balls": 9,
              "Boxes": 7,
              "Speed": 18,
              "Amount": 40,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Salmon Fiesta",
              "Pyramids": 6,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000189",
            "invocation": 189,
            "hash": "0x1f39aa4a5abae564c01f4800f782c2afd4e29825e3e763d666045df6a45af8cf",
            "owner_address": "0xd08a6e3206e5ba064954e9d96263026b325789c3",
            "features": {
              "Size": 2,
              "Balls": 4,
              "Boxes": 5,
              "Speed": 2,
              "Amount": 41,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Chestnut Pearl",
              "Pyramids": 6,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000190",
            "invocation": 190,
            "hash": "0xa942ecda0ad41c6f898ac45bb318d052a0dea436227caf4193ed6dda0dbabbfb",
            "owner_address": "0xb254fb4e6639f26ba64d9af00184df15d366ec9e",
            "features": {
              "Size": 1,
              "Balls": 5,
              "Boxes": 7,
              "Speed": 6,
              "Amount": 39,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 8,
              "Palette": "Salmon Fiesta",
              "Pyramids": 5,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000191",
            "invocation": 191,
            "hash": "0x724179caa5dd3596c5fc92cc8a8a2d602046f32bfded1feffafc2acf48a4bf4b",
            "owner_address": "0x8390a7ee4d6cf5be0ac842b5dc8579a225b2542a",
            "features": {
              "Size": 7,
              "Balls": 2,
              "Boxes": 6,
              "Speed": 20,
              "Amount": 28,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 7,
              "Palette": "Circus Time",
              "Pyramids": 0,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000192",
            "invocation": 192,
            "hash": "0xdaf1e9e34aaf63cb63a575f84571f88646301c937480cd4c8826fd5f42330145",
            "owner_address": "0x696f2b125538c4b2d56500107549eb908312f709",
            "features": {
              "Size": 5,
              "Balls": 6,
              "Boxes": 8,
              "Speed": 17,
              "Amount": 36,
              "Bagels": 7,
              "Colors": "Monotone",
              "Others": 4,
              "Sticks": 8,
              "Palette": "Dark",
              "Pyramids": 2,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000193",
            "invocation": 193,
            "hash": "0xb4e589618fe17ce77894100212253a6467fad84e2d7bab37b03ba7ecc2b3d43c",
            "owner_address": "0xecc74b40a057eff408bc9eb3fa90226ef69df200",
            "features": {
              "Size": 5,
              "Balls": 5,
              "Boxes": 4,
              "Speed": 14,
              "Amount": 25,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 2,
              "Palette": "Salmon Fiesta",
              "Pyramids": 2,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000194",
            "invocation": 194,
            "hash": "0xb177b8117aa5d89d271d40f4aa45577cf18e2a100fe20f8487c6e3989be4f8ec",
            "owner_address": "0x3ded956c439a661f1576cfa2f05152fd3ba9ce0b",
            "features": {
              "Size": 7,
              "Balls": 8,
              "Boxes": 16,
              "Speed": 4,
              "Amount": 60,
              "Bagels": 10,
              "Colors": "Duotone",
              "Others": 5,
              "Sticks": 7,
              "Palette": "Berry Gala",
              "Pyramids": 8,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000195",
            "invocation": 195,
            "hash": "0x38d56ff90055da93714d24aeb69ef5b41e68b57d3739262bcff2da5e2e681414",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 8,
              "Balls": 5,
              "Boxes": 3,
              "Speed": 5,
              "Amount": 28,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 3,
              "Palette": "Ocean Vehicle",
              "Pyramids": 1,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000196",
            "invocation": 196,
            "hash": "0x5a145f777857efa3363bd8d92f443a8659efbeff9445d00187eaefb0e8d21ca9",
            "owner_address": "0x4163d7753f391fdb26eb0e69af675c8a44674571",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 4,
              "Amount": 30,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Atomic Sun",
              "Pyramids": 3,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000197",
            "invocation": 197,
            "hash": "0x7322aeb7892fdf8f8d640bb015845eb2adeba7ab3f30d51c0e72c13217a75948",
            "owner_address": "0x438e83c5ec79a49072650de2d8df218eb406bdd3",
            "features": {
              "Size": 9,
              "Balls": 8,
              "Boxes": 5,
              "Speed": 9,
              "Amount": 58,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 10,
              "Sticks": 5,
              "Palette": "Alien Powder",
              "Pyramids": 12,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000198",
            "invocation": 198,
            "hash": "0x5c31b2e900a6862fcd76cb0b7c20b67160930d9d37fbe12097e57229216b80f6",
            "owner_address": "0x449c92a95d3966cbaea58e8256b38a83f8ee5288",
            "features": {}
          },
          {
            "token_id": "84000199",
            "invocation": 199,
            "hash": "0x8cd1f48e1653bee6a6f4ee6195901cb7fa6c68653b687999ec1ecfe442adaef8",
            "owner_address": "0xe1d651525a9a032191d95542ea24c006684221e2",
            "features": {
              "Size": 4,
              "Balls": 7,
              "Boxes": 7,
              "Speed": 5,
              "Amount": 47,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 9,
              "Palette": "Caribbean Island",
              "Pyramids": 8,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000200",
            "invocation": 200,
            "hash": "0x1bcf38d2d3f171027f557bc6ecea92d53cbbdb50714e88453f0647311354bfa4",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 8,
              "Speed": 17,
              "Amount": 51,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 10,
              "Palette": "Atomic Sun",
              "Pyramids": 9,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000201",
            "invocation": 201,
            "hash": "0x6bf2b614b42725fda99388524ccb694a3fc59ab4f249b61701243e4e06cd1c1a",
            "owner_address": "0xfda4cbfb1ffb620b7daa902fd930a7feb04c39ac",
            "features": {
              "Size": 9,
              "Balls": 9,
              "Boxes": 5,
              "Speed": 6,
              "Amount": 48,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Fading Garden",
              "Pyramids": 7,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000202",
            "invocation": 202,
            "hash": "0xeef2a97593d6509b9dfa9f58130d511b5faab60462d931f33f0c250cf8da8afa",
            "owner_address": "0xc9dcae10d3de2ff3b15cf99309d9b5c71dd8dc6f",
            "features": {
              "Size": 2,
              "Balls": 5,
              "Boxes": 6,
              "Speed": 19,
              "Amount": 52,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 12,
              "Sticks": 8,
              "Palette": "Pool Resort",
              "Pyramids": 9,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000203",
            "invocation": 203,
            "hash": "0xe0101fa60600be649a78a34c23e3df7171b34328b0fd17d4202ac09a495bb5ae",
            "owner_address": "0xeac7eb7a47290880a1fd5b5aac0a623493bea598",
            "features": {
              "Size": 9,
              "Balls": 9,
              "Boxes": 7,
              "Speed": 18,
              "Amount": 58,
              "Bagels": 12,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 2,
              "Palette": "Caribbean Island",
              "Pyramids": 14,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000204",
            "invocation": 204,
            "hash": "0x3e10d6d2830d04a4e9e61ea256fbef7730d1631b420107341cdb0015e96f29eb",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 7,
              "Balls": 2,
              "Boxes": 7,
              "Speed": 17,
              "Amount": 28,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Circus Time",
              "Pyramids": 5,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000205",
            "invocation": 205,
            "hash": "0xeb8332376c93eb85b5ad8c8200249bf59545e5260bae8e0b5e037ca22e269184",
            "owner_address": "0xe2e2f299cee892b52d35cd278b8f6ee0ee3b3b00",
            "features": {
              "Size": 6,
              "Balls": 7,
              "Boxes": 8,
              "Speed": 16,
              "Amount": 45,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 5,
              "Palette": "Caribbean Island",
              "Pyramids": 5,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000206",
            "invocation": 206,
            "hash": "0xaf025304f3ebeec5687b6002851e7da437a82281883882a017f76f66202c8a62",
            "owner_address": "0x0799442ce0f90f8837fdeece82cd2735625b4bf9",
            "features": {
              "Size": 6,
              "Balls": 6,
              "Boxes": 7,
              "Speed": 7,
              "Amount": 39,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 3,
              "Sticks": 8,
              "Palette": "Fish Carnival",
              "Pyramids": 5,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000207",
            "invocation": 207,
            "hash": "0x6f4115eabfbfcc84613cb53271b1a9e70823482f44fe4466955c1a7d0868be04",
            "owner_address": "0x4a8b9e2c2940fdd39aceb384654dc59acb58c337",
            "features": {
              "Size": 2,
              "Balls": 4,
              "Boxes": 9,
              "Speed": 17,
              "Amount": 44,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 4,
              "Palette": "Alien Powder",
              "Pyramids": 7,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000208",
            "invocation": 208,
            "hash": "0x56444b2a808e67ed2a563d00bb366d70dfcdd8f5a22b222a618f66c615704980",
            "owner_address": "0xefb51461602f39f255bc68e77309eae86f1b8000",
            "features": {
              "Size": 2,
              "Balls": 9,
              "Boxes": 9,
              "Speed": 13,
              "Amount": 44,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 9,
              "Palette": "Alien Powder",
              "Pyramids": 6,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000209",
            "invocation": 209,
            "hash": "0x6bab5d72b13244263d33b6df3221b629a77b4cf2203cbe97f985efcead93a695",
            "owner_address": "0x1d75d9183a4ae48778f93165dc3ee21c346cb594",
            "features": {
              "Size": 2,
              "Balls": 2,
              "Boxes": 0,
              "Speed": 19,
              "Amount": 20,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Weak Coffee",
              "Pyramids": 4,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000210",
            "invocation": 210,
            "hash": "0x3ce27d9353b4c22dddf822702c7f1e6d84e4ea6b0a28ebed622cdf5f19a0586f",
            "owner_address": "0xde07016d42fd56977a58db6056ff43b4e21769f7",
            "features": {
              "Size": 7,
              "Balls": 7,
              "Boxes": 11,
              "Speed": 16,
              "Amount": 60,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 10,
              "Sticks": 6,
              "Palette": "Flamingo Festival",
              "Pyramids": 3,
              "Cylinders": 18,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000211",
            "invocation": 211,
            "hash": "0xa20eaf73377ebb98a71529c5ef6c9864518d3d3386ac4ff1e5f823efa9d9baa5",
            "owner_address": "0x2a40ec0942a26af3a967b3987dd704c4ddca0c17",
            "features": {
              "Size": 9,
              "Balls": 4,
              "Boxes": 6,
              "Speed": 4,
              "Amount": 38,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 5,
              "Palette": "Summer Night",
              "Pyramids": 6,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000212",
            "invocation": 212,
            "hash": "0xe969d9cbd7fe410b43c42f234be9ea4756d82b1b1a8e860c25429ba67e042a33",
            "owner_address": "0x4c44987680e4d35dd361c4a80822fcd071308961",
            "features": {
              "Size": 7,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 20,
              "Amount": 33,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 2,
              "Palette": "Circus Time",
              "Pyramids": 5,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000213",
            "invocation": 213,
            "hash": "0x388440b88eef9c73004e6a5063841dc9106c6a80af89fad215f49408414404b2",
            "owner_address": "0x2054d8eaf76f1ffb970173867fa098ae2817e363",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 9,
              "Speed": 11,
              "Amount": 52,
              "Bagels": 11,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 6,
              "Palette": "Calm Meteor",
              "Pyramids": 5,
              "Cylinders": 11,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000214",
            "invocation": 214,
            "hash": "0x0a3028da6356c887582911aeff6362f96837f7e469c4fd798b3c5de9bb333b73",
            "owner_address": "0x6bfd30747ba72ac7bb2f20d6138e1312020fafe8",
            "features": {
              "Size": 9,
              "Balls": 2,
              "Boxes": 3,
              "Speed": 12,
              "Amount": 21,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 1,
              "Palette": "Fish Carnival",
              "Pyramids": 1,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000215",
            "invocation": 215,
            "hash": "0xa615a6a3d722558545a06a20d27d2ef6a053eab0f7c33a78e17f75c854df4c6d",
            "owner_address": "0x855e14c818c61e00df9f6e5164ac63e2d764d39b",
            "features": {
              "Size": 10,
              "Balls": 4,
              "Boxes": 2,
              "Speed": 4,
              "Amount": 21,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 1,
              "Sticks": 2,
              "Palette": "Pastel Cream",
              "Pyramids": 3,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000216",
            "invocation": 216,
            "hash": "0xb700a679370db67802011eb6e29142c8b49d3dc84f934006920df55cf35c6ad0",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "Size": 5,
              "Balls": 11,
              "Boxes": 13,
              "Speed": 3,
              "Amount": 59,
              "Bagels": 12,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 7,
              "Palette": "Alien Powder",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000217",
            "invocation": 217,
            "hash": "0xae1f7250e0b79bc8806118a116ac9a253471e4631597bbf285c9b48d880a16f4",
            "owner_address": "0x02bfdc0d849660fdd4b6ccd81b0d6f5abeff2479",
            "features": {
              "Size": 10,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 6,
              "Amount": 38,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 5,
              "Palette": "Reggae Party",
              "Pyramids": 3,
              "Cylinders": 9,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000218",
            "invocation": 218,
            "hash": "0xd522cb158283d87a0350d225b69a68f5667625d24a93d6001ceb61a33bb28646",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "Size": 2,
              "Balls": 4,
              "Boxes": 7,
              "Speed": 4,
              "Amount": 60,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 12,
              "Palette": "Silly Scent",
              "Pyramids": 9,
              "Cylinders": 12,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000219",
            "invocation": 219,
            "hash": "0x36005e4ae47a21d1fcc3f4a3879c660d8c4d65d3516e83e7200238119d4a37e2",
            "owner_address": "0xb7f4e738bb0b85ad1ecef26a2a733dc899da500e",
            "features": {
              "Size": 7,
              "Balls": 4,
              "Boxes": 1,
              "Speed": 2,
              "Amount": 27,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 1,
              "Sticks": 2,
              "Palette": "Fading Garden",
              "Pyramids": 5,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000220",
            "invocation": 220,
            "hash": "0x015bc64692dc7ee1cb8b0c3bf37da9da8ec2acd0f71a7439447f315e089ebad8",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 9,
              "Balls": 8,
              "Boxes": 5,
              "Speed": 14,
              "Amount": 45,
              "Bagels": 6,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 7,
              "Palette": "Silly Scent",
              "Pyramids": 6,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000221",
            "invocation": 221,
            "hash": "0x3821967049fb6355788f4df1bc4477e7fb7541edfb9e21216ef08bb84437c742",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "Size": 4,
              "Balls": 6,
              "Boxes": 10,
              "Speed": 5,
              "Amount": 45,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 6,
              "Palette": "Pizza Crush",
              "Pyramids": 8,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000222",
            "invocation": 222,
            "hash": "0x4c881e61263e5799663ea5b86c017d5a11471ef672c5ac1eff14fd8658e06098",
            "owner_address": "0x9ba05b51fec751d5c318a52ade3abfc6c32f048b",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 1,
              "Speed": 19,
              "Amount": 28,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 1,
              "Sticks": 8,
              "Palette": "Winter Socks",
              "Pyramids": 4,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000223",
            "invocation": 223,
            "hash": "0x31be0946e044aea30728fd1a5399e8220dd8996095775a1bc63f09b0b134b299",
            "owner_address": "0x54ecad032486a010e5378bfb0aa2e6a752f335c4",
            "features": {
              "Size": 6,
              "Balls": 3,
              "Boxes": 5,
              "Speed": 19,
              "Amount": 39,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 5,
              "Palette": "Swiss Miss",
              "Pyramids": 5,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000224",
            "invocation": 224,
            "hash": "0x76abc4d29185153f40e56c5b42d66414276084f99f0da6789f1349128e894af7",
            "owner_address": "0x581008ce85a38efc24390d8a5c7df72b4c84cbcb",
            "features": {
              "Size": 4,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 11,
              "Amount": 23,
              "Bagels": 2,
              "Colors": "Duotone",
              "Others": 5,
              "Sticks": 5,
              "Palette": "Glitter Shock",
              "Pyramids": 2,
              "Cylinders": 1,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000225",
            "invocation": 225,
            "hash": "0x0146066b2f9dce64b702c086a59a77a6c5e8bb41e8b1e52b692e90b10c3c2bf2",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 6,
              "Balls": 13,
              "Boxes": 4,
              "Speed": 4,
              "Amount": 47,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 5,
              "Palette": "Magic Potion",
              "Pyramids": 5,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000226",
            "invocation": 226,
            "hash": "0x46e52652c70448ef06d330c109ee83bff90385c120b50dffa3fb7331819a37d0",
            "owner_address": "0xcbc31200fccfba4868f9c22ec8bda53705c31bb1",
            "features": {
              "Size": 2,
              "Balls": 3,
              "Boxes": 2,
              "Speed": 7,
              "Amount": 36,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 7,
              "Palette": "Alien Powder",
              "Pyramids": 8,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000227",
            "invocation": 227,
            "hash": "0x7584cf35aa18ad80116dce9c9a15ad41e1f67f215801bc43bbc176b04235664d",
            "owner_address": "0x8ae741a59652177a547c3c405f1adca59dac75e0",
            "features": {
              "Size": 2,
              "Balls": 12,
              "Boxes": 6,
              "Speed": 8,
              "Amount": 39,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 5,
              "Sticks": 2,
              "Palette": "Ocean Vehicle",
              "Pyramids": 7,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000228",
            "invocation": 228,
            "hash": "0x41ce7df3d77afa7f0eb5cd1c7e05d7072541a06c0254134043fb0da48ba841f9",
            "owner_address": "0xad6991f82a41ecb1448993dbdb75c92c946ddeef",
            "features": {
              "Size": 1,
              "Balls": 4,
              "Boxes": 3,
              "Speed": 3,
              "Amount": 24,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 1,
              "Sticks": 4,
              "Palette": "Berry Gala",
              "Pyramids": 4,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000229",
            "invocation": 229,
            "hash": "0x47efab5ed44edcf130291aeb7d451f36e2bafcf7d470e283ca215c15e5d6d20d",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 2,
              "Balls": 8,
              "Boxes": 6,
              "Speed": 17,
              "Amount": 43,
              "Bagels": 7,
              "Colors": "Duotone",
              "Others": 8,
              "Sticks": 3,
              "Palette": "Berry Gala",
              "Pyramids": 5,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000230",
            "invocation": 230,
            "hash": "0xbe2ccbc06f5f1c558b38889452257bed91f161a1bd4f936cf467fa2e460d11e0",
            "owner_address": "0xb4aa0619a9e43e856c597c28754900f0ad6e1399",
            "features": {
              "Size": 9,
              "Balls": 6,
              "Boxes": 5,
              "Speed": 5,
              "Amount": 29,
              "Bagels": 8,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 2,
              "Palette": "Pastel Cream",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000231",
            "invocation": 231,
            "hash": "0xf60e303098f08a6ca95e8fd912e412c31a1f7beda12f9522048a3dc664d886eb",
            "owner_address": "0xf6a6e036a10f0475c16c202c20646b2a54171bb1",
            "features": {
              "Size": 4,
              "Balls": 6,
              "Boxes": 10,
              "Speed": 10,
              "Amount": 51,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 7,
              "Palette": "Salmon Fiesta",
              "Pyramids": 11,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000232",
            "invocation": 232,
            "hash": "0x5b86ba7be80e1f32f9ce7960e8ffea495ece1a5a2670510a9b41aabb8171ff8b",
            "owner_address": "0x29bf88e2abd51e2f3958d380ed8e8f9aadd33da7",
            "features": {
              "Size": 2,
              "Balls": 9,
              "Boxes": 5,
              "Speed": 3,
              "Amount": 46,
              "Bagels": 5,
              "Colors": "Duotone",
              "Others": 8,
              "Sticks": 9,
              "Palette": "Gamma Ray",
              "Pyramids": 6,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000233",
            "invocation": 233,
            "hash": "0x8494656a65b6ef6457ad4114bfc6df92599b03f5f7e0224675bf459d9c516e7f",
            "owner_address": "0xec90215396fd13d3e847901580f4085ca097526c",
            "features": {
              "Size": 2,
              "Balls": 9,
              "Boxes": 11,
              "Speed": 20,
              "Amount": 50,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Caribbean Island",
              "Pyramids": 6,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000234",
            "invocation": 234,
            "hash": "0xda2eaae58308635e6bb6228fb98edb2ce5830201cbb1eb975242d118658da589",
            "owner_address": "0x7d551b4aa5938d18be5c5e9fde7fece9566611ba",
            "features": {
              "Size": 1,
              "Balls": 8,
              "Boxes": 4,
              "Speed": 10,
              "Amount": 30,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Summer Night",
              "Pyramids": 3,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000235",
            "invocation": 235,
            "hash": "0x4c062919571e933d43bca3470d46695c22094cce1b8cb7d76543cb47156f57da",
            "owner_address": "0xdefbb4e3ac96da6aaade47621ac5cb7dbb94af79",
            "features": {
              "Size": 8,
              "Balls": 9,
              "Boxes": 6,
              "Speed": 3,
              "Amount": 48,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 8,
              "Palette": "Flamingo Festival",
              "Pyramids": 10,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000236",
            "invocation": 236,
            "hash": "0xe86a1e272ef349d200f95db6750e2f038d5efe2d75a22ca6bd4e562ac290ec91",
            "owner_address": "0x69449f50f833185dd09b5cd0afa6872d4f92d1e1",
            "features": {
              "Size": 7,
              "Balls": 3,
              "Boxes": 1,
              "Speed": 11,
              "Amount": 30,
              "Bagels": 3,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 3,
              "Palette": "Caribbean Island",
              "Pyramids": 5,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000237",
            "invocation": 237,
            "hash": "0x4f3fbd70ab02b67ed93d306d8d12bfed56fd723ec06754ca55ed43d34e241c03",
            "owner_address": "0x8f674ddc98331358193e91aa842c7bcea7cacdc5",
            "features": {
              "Size": 1,
              "Balls": 3,
              "Boxes": 2,
              "Speed": 14,
              "Amount": 22,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 5,
              "Palette": "Flamingo Festival",
              "Pyramids": 1,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000238",
            "invocation": 238,
            "hash": "0x05eafec5b214856b45d18a5d85a8116e50af0119cd66f4ab7582fac4c31b7593",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "Size": 6,
              "Balls": 3,
              "Boxes": 4,
              "Speed": 18,
              "Amount": 21,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 5,
              "Palette": "Chestnut Pearl",
              "Pyramids": 1,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000239",
            "invocation": 239,
            "hash": "0xb640b6d745d5332c77ba8684e7a302c48298500945b0070be9b59a3b6e20b265",
            "owner_address": "0xe6d2a9b56701d3180d218717141670ad720e479f",
            "features": {
              "Size": 1,
              "Balls": 7,
              "Boxes": 7,
              "Speed": 7,
              "Amount": 56,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 8,
              "Sticks": 7,
              "Palette": "Circus Time",
              "Pyramids": 11,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000240",
            "invocation": 240,
            "hash": "0x6658efde96100ec9e8921d0336b97c022e681de6ed4d42589133483b6efc18da",
            "owner_address": "0xe553fe5b71a236a8d6b03cbddde8be48c5fc5402",
            "features": {
              "Size": 2,
              "Balls": 2,
              "Boxes": 2,
              "Speed": 5,
              "Amount": 21,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 3,
              "Palette": "Gamma Ray",
              "Pyramids": 3,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000241",
            "invocation": 241,
            "hash": "0x06661c1463aebf863b972532c20824917fe4bc865bc45a43c06e67544645bf49",
            "owner_address": "0x7de871f520228b7a9b9fe2c718766f07a261c56c",
            "features": {
              "Size": 6,
              "Balls": 2,
              "Boxes": 1,
              "Speed": 15,
              "Amount": 24,
              "Bagels": 7,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 3,
              "Palette": "Silly Scent",
              "Pyramids": 3,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000242",
            "invocation": 242,
            "hash": "0xf2ec91c47c8c98d163916f7ac44598f86d72ae73e926cd216814972eb36bbb4c",
            "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
            "features": {
              "Size": 10,
              "Balls": 8,
              "Boxes": 8,
              "Speed": 13,
              "Amount": 53,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 8,
              "Palette": "Silly Scent",
              "Pyramids": 7,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000243",
            "invocation": 243,
            "hash": "0x38cd46972139cc07cef1b0defc01eb4efd99bdd088d1b2229ba3e7619a21c505",
            "owner_address": "0x9df8828d7e9a2946ad0b2daec7efab1f9a9dac0e",
            "features": {
              "Size": 10,
              "Balls": 4,
              "Boxes": 1,
              "Speed": 2,
              "Amount": 21,
              "Bagels": 3,
              "Colors": "Duotone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Gamma Ray",
              "Pyramids": 2,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000244",
            "invocation": 244,
            "hash": "0x6735affb5c66e9f0617ebbb442fa882184189936c0268a01f31125405ff35995",
            "owner_address": "0x29bf88e2abd51e2f3958d380ed8e8f9aadd33da7",
            "features": {
              "Size": 8,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 19,
              "Amount": 27,
              "Bagels": 4,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 4,
              "Palette": "Atomic Sun",
              "Pyramids": 1,
              "Cylinders": 4,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000245",
            "invocation": 245,
            "hash": "0x3c1f38b4b0ede9999e7510bc5a61e3c5121c592abded4026624f35bba990667b",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "Size": 4,
              "Balls": 2,
              "Boxes": 6,
              "Speed": 14,
              "Amount": 27,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 2,
              "Sticks": 2,
              "Palette": "Ocean Vehicle",
              "Pyramids": 2,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000246",
            "invocation": 246,
            "hash": "0xad869b675ef14c2e5680eb53817a9e4202eee8dd90c269f28d2c9d4200bee2ea",
            "owner_address": "0x3d35abff0829c1253c309dd2a967d5ca081fa678",
            "features": {
              "Size": 1,
              "Balls": 6,
              "Boxes": 3,
              "Speed": 17,
              "Amount": 46,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 10,
              "Palette": "Reggae Party",
              "Pyramids": 6,
              "Cylinders": 10,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000247",
            "invocation": 247,
            "hash": "0x4e3442aaf2957fdb5b6ef28a2d62074a13bbb26eeae2dc860c7f6d0e9c038a45",
            "owner_address": "0xdc5dc5b18f09cdf1ae14862e8e4665369e614ce7",
            "features": {
              "Size": 1,
              "Balls": 3,
              "Boxes": 8,
              "Speed": 7,
              "Amount": 44,
              "Bagels": 10,
              "Colors": "Monotone",
              "Others": 7,
              "Sticks": 6,
              "Palette": "Light",
              "Pyramids": 8,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000248",
            "invocation": 248,
            "hash": "0xb53f3512cc68cbfceb0044423de5e960177cdd87ad6cec975a2d2e52c6383db8",
            "owner_address": "0xece13c04e9a3026534efe8a8563d45140008b0af",
            "features": {
              "Size": 9,
              "Balls": 5,
              "Boxes": 9,
              "Speed": 15,
              "Amount": 54,
              "Bagels": 9,
              "Colors": "Tritone",
              "Others": 7,
              "Sticks": 10,
              "Palette": "Ocean Vehicle",
              "Pyramids": 8,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000249",
            "invocation": 249,
            "hash": "0x6ac70e61c6e2b968570c0e72392f7b71b6f8b9e2652c0dba22c9af0d665bfb03",
            "owner_address": "0x40502eaa3fcfd60ef97162a8b2246995e42dbeac",
            "features": {
              "Size": 3,
              "Balls": 3,
              "Boxes": 7,
              "Speed": 7,
              "Amount": 33,
              "Bagels": 10,
              "Colors": "Tritone",
              "Others": 3,
              "Sticks": 5,
              "Palette": "Atomic Sun",
              "Pyramids": 2,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000250",
            "invocation": 250,
            "hash": "0xa00b3f6040c31ef739a3dc878d997ce2e989e6346ef92dd3f5531fe2d544df5c",
            "owner_address": "0x8f674ddc98331358193e91aa842c7bcea7cacdc5",
            "features": {
              "Size": 10,
              "Balls": 6,
              "Boxes": 5,
              "Speed": 8,
              "Amount": 21,
              "Bagels": 1,
              "Colors": "Tritone",
              "Others": 0,
              "Sticks": 0,
              "Palette": "Pizza Crush",
              "Pyramids": 4,
              "Cylinders": 5,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000251",
            "invocation": 251,
            "hash": "0xeaabff9f55c3f60fb6b7148fdca20dd92deb2eb2b06ec7705d9f6f4f613bde2e",
            "owner_address": "0xddcc629c76f311d894b7c2953942a8652df2985d",
            "features": {
              "Size": 4,
              "Balls": 3,
              "Boxes": 6,
              "Speed": 2,
              "Amount": 33,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 3,
              "Palette": "Winter Socks",
              "Pyramids": 4,
              "Cylinders": 6,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          },
          {
            "token_id": "84000252",
            "invocation": 252,
            "hash": "0x0a212a0c5a0eb3292ecf4703fc75509a497f685a0a31608c35097313189a89f1",
            "owner_address": "0xa72e2b9f821c0e26433f90c85d3b25ea58d72910",
            "features": {
              "Size": 7,
              "Balls": 6,
              "Boxes": 6,
              "Speed": 9,
              "Amount": 40,
              "Bagels": 12,
              "Colors": "Tritone",
              "Others": 6,
              "Sticks": 1,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 6,
              "Cylinders": 3,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000253",
            "invocation": 253,
            "hash": "0x61d1be3f28fe9f091efa9bf5aadb20529d2e71f1263857421b828f5b2e1e73ee",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "Size": 1,
              "Balls": 4,
              "Boxes": 4,
              "Speed": 18,
              "Amount": 23,
              "Bagels": 2,
              "Colors": "Tritone",
              "Others": 1,
              "Sticks": 3,
              "Palette": "Silly Scent",
              "Pyramids": 7,
              "Cylinders": 2,
              "Wireframe": "Nope",
              "Background": "Tertiary"
            }
          },
          {
            "token_id": "84000254",
            "invocation": 254,
            "hash": "0xc82ccd93ca821dab4da71e6d9786a9c0a42d69e5192501b50920f3dd7f4f4429",
            "owner_address": "0x19413a1e1c1728787053b8bc38ff39fc9e58c89b",
            "features": {
              "Size": 3,
              "Balls": 3,
              "Boxes": 4,
              "Speed": 9,
              "Amount": 31,
              "Bagels": 5,
              "Colors": "Tritone",
              "Others": 4,
              "Sticks": 5,
              "Palette": "Mermaid Cupcake",
              "Pyramids": 3,
              "Cylinders": 7,
              "Wireframe": "Nope",
              "Background": "Primary"
            }
          },
          {
            "token_id": "84000255",
            "invocation": 255,
            "hash": "0x3412b61f529d67d7642324be977b3cd18359b708b78481de450d8c720415e76e",
            "owner_address": "0xd4c32a3a6c1900cdb821dcd5a6105f6d0715c93f",
            "features": {
              "Size": 7,
              "Balls": 7,
              "Boxes": 7,
              "Speed": 6,
              "Amount": 59,
              "Bagels": 12,
              "Colors": "Tritone",
              "Others": 9,
              "Sticks": 13,
              "Palette": "Campfire Cream",
              "Pyramids": 3,
              "Cylinders": 8,
              "Wireframe": "Nope",
              "Background": "Secondary"
            }
          }
        ]
      }
    }
  },
  "coordinatorAdditionalVisuals": [
    {
      "tokenId": "84000000",
      "observer": "OpenAI Codex",
      "method": "Single screenshot of original live renderer; no motion test for this token",
      "recordedAt": "2026-09-18T02:26:00.141532+00:00",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000000",
      "observation": "Dark wireframe meshes on saturated violet. Large central sphere overlaid with rectangular and triangular meshes, large detached angular ring upper right, faceted sphere lower right. Transparency makes front/back relationships ambiguous."
    },
    {
      "tokenId": "84000001",
      "observer": "OpenAI Codex",
      "method": "Single screenshot of original live renderer; no motion test for this token",
      "recordedAt": "2026-09-18T02:26:00.141666+00:00",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000001",
      "observation": "Low-contrast muted purple-grey central sphere and ground, with orange circular forms emerging above and below right. Sparse peripheral dark rings/cylinders and small pale angular forms; solid sphere hides many objects."
    },
    {
      "tokenId": "84000010",
      "observer": "OpenAI Codex",
      "method": "Single screenshot of original live renderer; no motion test for this token",
      "recordedAt": "2026-09-18T02:26:00.141668+00:00",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000010",
      "observation": "Green ground with dark wireframe central sphere. Long narrow bars cross above it; a large faceted ring lower left offsets the central mass. Overlapping linework is especially dense along upper/right sphere."
    }
  ],
  "coordinatorRightsReview": {
    "artwork": "Fresh index reports CC BY-NC4.0with null terms link. Official deed inspected: attribution, noncommercial use, indication of changes. Standard terms can be linked as named-label interpretation; historical grant not reconstructed.",
    "artworkTermsUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
    "library": "p5.js1.0.0upstream license file header identifies LGPL2.1; inspected header,preamble and opening terms, not a full legal analysis. Distinct from artist-code licence.",
    "libraryUrl": "https://raw.githubusercontent.com/processing/p5.js/1.0.0/license.txt",
    "requiredRevision": "Replace claim that named standard terms cannot be identified; add cited source records and separate rights domains before publication."
  },
  "coordinatorRightsRevision": "Added independently inspected standard deed and versioned library licence; removed unsupported assertion that viewer interaction itself leaves attribution impossible to determine.",
  "coordinatorEditionSummary": {
    "wireframeInvocations": [
      0,
      2,
      10,
      85,
      110,
      121,
      129,
      152
    ],
    "emptyFeaturesInvocations": [
      198
    ],
    "method": "Filter actual features objects in coordinatorFreshCheck full256-token response; no independent generator reimplementation claimed."
  },
  "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": 84,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "On-chain project id. The AB5D atlas position for this series is also 84, which is a coincidence; the two are separate numbers."
    },
    {
      "id": "artist-credit",
      "topic": "work-context",
      "value": "wuwa, credited on the live page as Ben Benhorin",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01",
        "S06"
      ],
      "status": "verified",
      "note": "Index artist_name is wuwa; the project page and the artist's own site use Ben Benhorin. Both preserved."
    },
    {
      "id": "series-position",
      "topic": "work-context",
      "value": "first of three, the Primitive Trilogy",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S05",
        "S06"
      ],
      "status": "reported",
      "note": "Artist's own framing: PrimiDance, PrimiLife, PrimiEnd, described as his debut on the platform."
    },
    {
      "id": "script-bytes",
      "topic": "construction",
      "value": 3813,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "A single script fragment. Small even for this contract, which the artist cites as part of the platform's appeal."
    },
    {
      "id": "palettes",
      "topic": "construction",
      "value": 29,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S04"
      ],
      "status": "verified",
      "note": "Twenty-nine three-colour palettes defined literally in the script. All twenty-nine indices map one to one onto stable platform palette names in array order."
    },
    {
      "id": "primitive-functions",
      "topic": "construction",
      "value": "seven drawing functions over six primitive types",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S05"
      ],
      "status": "verified",
      "note": "Torus, box, sphere, cylinder, four-sided cone, flattened box and a second smaller torus. The artist's account names six primitives including plane(); the code uses a flattened box rather than a plane call and uses the torus twice at different proportions."
    },
    {
      "id": "wireframe-probability",
      "topic": "construction",
      "value": "19 of1000generator buckets under equal-weight assumption",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "inferred",
      "note": "Integer helper yields99and100when threshold exceeds98; no proof of uniform real token distribution."
    },
    {
      "id": "wireframe-count",
      "topic": "examples",
      "value": 8,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04",
        "S05"
      ],
      "status": "verified",
      "note": "Invocations 0, 2, 10, 85, 110, 121, 129 and 152. The artist wrote that the feature was meant to be five and came out eight; the edition confirms eight."
    },
    {
      "id": "generator-reproduction",
      "topic": "examples",
      "value": "four platform traits reproduced from the token hash across the whole edition",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04",
        "S02"
      ],
      "status": "reported",
      "note": "Submitted research result; not independently repeated by coordinator."
    },
    {
      "id": "trait-indexing-gap",
      "topic": "examples",
      "value": "token 84000198 carries an empty trait object",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S04"
      ],
      "status": "verified",
      "note": "Every other token in the edition carries fourteen traits. The hash is present and the generator reproduces values for it, so this is an indexing gap rather than a property of the token."
    },
    {
      "id": "first-token-minted",
      "topic": "mint",
      "value": "2021-06-05T06:41:58+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S03",
        "S05"
      ],
      "status": "verified",
      "note": "Three days before activation. The artist states this was his own proof mint, and the token carries the rare wireframe trait. Calendar date 5 June 2021 in UTC."
    },
    {
      "id": "activated",
      "topic": "mint",
      "value": "2021-06-08T14:38:25+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Five days before the second mint. Activation did not begin the sale in any practical sense."
    },
    {
      "id": "second-token-minted",
      "topic": "mint",
      "value": "2021-06-13T15:00:21+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "start_datetime carries the same value, so the two do not independently mark a public opening. This timestamp is what the project page renders as 14 June 2021 in a UTC+10 browser."
    },
    {
      "id": "completed",
      "topic": "mint",
      "value": "2021-07-16T21:19:25+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Calendar date 16 July 2021 in UTC."
    },
    {
      "id": "second-to-complete-interval",
      "topic": "mint",
      "value": "33 days 6 hours 19 minutes 4 seconds",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "inferred",
      "note": "Independently recalculated from fresh second mint and completion timestamps; not a public sale duration."
    },
    {
      "id": "current-price",
      "topic": "mint",
      "value": "100000000000000000 wei (0.1 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": "release-date-display",
      "topic": "work-context",
      "value": "page renders 14 June 2021 from a UTC+10 browser",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S02"
      ],
      "status": "verified",
      "note": "The underlying start_datetime is 2021-06-13T15:00:21Z, which is 13 June in UTC. Activation was 8 June in UTC. Three defensible dates depending on event and timezone."
    },
    {
      "id": "motion",
      "topic": "examples",
      "value": "Continuous WEBGL animation; requested frame rate30",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S07",
        "S02",
        "S01"
      ],
      "status": "verified",
      "note": "Motion observed independently; exact frame rate not measured."
    },
    {
      "id": "interaction",
      "topic": "examples",
      "value": "Pause and trail effects observed; drag/reset attempted",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S07",
        "S01",
        "S02"
      ],
      "status": "verified",
      "note": "Camera values not measured independently; do not treat all controls as fully quantified."
    },
    {
      "id": "pause-partial",
      "topic": "examples",
      "value": "the play and pause control pauses only the orbit",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S07",
        "S02"
      ],
      "status": "verified",
      "note": "Measured: the orbit counter froze at 709 while the per-shape counter advanced sixty frames in two seconds and the canvas continued to change. No control stops the motion entirely."
    },
    {
      "id": "audio",
      "topic": "examples",
      "value": "No mechanism found in artist code; not auditioned",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S07",
        "S02"
      ],
      "status": "verified",
      "note": "No claim of listening or autoplay policy measurement."
    },
    {
      "id": "licence-field-uncontrolled",
      "topic": "rights",
      "value": "34 distinct licence label strings across 359 projects on this contract",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S09"
      ],
      "status": "reported",
      "note": "Submitted research result; not independently repeated by coordinator."
    }
  ],
  "coordinatorMintCalculation": {
    "second": "2021-06-13T15:00:21+00:00",
    "completion": "2021-07-16T21:19:25+00:00",
    "interval": "33 days, 6:19:04"
  },
  "submittedPresentation": {
    "editionSize": 256,
    "maximumEdition": 256,
    "factsSourceIds": [
      "S02",
      "S01"
    ],
    "mintEvent": "first indexed mint",
    "mintTimestamp": "2021-06-05T06:41:58+00:00",
    "mintCalendarDateForHeader": "5 June 2021",
    "mintCalendarDateNote": "Timezone: UTC. The first indexed mint is the artist's own proof, minted before activation. Activation was 8 June 2021 UTC, the second mint 13 June 2021 UTC, and completion 16 July 2021 UTC. The Art Blocks project page renders the second-mint timestamp in the viewer's local timezone and shows 14 June 2021 from a UTC+10 browser. Do not take the date from that page.",
    "heldArtwork": {
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "84000200",
      "edition": 200,
      "title": "PrimiDance #200",
      "artist": "wuwa (Ben Benhorin)",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "owner": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "ownershipObservedAt": "2026-09-18T02:25:07.500015+00:00",
      "ownershipSource": "Art Blocks public GraphQL index, tokens_metadata filtered on the three wallet addresses currently linked to the AB5D profile",
      "mediaUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "mediaType": "text/html, live renderer",
      "fallbackStillUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200.png",
      "motionObservation": "Motion and changing occlusion observed in the original renderer. The program requests 30 fps; actual frame rate was not measured. Orbit pause and trails had visible effects. Drag and reset were attempted without isolating camera values. Audio was not auditioned.",
      "caption": "PrimiDance #200, wuwa (Ben Benhorin). Copyright: CC BY-NC 4.0. AB5D collection.",
      "alt": "A large sun-yellow sphere on a dark plum ground, surrounded by orange boxes, cones, rings and rods that orbit it in three dimensions.",
      "copyrightLabel": "CC BY-NC 4.0 (as reported by the Art Blocks index)",
      "copyrightTermsUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
      "rightsSourceIds": [
        "S02",
        "S12"
      ],
      "displayBasis": "remote platform media, embedded from the Art Blocks live renderer; 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-18T02:25:07.500015+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": "84000200",
        "mediaUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
        "mediaType": "text/html",
        "motionObservation": "Motion and changing occlusion observed in the original renderer. The program requests 30 fps; actual frame rate was not measured. Orbit pause and trails had visible effects. Drag and reset were attempted without isolating camera values. Audio was not auditioned.",
        "note": "Embed the live renderer. It autoplays and needs no play click. Be aware that the embed is interactive: a viewer who clicks and drags inside it will re-frame the work, and pressing t will turn on trails.",
        "displayBasis": "remote platform media"
      },
      {
        "role": "example",
        "tokenId": "84000000",
        "mediaUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000000.png",
        "mediaType": "image/png",
        "naturalSize": "2400x2400",
        "motionObservation": "Static platform preview; coordinator separately inspected one frame of the original renderer. Motion was not independently tested for this token.",
        "caption": "PrimiDance #0, wuwa (Ben Benhorin). Copyright: CC BY-NC 4.0.",
        "alt": "A low-poly wireframe drawing in dark line on a violet ground: a faceted sphere surrounded by wireframe rings, cones, boxes and rods.",
        "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000000",
        "displayBasis": "remote platform media"
      },
      {
        "role": "example",
        "tokenId": "84000001",
        "mediaUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000001.png",
        "mediaType": "image/png",
        "naturalSize": "2400x2400",
        "motionObservation": "Static platform preview; coordinator separately inspected one frame of the original renderer. Motion was not independently tested for this token.",
        "caption": "PrimiDance #1, wuwa (Ben Benhorin). Copyright: CC BY-NC 4.0.",
        "alt": "A shaded grey sphere on a grey mauve ground with small orange spheres, a dark rod and a hexagonal ring around it.",
        "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000001",
        "displayBasis": "remote platform media"
      }
    ],
    "rendererNote": "Animated and interactive. Use the live renderer for the header. Every still cited in this package is the platform's default-state preview; none is a researcher-composed frame. If the dossier ever publishes a frame produced by moving the camera, the caption must say so."
  },
  "submittedExamples": [
    {
      "id": "E01",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "84000000",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000000",
      "sourceIds": [
        "S03",
        "S04",
        "S05",
        "S08"
      ],
      "selectionNote": "First indexed token, minted before activation; wireframe example discussed in the artist account. Allocation is not established by mint order alone.",
      "observationNote": "Coordinator original-renderer observation: Dark wireframe meshes on saturated violet. Large central sphere overlaid with rectangular and triangular meshes, large detached angular ring upper right, faceted sphere lower right. Transparency makes front/back relationships ambiguous. Single frame only; motion not tested for this token."
    },
    {
      "id": "E02",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "84000001",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000001",
      "sourceIds": [
        "S03",
        "S08",
        "S11"
      ],
      "selectionNote": "Invocation 1, the first token minted after activation and the ordinary shaded counterpart to the wireframe cases.",
      "observationNote": "Coordinator original-renderer observation: Low-contrast muted purple-grey central sphere and ground, with orange circular forms emerging above and below right. Sparse peripheral dark rings/cylinders and small pale angular forms; solid sphere hides many objects. Single frame only; motion not tested for this token."
    },
    {
      "id": "E03",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "84000010",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000010",
      "sourceIds": [
        "S03",
        "S04",
        "S08",
        "S11"
      ],
      "selectionNote": "Invocation 10, a second wireframe token, selected to confirm that the wireframe ground colour follows the token's palette rather than being fixed.",
      "observationNote": "Coordinator original-renderer observation: Green ground with dark wireframe central sphere. Long narrow bars cross above it; a large faceted ring lower left offsets the central mass. Overlapping linework is especially dense along upper/right sphere. Single frame only; motion not tested for this token."
    },
    {
      "id": "E04",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "84000200",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/84000200",
      "sourceIds": [
        "S03",
        "S07",
        "S08",
        "S10"
      ],
      "selectionNote": "The AB5D holding, verified against the current linked wallet set. Selected for the sustained motion and interaction analysis.",
      "observationNote": "Large golden central sphere on muted purple-brown square; orange cylinders and spheres, yellow polygons and dark toruses/boxes overlap and surround it. Dark shapes nearly merge with background. Later views reveal shifting occlusion. Orbit pause and trails visibly tested; actual frame rate not measured; audio not auditioned."
    }
  ]
}
