{
  "observedAt": "2026-09-18T00:18:00+00:00",
  "observedAtNote": "All timestamps in this file are UTC with an explicit +00:00 offset. The observation window ran from 2026-09-18T00:18Z to 2026-09-18T00:35Z, 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": "patterns-of-life-by-vamoss"
  },
  "method": "HTTP POST, Content-Type application/json",
  "identityFilter": "slug equals patterns-of-life-by-vamoss, corroborated against contract_address 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270 and project_id 87 in the same response",
  "projectObservation": {
    "id": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87",
    "project_id": "87",
    "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
    "chain_id": 1,
    "slug": "patterns-of-life-by-vamoss",
    "name": "Patterns of Life",
    "artist_name": "Vamoss",
    "artist_address": "0xc2d9e788980f9183356e5dcad1f7a457eaf8068e",
    "invocations": 512,
    "max_invocations": 512,
    "complete": true,
    "activated_at": "2021-07-16T22:17:58+00:00",
    "completed_at": "2021-07-17T14:10:01+00:00",
    "first_token_minted_at": "2021-06-10T22:46:04+00:00",
    "second_token_minted_at": "2021-07-17T14:01:45+00:00",
    "start_datetime": "2021-07-17T14:01:45+00:00",
    "updated_at": "2021-07-17T14:10:41.402257",
    "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-SA 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://vamoss.com.br",
    "artist_interview": null,
    "external_asset_dependency_count": 0,
    "script_count": 1,
    "aspect_ratio": 1,
    "display_static": false
  },
  "codeSha256": "ddb00353034971c2a682a85e206e87ff085b8ddd678e0ac5127704ed7c12e469",
  "codeBytes": 2739,
  "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": {
    "randomness": "none. The thirty-two bytes of the token hash are each reduced modulo ten; taken in three groups of eight and reduced modulo two they give three eight-bit rulesets, and they are reused to seed the initial row. No xorshift, no seeded p5 randomness, no other generator.",
    "automaton": "one-dimensional elementary cellular automaton on a 90 by 90 grid; each cell is updated from its left neighbour, itself and its right neighbour, the three bits indexing the eight-bit ruleset; the grid wraps horizontally",
    "colourRule": "the same three-bit neighbourhood value indexes a hard-coded array of eight colours",
    "palette": [
      "#2b2244",
      "#581845",
      "#900C3F",
      "#C70039",
      "#e32c36",
      "#FF5733",
      "#FFC30F",
      "#24fffb"
    ],
    "paletteVariesByToken": false,
    "reseeding": "the draw loop inspects the row two ahead of the current generation and, if it is uniformly empty or uniformly full, overwrites it with values derived from the hash digits",
    "mirroring": "the 90 by 90 buffer is drawn at the origin and then three more times, mirrored in x, in y and in both, into a two by two block; four-fold symmetry is therefore structural",
    "cycling": "on reaching the bottom of the grid the generation counter resets and the active ruleset advances to the next of three, wrapping",
    "interaction": "a mouse press calls the same rule-advance function; this control is not documented on the project page",
    "deadCode": [
      "a ruleset randomiser using live randomness, defined and never called",
      "a counter variable declared and never used"
    ],
    "indexTransposition": "the colour grid is written indexed by column then row and read indexed by row then column. The grid is square so the read is in bounds and no error occurs, but the painted values are the transpose of the written ones. Reported as observed; no judgement offered.",
    "declaredFrameRate": 30,
    "audioReferences": 0
  },
  "tokenQuery": {
    "query": "query($ids:[String!]){tokens_metadata(where:{id:{_in:$ids}}){id token_id invocation project_id owner_address minted_at hash media_url primary_asset_url live_view_url features}}",
    "method": "HTTP POST, Content-Type application/json",
    "identifiersRequested": [
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87000000",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87000001",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87000010",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87000020",
      "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87000361"
    ]
  },
  "tokenObservations": [
    {
      "token_id": "87000000",
      "owner_address": "0xc2d9e788980f9183356e5dcad1f7a457eaf8068e",
      "hash": "0x78c160fb8902499f8bb6ed38ca62a6ca2afe76bb05be7c14ba38800d1288871f",
      "minted_at": "2021-06-10T22:46:04+00:00"
    },
    {
      "token_id": "87000010",
      "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
      "hash": "0x88183b91276a2dec6f2cdb286a8e4e2fa232b0e71e7a3cc2fad074fa5c43196e",
      "minted_at": "2021-07-17T14:01:45+00:00"
    },
    {
      "token_id": "87000020",
      "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
      "hash": "0xf494187242ff9daaf8a19a9f9d760a3e18f61cb5476d27bf413fc08c355f0998",
      "minted_at": "2021-07-17T14:01:45+00:00"
    },
    {
      "token_id": "87000361",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "hash": "0x93b24405828faffa06b1481ba1613b13d6f2f431684635d1d206912d7630383d",
      "minted_at": "2021-07-17T14:04:46+00:00"
    }
  ],
  "editionSweep": {
    "query": "query{tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address minted_at features}}",
    "rowsReturned": 512,
    "emptyTraitTokens": [],
    "traitKeys": [
      "age"
    ],
    "ageDistribution": {
      "Ancient Patterns": 179,
      "Civilization Patterns": 67,
      "Cave Patterns": 63,
      "Modern Patterns": 62,
      "Rock Patterns": 61,
      "Tribal Patterns": 57,
      "Digital Patterns": 23
    }
  },
  "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/87000000",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:07.106890+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000010",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:07.226546+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000020",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:09.190397+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "status": 200,
      "method": "Independent HTTP GET; availability only, not visual inspection",
      "observedAt": "2026-09-18T01:44:08.486359+00:00"
    }
  ],
  "visualObservations": [
    {
      "tokenId": "87000000",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:22:00+00:00",
      "observation": "Four-fold mirror symmetry with seams through the exact centre. Large cyan field crossed by fine vertical striping, bounded by dark diagonal edges meeting in a central diamond, small red Sierpinski triangles nested in the corners, black triangles top and bottom."
    },
    {
      "tokenId": "87000010",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:22:00+00:00",
      "observation": "Broad flat fields of red with fine horizontal banding, two large indigo diamonds at the left and right edges, black triangles top and bottom, thin yellow seams along the diagonals."
    },
    {
      "tokenId": "87000020",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:22:00+00:00",
      "observation": "Almost entirely black and dark indigo, with large black triangles and only a thin dusting of red pixels along the diagonal seams."
    },
    {
      "tokenId": "87000361",
      "naturalSize": "2400x2400",
      "observedAt": "2026-09-18T00:22:00+00:00",
      "observation": "Dense red, orange and yellow lattice over cyan, clear nested Sierpinski structure in the corners, fine vertical comb texture at the edges, framed by the same black diamond geometry."
    },
    {
      "tokenId": "87000361",
      "source": "live renderer, mid-pass",
      "observedAt": "2026-09-18T00:23:30+00:00",
      "observation": "Visibly different from the stored preview: much larger black triangular regions, because the lower rows of the current pass had not yet been painted."
    }
  ],
  "motionObservations": [
    {
      "tokenId": "87000361",
      "rendererUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "observedAt": "2026-09-18T00:23:00+00:00",
      "canvas": "1324x1324",
      "rulesetsDecoded": [
        105,
        250,
        200
      ],
      "generationSamples": [
        {
          "tSeconds": 0,
          "generation": 35
        },
        {
          "tSeconds": 30,
          "generation": 64
        }
      ],
      "rowsPerSecond": 0.97,
      "gridRows": 90,
      "secondsPerPass": 93,
      "secondsPerFullThreeRuleCycle": 279,
      "declaredFrameRate": 30,
      "measuredFrameRate": 1,
      "ruleIndexAdvancedUnprompted": "from 0 to 1 during the observation window",
      "interactionTest": {
        "action": "single left click inside the canvas",
        "before": {
          "ruleIndex": 1
        },
        "after": {
          "ruleIndex": 2,
          "activeRuleNumber": 200
        },
        "documented": false
      },
      "audio": "no audio or video element in the document and no audio in the script; autoplay policy not engaged",
      "conclusion": "animated on a slow cycle through three named elementary rules, and interactive via an undocumented click"
    }
  ],
  "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 87000361, invocation 361, held by 0xdd19308a9731cdecb67e0d80ca6823394208c045, verified current"
  },
  "submittedTokenObservations": [
    {
      "token_id": "87000000",
      "invocation": 0,
      "hash": "0x78c160fb8902499f8bb6ed38ca62a6ca2afe76bb05be7c14ba38800d1288871f",
      "minted_at": "2021-06-10T22:46:04+00:00",
      "owner_address": "0xc2d9e788980f9183356e5dcad1f7a457eaf8068e",
      "features": {
        "age": "Civilization Patterns"
      },
      "observedAt": "2026-09-18T00:21:08+00:00",
      "note": "Owner address equals the artist address recorded on the project."
    },
    {
      "token_id": "87000001",
      "invocation": 1,
      "hash": "0x091a7851ee54147dd67a899c0885748b4d030753494598f1e1e9e8d0c93bf278",
      "minted_at": "2021-07-17T14:01:45+00:00",
      "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
      "features": {
        "age": "Cave Patterns"
      },
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "token_id": "87000010",
      "invocation": 10,
      "hash": "0x88183b91276a2dec6f2cdb286a8e4e2fa232b0e71e7a3cc2fad074fa5c43196e",
      "minted_at": "2021-07-17T14:01:45+00:00",
      "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
      "features": {
        "age": "Modern Patterns"
      },
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "token_id": "87000020",
      "invocation": 20,
      "hash": "0xf494187242ff9daaf8a19a9f9d760a3e18f61cb5476d27bf413fc08c355f0998",
      "minted_at": "2021-07-17T14:01:45+00:00",
      "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
      "features": {
        "age": "Digital Patterns"
      },
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "token_id": "87000361",
      "invocation": 361,
      "hash": "0x93b24405828faffa06b1481ba1613b13d6f2f431684635d1d206912d7630383d",
      "minted_at": "2021-07-17T14:04:46+00:00",
      "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "media_url": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361.png",
      "live_view_url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "features": {
        "age": "Civilization Patterns"
      },
      "observedAt": "2026-09-18T00:21:08+00:00"
    }
  ],
  "independentIndexCheck": {
    "observedAt": "2026-09-18T01:43:40.758066+00:00",
    "slug": "patterns-of-life-by-vamoss",
    "project": {
      "project_id": "87",
      "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "invocations": 512,
      "max_invocations": 512,
      "license": "CC BY-NC-SA 4.0"
    },
    "scriptSha256": "ddb00353034971c2a682a85e206e87ff085b8ddd678e0ac5127704ed7c12e469",
    "matchesSubmittedDigest": true,
    "tokens": [
      {
        "token_id": "87000000",
        "owner_address": "0xc2d9e788980f9183356e5dcad1f7a457eaf8068e",
        "hash": "0x78c160fb8902499f8bb6ed38ca62a6ca2afe76bb05be7c14ba38800d1288871f",
        "minted_at": "2021-06-10T22:46:04+00:00"
      },
      {
        "token_id": "87000010",
        "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
        "hash": "0x88183b91276a2dec6f2cdb286a8e4e2fa232b0e71e7a3cc2fad074fa5c43196e",
        "minted_at": "2021-07-17T14:01:45+00:00"
      },
      {
        "token_id": "87000020",
        "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
        "hash": "0xf494187242ff9daaf8a19a9f9d760a3e18f61cb5476d27bf413fc08c355f0998",
        "minted_at": "2021-07-17T14:01:45+00:00"
      },
      {
        "token_id": "87000361",
        "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
        "hash": "0x93b24405828faffa06b1481ba1613b13d6f2f431684635d1d206912d7630383d",
        "minted_at": "2021-07-17T14:04:46+00:00"
      }
    ]
  },
  "submittedTokenPageChecks": [
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000000",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000001",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000010",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000020",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "status": 200,
      "outcome": "loaded",
      "observedAt": "2026-09-18T00:21:08+00:00"
    },
    {
      "url": "https://www.artblocks.io/collection/patterns-of-life-by-vamoss",
      "status": 200,
      "outcome": "loaded, project details panel expanded; no licence field, no ATTRIBUTES section, no animated or interactive badge",
      "observedAt": "2026-09-18T00:26:00+00:00"
    },
    {
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "status": 200,
      "outcome": "renderer executed; motion measured over thirty seconds and the undocumented mouse control exercised",
      "observedAt": "2026-09-18T00:23:00+00:00"
    },
    {
      "url": "https://vamoss.com.br",
      "status": null,
      "outcome": "failed: navigation denied and requests to the apex, www and plain HTTP variants all failed at name resolution",
      "observedAt": "2026-09-18T00:30:00+00:00"
    }
  ],
  "coordinatorIndependentRetrieval": {
    "retrievedAt": "2026-09-18T02:48:48.524820+00:00",
    "query": "query { projects_metadata(where:{slug:{_eq:\"patterns-of-life-by-vamoss\"}}){project_id contract_address script invocations max_invocations first_token_minted_at second_token_minted_at completed_at activated_at license link_to_license script_type_and_version price_per_token_in_wei} }",
    "project": {
      "project_id": "87",
      "contract_address": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "invocations": 512,
      "max_invocations": 512,
      "first_token_minted_at": "2021-06-10T22:46:04+00:00",
      "second_token_minted_at": "2021-07-17T14:01:45+00:00",
      "completed_at": "2021-07-17T14:10:01+00:00",
      "activated_at": "2021-07-16T22:17:58+00:00",
      "license": "CC BY-NC-SA 4.0",
      "link_to_license": null,
      "script_type_and_version": "p5@1.0.0",
      "price_per_token_in_wei": "100000000000000000"
    },
    "sha256": "ddb00353034971c2a682a85e206e87ff085b8ddd678e0ac5127704ed7c12e469",
    "bytes": 2739,
    "scope": "Retrieved and hashed; full reading and visual review still pending."
  },
  "coordinatorCodeReview": {
    "recordedAt": "2026-09-18T02:49:07.289977+00:00",
    "reviewer": "OpenAI Codex",
    "scope": "Complete 2739-byte executable script read; runtime observations pending.",
    "findings": [
      "Thirty-two hash byte pairs reduced modulo10; first24 parity values form three8-entry rule tables. Declared seed is unused.",
      "90x90 matrix and colour matrix. Restart seeds matrix[45][0]; setup fills matrix[0] across its other axis with repeated hash parity.",
      "Generation uses wrapped adjacent first-axis cells at current generation modulo90; colour selected by binary neighbourhood index, independent of selected binary rule output.",
      "display uses colorMatrix[r][t] where r=89-generation%90 and draws x=t,y=r. This transposed indexing must not be described as a conventional scrolling row display without qualification.",
      "Uniform slice test operates matrix[generation+2] before display, replacing values with hash parity and colorMatrix entries with numeric0/1.",
      "After generation reaches90, generation reset and next rule selected without resetting matrices or graphics buffer.",
      "One90x90 offscreen graphic drawn four times with mirrored axes, to make180x180 logical image.",
      "frameRate30 is requested, not measured. Every draw generates a step. Mouse press cycles rule table without restart.",
      "No window resize handler or audio instructions found. No runtime interaction or sound test yet."
    ]
  },
  "coordinatorFreshCensus": {
    "query": "query{user_profiles(where:{username:{_eq:\"ab5d\"}}){linked_accounts{public_address}} tokens_metadata(where:{project_id:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-87\"}},order_by:{invocation:asc},limit:600){token_id invocation hash owner_address features minted_at}}",
    "retrievedAt": "2026-09-18T02:49:41.103781+00:00",
    "response": {
      "data": {
        "user_profiles": [
          {
            "linked_accounts": [
              {
                "public_address": "0xce6dc14c5494d8a4325a81d3b257d130fa2039d1"
              },
              {
                "public_address": "0x2247247ee0eee59557e6cd14f7e047f6a9309b5c"
              },
              {
                "public_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045"
              }
            ]
          }
        ],
        "tokens_metadata": [
          {
            "token_id": "87000000",
            "invocation": 0,
            "hash": "0x78c160fb8902499f8bb6ed38ca62a6ca2afe76bb05be7c14ba38800d1288871f",
            "owner_address": "0xc2d9e788980f9183356e5dcad1f7a457eaf8068e",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-06-10T22:46:04+00:00"
          },
          {
            "token_id": "87000001",
            "invocation": 1,
            "hash": "0x091a7851ee54147dd67a899c0885748b4d030753494598f1e1e9e8d0c93bf278",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000002",
            "invocation": 2,
            "hash": "0x988bc57379ca2233566941c475420f2c850aff308bb6740c21f3341d037e65bc",
            "owner_address": "0x6098c75215c7034666e484f8b3452db921fcc234",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000003",
            "invocation": 3,
            "hash": "0x129ecef0c4228a427072cb69fe16217baffebb515cffc8ce8eadfe36da081fbf",
            "owner_address": "0xc229d7d3dd662a1b107e29aa84bb0c8ff609cf3a",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000004",
            "invocation": 4,
            "hash": "0xd12e10846e502bd87cd4320ee6360665f469eeea28af28b020c8f7c041506e78",
            "owner_address": "0x1fdc5b40325b96de849e636f0ad122a241bccfbd",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000005",
            "invocation": 5,
            "hash": "0xbb0eae4b86d3f08c8397e56276548b58a27645e5b581db5dc19dc070de639ed2",
            "owner_address": "0x8191a2e4721ca4f2f4533c3c12b628f141ff2c19",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000006",
            "invocation": 6,
            "hash": "0x3579f19feef0b11ebbf1207693789901951fa05dd75325f31f11fbdd460f68fb",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000007",
            "invocation": 7,
            "hash": "0x5f1f1844fe5ffa9eb40fdc61b769f0822eba15d69115b015394bec84962b7f5c",
            "owner_address": "0x6e2c1091d221104812f071973971c6f9e401dff0",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000008",
            "invocation": 8,
            "hash": "0x287151b1a99c07981bc57b3e5c4bec540bd3341abdde189c4ff7b5333de61755",
            "owner_address": "0xe80cb316b8273e13d007c831f49316e94aef6447",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000009",
            "invocation": 9,
            "hash": "0x18f78d9d94e32e2e95a7184497429f29949c172cba3cff23d2feeb1e06d75153",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000010",
            "invocation": 10,
            "hash": "0x88183b91276a2dec6f2cdb286a8e4e2fa232b0e71e7a3cc2fad074fa5c43196e",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000011",
            "invocation": 11,
            "hash": "0x5f4b79528f13dcd545ec2f536df1d92cbf8dfe431eba7537be5d7363df1ecf7d",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000012",
            "invocation": 12,
            "hash": "0x1568078979f2f5273a6f445c2f072b9cba0ed75884b6b189a5b2a3b562355064",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000013",
            "invocation": 13,
            "hash": "0x5853a971f35a60e9053c38ae5185bb101fcb9f92cd679cd8026c32a122863a54",
            "owner_address": "0xf75088b5870b134e350fd010e449dc4e004d81e2",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000014",
            "invocation": 14,
            "hash": "0xe52aba8d8e03d66022790fafd5d05fb2910c9302ac758a2919464382d29de2f7",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000015",
            "invocation": 15,
            "hash": "0x5c3b0a53b2a41fe7ecdfb6e87d54a7264d035c340a99ed79f82a31ce317688c2",
            "owner_address": "0xafd37c11f9dfee561db31d9bab7cec4812bbd241",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000016",
            "invocation": 16,
            "hash": "0x38fa18985c3ea95a4e20c46bbae47e8f4ba76bedbf8c0e84322a29355ca647f5",
            "owner_address": "0xd4c32a3a6c1900cdb821dcd5a6105f6d0715c93f",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000017",
            "invocation": 17,
            "hash": "0xa34c230fa6f792d8b6d45cbde2426c2dfac6ecc2ec5ab88f6703370611f5d2bf",
            "owner_address": "0x1fdc5b40325b96de849e636f0ad122a241bccfbd",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000018",
            "invocation": 18,
            "hash": "0xa80643100e1c718a0b0af22f6db7d9a73c8f5efcb4669f0521f1ccc7a229a43b",
            "owner_address": "0xc2b46c60afe93cda3855f67fcda6d6844723ddb8",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000019",
            "invocation": 19,
            "hash": "0x960306e00db1d4ab166b601cffdff8607a0ed92364491c8712effcacd215ea59",
            "owner_address": "0x4b54d229651f7c36b24a131a85f4a3d7c092dd91",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000020",
            "invocation": 20,
            "hash": "0xf494187242ff9daaf8a19a9f9d760a3e18f61cb5476d27bf413fc08c355f0998",
            "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000021",
            "invocation": 21,
            "hash": "0x2d6f4c5ef9877589a9335520bde671a9ab5194ac43c39052cf0c1abd712e03be",
            "owner_address": "0xe54cf30a3f31f3076e9ab5bd122379545a137b4c",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000022",
            "invocation": 22,
            "hash": "0x86d173ad011699db4986656197756db75762e3255c499c558fb7a2ff9bdfe835",
            "owner_address": "0x8fb5f5526abb70cc3aa622f4ab76c049412f9a5e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000023",
            "invocation": 23,
            "hash": "0xc771383cd6425fbbd2174ee723af295e4b463531a3bbcc5a716eef982e7306d6",
            "owner_address": "0x2e10fd3884dce04f992a3b68d52f807014b41237",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000024",
            "invocation": 24,
            "hash": "0x000c496a09a44ce02216a3e54cae9098e42e45b5a7a74417a6d5185376120f01",
            "owner_address": "0x385826303c4348c39f521653c45c64c60f1eded3",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000025",
            "invocation": 25,
            "hash": "0xd3ec8013b80d2f4228e8a8d2ff57c55e6385b0a64b31b9ed75382a61b3e586b6",
            "owner_address": "0xb0b2b405c9d09d129e9f9b18c9dd218c532f2b2a",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000026",
            "invocation": 26,
            "hash": "0x602f70d3d85ee9f9e4193cad00444cc3b25b8f1832988559888d2f076702a987",
            "owner_address": "0x882ab251b01027e31482b33d60997cd681989c08",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000027",
            "invocation": 27,
            "hash": "0x6d4a05da75ac6fabc77a0fbb4082daa6f4b5ccdc0b2f4297241673a15a4da0ff",
            "owner_address": "0xcd7780da819d64a9c6febb69c3420e079633e703",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000028",
            "invocation": 28,
            "hash": "0xab6c71c089ab30c5bf271ee9e9c4b4743b465ec26cc786a38eea7edc5471673d",
            "owner_address": "0xd9ab9aea87807b9a6e5b0674bf113b088d12d225",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000029",
            "invocation": 29,
            "hash": "0xb633cab0c31e77e59d2ac49c222aef6c147a94fcdc9f59bd8660722335628f6b",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000030",
            "invocation": 30,
            "hash": "0x59e563c3089c9cc0428a6b791dab5baf488988b3c0cc8deb17436af2ab9eea92",
            "owner_address": "0x9716681214aea16d140a0c2d37fd2b9ce64a730b",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:01:45+00:00"
          },
          {
            "token_id": "87000031",
            "invocation": 31,
            "hash": "0xdd90b4921d13ef3a25d68f3d8909be34e9fb8f73c3411e04abba216fedb748da",
            "owner_address": "0x8c38c3435ce7c6831a57abca73d895fe4ec48059",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000032",
            "invocation": 32,
            "hash": "0x104d600cce3129f6a5ff54f7cf87e2e059471f549d94252c3d2a525a0960ca83",
            "owner_address": "0x154f4a87f0fde6b52469af74e66f3c6a788916b2",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000033",
            "invocation": 33,
            "hash": "0x9e6b4f0018761065a2801f46099ab5c18a6537e2544b86737a9b7d02b3b2909a",
            "owner_address": "0x0abb75f676d0c131c04324dd98150a39213edd41",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000034",
            "invocation": 34,
            "hash": "0x28a6730aeba7cdc35597165125651f39ba1dc67596bf41afcb587c58342709a5",
            "owner_address": "0xc2080fafb58e0df318a7d252376b2c1819d1cd01",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000035",
            "invocation": 35,
            "hash": "0x88dd5fbc7c402e848db2c729d1eb6302848cdebc19c8f85ea99d5b949df591be",
            "owner_address": "0x5e982768f6e015d6a71bb5f34281f828a790c00c",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000036",
            "invocation": 36,
            "hash": "0x687049671fdbaf9acc573db7f16cd75b92a198acefe45657d957659ede34bc97",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000037",
            "invocation": 37,
            "hash": "0x57284a0fe2a8f1a9fe1d159f919f147bea861d3c23d847c5c1486e7abb735d67",
            "owner_address": "0x111b3c435db3838850cfd6fd2d07ee76459338fa",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000038",
            "invocation": 38,
            "hash": "0xf039faaa51c4e54f29f1f78e5b8a309160ab3428ba4a47f5932cb66930be3f5d",
            "owner_address": "0x8b97f27090681ef6aed10de6f986e51b9eac1526",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000039",
            "invocation": 39,
            "hash": "0x10de92ff83db3e4f256734da5aa02acf4c0a287e804b1c83ed357fde5dc33df3",
            "owner_address": "0xff916ec21caa86eda2e0121a18accefe3ef6e6e4",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000040",
            "invocation": 40,
            "hash": "0x11d9b903d5e834898bebc1849e66dd74e3d3d1483e5ca4f83a41c226a72a7454",
            "owner_address": "0xe436c6457debb8787e0f980a578ea7236148e13a",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000041",
            "invocation": 41,
            "hash": "0xee32b5b2791b129be860aae803183b2085e4f26cf72011804239e1c3c9e6a3f9",
            "owner_address": "0x2a56950f56d28fc900add1f4ee0dc3e285f0636a",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000042",
            "invocation": 42,
            "hash": "0x205510cc94dbe5ccbe8393f4ed47ca1bf044a3d5332004364a4e85464d88dc95",
            "owner_address": "0x7d7ff0c00ca185eb725a3f0c5a86c4968cf7eec8",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000043",
            "invocation": 43,
            "hash": "0xb5a4e5ddd86892318f6772218409a435bf002268b692878165ae4dafeda8382a",
            "owner_address": "0xbc9f538d7377b2f4aa96cb53851340b557d7566e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000044",
            "invocation": 44,
            "hash": "0xaf2a40c0cb3c9fbcede17658b2a2c97287725312fb4bf3688aed4b2fe1817a6c",
            "owner_address": "0x2548d72598085783d4e0fa81714a52a934e29001",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000045",
            "invocation": 45,
            "hash": "0x278c715dbb0cc50fe23cb29953aec70f01b4f86de63f96419e0024d2300635c6",
            "owner_address": "0xf0f0682600eea116a1a15ab0e9c0311b7dbaf41a",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000046",
            "invocation": 46,
            "hash": "0x0eca0786c4f20bd604cfea013687f452d54a200def5f6c713b36820ff703299f",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000047",
            "invocation": 47,
            "hash": "0xdc66fa1f0d3e0d9fef7adce1495d467fa82451c5c4fa5fb0770111b87cc002a0",
            "owner_address": "0x7e345a2a7c6ab50eeba694b4a5f98898eca59bcc",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000048",
            "invocation": 48,
            "hash": "0x194076959e4bcce43da9d9eab799ea7ecdd6d43b7dbe10f21632f8fdb2367a62",
            "owner_address": "0xb055af702180e0ad4ac8eb2250bf6736224cc2e7",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000049",
            "invocation": 49,
            "hash": "0x6f76d34070748d03b44efe509e2bb50424c5746fbca31a9c2f2b723720c33fad",
            "owner_address": "0x44a3ccddccae339d05200a8f4347f83a58847e52",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000050",
            "invocation": 50,
            "hash": "0xb30b61038f59b0437eb464cedb7c567b03894f8723aac4fb95e65fef4e34e6a9",
            "owner_address": "0xb0b2b405c9d09d129e9f9b18c9dd218c532f2b2a",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000051",
            "invocation": 51,
            "hash": "0xd326edc39c2b817648a654682e70213a4f501c9846c37139eac22e4b3d6aa2da",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000052",
            "invocation": 52,
            "hash": "0x53e12b246cf7c54d78de13f87854124f191a64668ccb60291685d991cb576e2c",
            "owner_address": "0x68e1562eda260beae89828cb4b7f25fa7311de54",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000053",
            "invocation": 53,
            "hash": "0x999cf92fa272c1004a4f3c7c00066aac62c38693cf63bd9c5ed4701cc5a3a2dd",
            "owner_address": "0x2e10fd3884dce04f992a3b68d52f807014b41237",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000054",
            "invocation": 54,
            "hash": "0x93339108e1453c6313d8165411a5ad0a66c0dbde9e018506c5503c3607b06649",
            "owner_address": "0x2034bf3f4ea18be301625a8562b26175e83c1b90",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000055",
            "invocation": 55,
            "hash": "0x66d9aaa6aa86c6f1f09ca9373cee18d0a117e337cd06d191b467cac5f5ff7710",
            "owner_address": "0x60defd15456bbb22b598e49ae3270c124609607f",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000056",
            "invocation": 56,
            "hash": "0xa73f02f92f9fe1e3d3b2206aa9ff658ac4f4983f0fbe25558219b4e7cf5f9a6e",
            "owner_address": "0x5876942a87a972eb3e1418209069e27d707f767c",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000057",
            "invocation": 57,
            "hash": "0x39845976e867d84e1df0c5db6777eb4cd906e165c1566c67845917af11da58d8",
            "owner_address": "0xdbcb73394966f32e003bbe5ff325fa46d42fc335",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000058",
            "invocation": 58,
            "hash": "0x98764e5cc7fc603dc69c8a633628817f85d9c03d729b41f32000c30896607f66",
            "owner_address": "0xfa1e3173696b49deb73becbed3729f99339fbbf7",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000059",
            "invocation": 59,
            "hash": "0x2a32ab19f63308db1498d5c1dc5d04c0d21b3273497bbb23d43c1b3474e9e5a5",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000060",
            "invocation": 60,
            "hash": "0xa46266ffe3232ab7f10bc73c55c77da7bdf16cda518d82fedef7fc6d3df4f05d",
            "owner_address": "0x7f5a0a6847fd0fa05c13cbc02f435047b429e37c",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000061",
            "invocation": 61,
            "hash": "0x8c2fcdf0404ebc3e463094c2766da08c51f7345c292d0e5d0fb9bcc3cc49ebd4",
            "owner_address": "0x1689bd49110ad670c82b41aebc3f55d4fa265aa1",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000062",
            "invocation": 62,
            "hash": "0x1948b390c6861f18528cfb5eaaffb6bb7bb673be32e1b30f8a267563c7eeb285",
            "owner_address": "0x80f72b278a66542da6fc16a04a06292248605447",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000063",
            "invocation": 63,
            "hash": "0xc1dda9397daa42f7aaeb2ea433bb7b23f4619b9db20634223d5961c5f3027dd5",
            "owner_address": "0xecba5f51925e6ccec26da38dcd7d5305f6bdfbcb",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000064",
            "invocation": 64,
            "hash": "0xb77ef33dee73d1ecf0098da42e5b62f167eac6329ce85a1961bdc75bdcae332c",
            "owner_address": "0x7b83f4aef8377f3f6a54ae6728a8a3eccb3f6b3c",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000065",
            "invocation": 65,
            "hash": "0x1e9bfb88455895b7df4e30ff6b5256b649bdbe13edda12a58e5b345ae2a0322a",
            "owner_address": "0x47e255bf1ae9040151774d307c9e01d12da71d57",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000066",
            "invocation": 66,
            "hash": "0xc6c90e87a2619d58729296647633f01288e6701fa3bc579344e97ac0e76179b3",
            "owner_address": "0x8db6aa3bd898d81dd60fc9a8096c8f8435a4a06c",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000067",
            "invocation": 67,
            "hash": "0x096d288189184b0c925f24602b5d67e45eaae19164b6249ea86f50b0b3af203b",
            "owner_address": "0x3401ea5a8d91c5e3944962c0148b08ac4a77f153",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:03+00:00"
          },
          {
            "token_id": "87000068",
            "invocation": 68,
            "hash": "0x9b42a4c5581f8a022b136959680edd597c8e2ad132bd11ac56e6331e00fda4b3",
            "owner_address": "0x139a0975ea36cec4c59447002a875749ac9c460f",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000069",
            "invocation": 69,
            "hash": "0x42210118bbbe72a17fedf500c6dbfe1491aac74b12f581823abbcb3c2ba64733",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000070",
            "invocation": 70,
            "hash": "0x127138a709aec13dcaa0f14c3e30a7d5c92f7805538a736ae562a4ff4dc20950",
            "owner_address": "0xd399b1d1bcb15e72e47a3f251a150c7e24c308e7",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000071",
            "invocation": 71,
            "hash": "0x99e48972cba5bdc5dd131fa4b07efdfc0fdd68a7ddb9df74ef7bb8e1b2f45a86",
            "owner_address": "0xcf912d253d48bbf92bd241643ce77b1b8588b70e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000072",
            "invocation": 72,
            "hash": "0xe2db66cebd1bb5f1fae3b815f62c5b77b2a45637a68f09ee6a53d2fbc32d0ae7",
            "owner_address": "0xeeaddc58cbf066fc3eb4149f177a39edf2d5eb73",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000073",
            "invocation": 73,
            "hash": "0xd1e7e3f50faa91345cb2d120190500ae8135e862adf1ee3ab9af5be5c76c64a1",
            "owner_address": "0x54f57ae34ee8857d831ffc6b49ba689a409bd360",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000074",
            "invocation": 74,
            "hash": "0x6172dede44f20ae6a066356a24f84504ce1c217772a4cb4789123ac48a50176a",
            "owner_address": "0x9716681214aea16d140a0c2d37fd2b9ce64a730b",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000075",
            "invocation": 75,
            "hash": "0x06798e847dc75f85b9df747e7c79f1c8c7aa0db328a1543e3735ff71d51ba60f",
            "owner_address": "0xcf912d253d48bbf92bd241643ce77b1b8588b70e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000076",
            "invocation": 76,
            "hash": "0x673e59f2abaeae07cdc48ef8d336c307f4f927a2afe1dc3af2b9f65c76470fbe",
            "owner_address": "0xa23deaf742997b604b8a7733036b209bac53958d",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000077",
            "invocation": 77,
            "hash": "0xacba5124784897f2a755f2d74f93dd165cfe9b26af389a43d903fc8cf65f436d",
            "owner_address": "0xa23deaf742997b604b8a7733036b209bac53958d",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000078",
            "invocation": 78,
            "hash": "0x0d5c5b95cfd9010f19ecda4c229e85ef12cb2fdccc29ad01aaa0b3316bf38964",
            "owner_address": "0xcd7780da819d64a9c6febb69c3420e079633e703",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000079",
            "invocation": 79,
            "hash": "0xa79f554f3697cf7103a82b098f8229340639aee2465988f8eb7e619615294f9f",
            "owner_address": "0x85654d98c5bcdaa28ca6012a338b44f60d08561c",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000080",
            "invocation": 80,
            "hash": "0x7fabf6ba79317a02b6653366fc0936189f3662a91bae160fa52b7e13dc5e0d04",
            "owner_address": "0x08d4afbd034ea6f80431120282c9af63c7626365",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000081",
            "invocation": 81,
            "hash": "0xf269c32ddf3c65b313cc45ed4240ef52c11d2481046d4df5f586026d54bef378",
            "owner_address": "0xfc840af78a496b52e378dfa94838402e1b7f71dd",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000082",
            "invocation": 82,
            "hash": "0x3d09d7b5e53de631303d7b94c4cfa66615de800129c6d06fb6d2192a34e66a3d",
            "owner_address": "0x7d112b3216455499f848ad9371df0667a0d87eb6",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000083",
            "invocation": 83,
            "hash": "0x1b54a69f3a3157945263a85c5447d0111e978b75259699edd38a64769d8d209c",
            "owner_address": "0xeafa342c3fdb33e5ca4e825b72b6ff48bd1e831e",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000084",
            "invocation": 84,
            "hash": "0xd3647f87436ca1b1419b8661cb387b7a53181f62c9626c682904c5dde338eec1",
            "owner_address": "0x0811a61466e1256be1face99709a750a7f84c1c1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000085",
            "invocation": 85,
            "hash": "0x2bace181e66cecb54fb37af08900a673d69f66a4be3490b4c63123fadd6d48cd",
            "owner_address": "0xb072251eabdc247614cfd46381563fb51f3eb352",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000086",
            "invocation": 86,
            "hash": "0x318511081881d806e311628ab42cca9441f0696f55d533166a2d263e62a81eba",
            "owner_address": "0xafd37c11f9dfee561db31d9bab7cec4812bbd241",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000087",
            "invocation": 87,
            "hash": "0x843705183d2b801e7e4fd83461f94064a771dae6569f923a1f43aae669b59d8f",
            "owner_address": "0x2c348f40c50ea7cd12076c9193963ec5fc69f3ce",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000088",
            "invocation": 88,
            "hash": "0xddd107df4bebfbab57019f8a4947b7feddd1a8e752309828f9e1eec242c943e9",
            "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000089",
            "invocation": 89,
            "hash": "0x4a82763f75478045d2ecb32c497ec0d3e17613f0b58de758e82aca0315209fe8",
            "owner_address": "0xdde3ca351d85a4b4cc6aff8d42c0840959859053",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000090",
            "invocation": 90,
            "hash": "0x634c00ea1158648e4f191a73d418a72fc5dbb6360fc785c71b64c2e975a879a1",
            "owner_address": "0xbd23ba386baf796b6526e1670d9dddf1f7b15ebb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000091",
            "invocation": 91,
            "hash": "0xd86c39eb988e563af1f353c4ea122fc90acb966c10ac93ad286e76db2a846cda",
            "owner_address": "0x6efef34e81fd201edf18c7902948168e9ebb88ae",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000092",
            "invocation": 92,
            "hash": "0xe4f6bccbe9d5df9f9b39bedcfff976259dbeae366c31d8c9e7367638636d132e",
            "owner_address": "0xe436c6457debb8787e0f980a578ea7236148e13a",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000093",
            "invocation": 93,
            "hash": "0xea1af0b57735c20c79ea618e3c880f88d8242c2b630e4bfce0c55e4aec986825",
            "owner_address": "0x870661f46a7b20bb881eb06f18fa81a99e1d1f25",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000094",
            "invocation": 94,
            "hash": "0x41561d3dd0a7b52f72322ef3cf8a7394e1e82fdbd193a200dfa1b8ccf2a227f4",
            "owner_address": "0x5b1e7840e97dae8b716317965534fadb490580a1",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000095",
            "invocation": 95,
            "hash": "0xcaf89615a28d680458ad24969d9e1a65b2fd6a15344e3feb5e48e5011eb88c3c",
            "owner_address": "0xa4ba47858ce9935c69e736c01af5d4d81ef641cf",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000096",
            "invocation": 96,
            "hash": "0xeca525897fc19c8770c10f90b37683fd007322ee740be4495551c6bee747ccf0",
            "owner_address": "0x4a7619e842e83f709e2079b471650d3ad12c319d",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000097",
            "invocation": 97,
            "hash": "0x382c0f2eb1eeb29f2111a36208bdc0bc7d182023c1e5e758132557780008b71c",
            "owner_address": "0x179e7b0c5c719ba94f6a3e2b7faeb57b8b02299d",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000098",
            "invocation": 98,
            "hash": "0xf51f38da2b6d5374593e3e3dfae0e396bebc3013cc1ab7e2c81c34cd160f51f0",
            "owner_address": "0x13757fad00677b23b58a695ec8efcebf5103a6ab",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000099",
            "invocation": 99,
            "hash": "0x23c2c262efaf6642a32d560b5010d1e608bbfb20804bce5b930e71901ed68cc2",
            "owner_address": "0x49a4c46152435ff1e2fe736332989999cd25e790",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:11+00:00"
          },
          {
            "token_id": "87000100",
            "invocation": 100,
            "hash": "0xdc9145ca8f48c6ee7ab7d550cbbb46a0b1413a23ee62cb50fc80ac76bfaf457f",
            "owner_address": "0x2e10fd3884dce04f992a3b68d52f807014b41237",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000101",
            "invocation": 101,
            "hash": "0x0d16a7a3468ce799cfabf861cfeec81aee6950e7fe0d00f9d627f9e17581881b",
            "owner_address": "0x55414da85d2b633c1e90a9d06fb33be7b33446e6",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000102",
            "invocation": 102,
            "hash": "0xa05eedd5648cc8dcf0e193e8db78a52026a040eebe9f96f502a1efd7669dcd12",
            "owner_address": "0x92b7a519317aca2895455a179e5742ec2be06a48",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000103",
            "invocation": 103,
            "hash": "0xe70a21ef5c2eafdf35660da2e617dd775a9f6e14976364617d5aec903d58b510",
            "owner_address": "0xb965d6043cc8c016dd47b307f87a0ec0e72a4321",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000104",
            "invocation": 104,
            "hash": "0x2acd81d21f2f0e3ed093d611095a1b1e12e828f5a5bd2dccd8304706ab813a52",
            "owner_address": "0x907bdd8d2332ebbe64a1908f454008d5b440eb1b",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000105",
            "invocation": 105,
            "hash": "0x004a59bf2578130019c31a470ca53f647c2e99310e5cfa3845e88bfc8df9f8de",
            "owner_address": "0x2e0d63ffcb08ea20ff3acdbb72dfec97343885d2",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000106",
            "invocation": 106,
            "hash": "0x087efabe7b324978a0326ad0cffd86e5107626891a9ff29ba3a52f5b7a5a7e3a",
            "owner_address": "0xf1bddeea68fb9340ff664a3e9bb5d4836bf60633",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000107",
            "invocation": 107,
            "hash": "0xe270b8794967a27464f270a04b87d0e3ae408656af935d042bb10a4013d06828",
            "owner_address": "0x750a31fa07184caf87b6cce251d2f0d7928badde",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000108",
            "invocation": 108,
            "hash": "0x896d09cc06c572789d4cfbc64d518a37588dcd5eb90fb47aea5e6961fa42683d",
            "owner_address": "0x9f9f5baf1e9624dfe7fab50ce21ab46f2265df66",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000109",
            "invocation": 109,
            "hash": "0x0322c18f1ec8ff41107cea40dda5a05818bd5d6bd44a95d997b0e414cf0ebdeb",
            "owner_address": "0xe1b040ede56a72c4239f06e7a7e3051568bf36bd",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000110",
            "invocation": 110,
            "hash": "0xcf3866a34d348d60ada16a8035a1afd68d7e96edbcda01d093db74117f3ed6ae",
            "owner_address": "0xafd37c11f9dfee561db31d9bab7cec4812bbd241",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000111",
            "invocation": 111,
            "hash": "0x55126da77a4a0653b89b12973d1e8b19ac8789dbda8f8f0132788a07d0092ccf",
            "owner_address": "0x54ecad032486a010e5378bfb0aa2e6a752f335c4",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000112",
            "invocation": 112,
            "hash": "0x0252323722dc12da4efdf2da3bf86ee5953dc0db4972892ea7f3fbf4a36111f5",
            "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000113",
            "invocation": 113,
            "hash": "0xefc5ba300d27b7ba2b8114abd0dfcd69eb98c913884f7cc011dd8a105fd343d0",
            "owner_address": "0x38039da6bc26c101316af426cbf7f43834957c46",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000114",
            "invocation": 114,
            "hash": "0xc5aef41817d8e2528e675bebb18aa0b3b983c68ede55a152629dbebaf843f571",
            "owner_address": "0x3bbd42a00d0b6a51dac17b098034f7e728647f1f",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000115",
            "invocation": 115,
            "hash": "0x2e6c65ea61c071be9817f7606172157e1a3cfa2daeb53286650498a096fec1d7",
            "owner_address": "0xe436c6457debb8787e0f980a578ea7236148e13a",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000116",
            "invocation": 116,
            "hash": "0x75698bd417d650df0dd85f5aeff5dfb9a9448b634cae315efdcf1fae61437a77",
            "owner_address": "0xab876791757b47d202b7d6def038940ce7a64fe4",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000117",
            "invocation": 117,
            "hash": "0x3b3a234ea3f7385ee8dd977859b3762e89b3b00869e4ba1ebd416a5d8d794324",
            "owner_address": "0x72c48b1505db7a441298563ee222ab3f54fb87ef",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000118",
            "invocation": 118,
            "hash": "0x3302018e28f61edb02129106a9fd51b2d078e2127e7995bfd2d3ca31e8a3da97",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000119",
            "invocation": 119,
            "hash": "0x84eee9c76433c51c34cc3f933f82aceaa963abd2b84726ae2cdd1bf7d61df3e0",
            "owner_address": "0xbcc11cdb46b48a96003a1d561e8e83359a2b4b56",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000120",
            "invocation": 120,
            "hash": "0x2ff9bacfa611c5c285410cee89cb60de1a995138ba55b05cc67a60c2dcf54b41",
            "owner_address": "0xe99313d965f7684039a6fcfee616e50f5bd56ba6",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000121",
            "invocation": 121,
            "hash": "0x39d81d4d8185e11659561b13f371891f034c040e4014ffd63253385720185301",
            "owner_address": "0x38483d6e85e0fb044b3079209d93b289c2157ccd",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000122",
            "invocation": 122,
            "hash": "0x5cbb76387096bb8a9922af8df0237cee6b1a2a1f16c471cb988d3b8de674c8f9",
            "owner_address": "0x74fc246e2eca4aafe8d6d81175ee69c24ab13d97",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000123",
            "invocation": 123,
            "hash": "0x4994eb72e31b2c5f999c865ed0fd15353d3c68c7480c085c2744cdf60933a981",
            "owner_address": "0x2d5e03d9064a55b96d34290a176656398df91379",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000124",
            "invocation": 124,
            "hash": "0xd6892bdfc6992091fd36221912fc8556720ab52f960c302a0a788bbb5aadde53",
            "owner_address": "0x3ded956c439a661f1576cfa2f05152fd3ba9ce0b",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000125",
            "invocation": 125,
            "hash": "0x7dbe62828f5bd9a6e3944d82c73601f4e7052dac9115887c910884a0191474b5",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000126",
            "invocation": 126,
            "hash": "0xf1f72d8f6c026b7cac902d34c6215bc0c43edd8fd70572589c371d95c3af1775",
            "owner_address": "0x9716681214aea16d140a0c2d37fd2b9ce64a730b",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000127",
            "invocation": 127,
            "hash": "0x12386c8fe6dc9b8278e1d7f82e8dc475a7c7aa85d4faf5d1320d2f710ca2d620",
            "owner_address": "0xce53dcf94e9dadc8eb56b67e581e8003138460bd",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000128",
            "invocation": 128,
            "hash": "0x57f02f3169c340e33d948e9a5fbe90a633092fa1b1b23036709dd579636ca536",
            "owner_address": "0x34593763dbdb8754b2015c35a92ed00363172766",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000129",
            "invocation": 129,
            "hash": "0xf915236051a32873ccf8b07a1478332b3f397cfa369aca1e17182cafeb421039",
            "owner_address": "0x074fdc302f8d3c0e8b11c80f2a07bf2a3b8ca855",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000130",
            "invocation": 130,
            "hash": "0xf9fe500c0c24d8b5d8297b12da97106c17474c5ac8fac9f0e74fdcc5d6435f9d",
            "owner_address": "0x68c71e5c7616b6a15414219db46beeebf386cb72",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000131",
            "invocation": 131,
            "hash": "0x700a34ea0f6de39edc3426d65942e04fdbd4da90a8a247ee701068fa0b114ebc",
            "owner_address": "0xdb8102c28d17eb411b6f93f7b1a09f1c0dc20aad",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000132",
            "invocation": 132,
            "hash": "0x7e6ed2ac8e894406536a70acbde0d68e4295fc614cc0c81abe954aa391f4cda6",
            "owner_address": "0x566f193d80c76a324cf5e521d62657f4c4d4ccc5",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000133",
            "invocation": 133,
            "hash": "0xcc0407eb24eeab1636c06ce830fd9d52412738f3e6c3c0d5e0b7a47295e6c0db",
            "owner_address": "0xa35e95c2843dfb3d4fb213893b4d43092e677760",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000134",
            "invocation": 134,
            "hash": "0xd0bea1ddf240c1e25e152bd15a47c105e90183351b63e1189ec52cfa41a3a57c",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000135",
            "invocation": 135,
            "hash": "0xfda62bca51cd5e0384a19126fb2fccf5e01361a4a361951a2eca129da36088eb",
            "owner_address": "0x804604f55fe79ad0237696465c57d3de997c14c1",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000136",
            "invocation": 136,
            "hash": "0x4f3a925a86f766055b883cca7157010a7fc37adff1fcd9de034a623c4303122d",
            "owner_address": "0x5445092634581774a680e4dedd4ec9bfc35a26fd",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000137",
            "invocation": 137,
            "hash": "0xf894530ac71038917b12fe468c794fcbafb257cc5cf7f46245ca8b1c6aae68c4",
            "owner_address": "0x9aea1dedcdcc3a2dae43fbcecefddc5a2dde9052",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000138",
            "invocation": 138,
            "hash": "0xf3f803b8fb9799f23cbad98a0e439ffebf407ed62b2df56930f80aa7b87f4f5e",
            "owner_address": "0xb949f8e5a4cc5807c3dc02a8afb4dde62c2e80ea",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:14+00:00"
          },
          {
            "token_id": "87000139",
            "invocation": 139,
            "hash": "0x603789d8917d2881866fff2c2069cdfb50ebc1abd1e621e1de80ede2ab5849c2",
            "owner_address": "0x448bc7df2a860789c7c6974e190dfa69edfe839f",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000140",
            "invocation": 140,
            "hash": "0x6dd0d94e3c1fbe3468fc8e090ef8df27518eed543c05d9cae53dffeac449540d",
            "owner_address": "0x442a653a06482079199a106079240ee54ceaf890",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000141",
            "invocation": 141,
            "hash": "0xb2c54cf58a77b40003d52ef864ad9b1b06eda2de5148145584c06e21efdcfae8",
            "owner_address": "0x6a8ef8fbab1ee82447f5f6aeb6826e862ec7dd53",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000142",
            "invocation": 142,
            "hash": "0xabf4ee024a65fe779204476b92f068a1c5300dfc794f8e9e5b759a823dae3956",
            "owner_address": "0x380e18eb0b819e54a1f6637e2f7e5df1a7c14bfe",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000143",
            "invocation": 143,
            "hash": "0x9c49d476e89e0bef43b787f019d7bbc81d00c0c3bddea8a54c82a0755b63a11b",
            "owner_address": "0x577ebc5de943e35cdf9ecb5bbe1f7d7cb6c7c647",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000144",
            "invocation": 144,
            "hash": "0x21cb15092dd7dd4250226cadd815139d4957e4e771bb3770343f9623d787e75e",
            "owner_address": "0x638ad8201f57ce5e14758d8283d9922c04f7f10a",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000145",
            "invocation": 145,
            "hash": "0xa0b64203828d5c3069c97928f144804397d408cc29a6f07eed86f728174f2154",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000146",
            "invocation": 146,
            "hash": "0x9060aacc4457d7909df575e4ae5b5ea52da71b587afe60b4d4a035d406effdc7",
            "owner_address": "0x7eb9693402e49a781ac616a0e5b939ba22bb43a6",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000147",
            "invocation": 147,
            "hash": "0x30b43e1c8ff3919de07a8d1e3f1d313ed94cf497bce6a7bcd9043a06a591a76c",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000148",
            "invocation": 148,
            "hash": "0x2fa2a747abdf37b4c29e7f96b29219b72a21d83109cd29f835c1b163dd6c18ef",
            "owner_address": "0xfe80acb13358d7411ffd5010a5b70fe6e4a4cdbe",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000149",
            "invocation": 149,
            "hash": "0xfac63aaf9fa42e2ec72af25db91eee7248aee95048017797ed1ebda8a70ce127",
            "owner_address": "0xc37b3e7143ef5515eabefe9c7fc2740abc8ddd1f",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000150",
            "invocation": 150,
            "hash": "0xdc151601b03a7cf0bc99f3bf5edb443164ce552fc128f55c74d8fc91723114d6",
            "owner_address": "0xa081ae42802e0be86f5a6dd9274adf50c9986a1d",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000151",
            "invocation": 151,
            "hash": "0x4e81b2bd336ac01e4f82a8c538360d0a8d4cfc3b326ca02a4d75cdb097075970",
            "owner_address": "0xd399b1d1bcb15e72e47a3f251a150c7e24c308e7",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000152",
            "invocation": 152,
            "hash": "0xd9443dd5d8fd2c3f49cc8c370b116834a9cd9e05ae328463d36cbd402e743900",
            "owner_address": "0x87907e5ac909454cc16dd503dc03ed8864eb7191",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000153",
            "invocation": 153,
            "hash": "0xeda0f535b544ee2532c2558a600f8de6c51736435fb45000cac97dc93ae98e21",
            "owner_address": "0xc68bc160afb3ed468e0d98ff645ec760f6fa5669",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000154",
            "invocation": 154,
            "hash": "0xb1d71ced80718e6f51b3fbb144db7dec9d25d88fed0b5929b4205b283dbfb7c8",
            "owner_address": "0x6aca6a86f2ec4efe4a0f7e7b451cfa2d07be7dd8",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000155",
            "invocation": 155,
            "hash": "0x33661bf71b83f5c0867a10b5f45e59f080cea22b921434dda97fa97a4d98fabd",
            "owner_address": "0xcae8874f70f5b24941ff061e51fb5e1307546f5b",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000156",
            "invocation": 156,
            "hash": "0x863da59a29327850337fb40a607e71978a773a7813604e72240e446ad835c59e",
            "owner_address": "0xfe2bdaa4f5d59e3ed10aab229971f554fdbae290",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000157",
            "invocation": 157,
            "hash": "0xbe90e00ed75721d7089fb8fa0e83ee50b76538bea1762a2b72e8894777c1842a",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000158",
            "invocation": 158,
            "hash": "0x568636503635b4aeed880695f9ec4c832983cae991fcd7fc75e8e199e373ba97",
            "owner_address": "0xc2aaf645d12a4063a03a1c5f564dc9eac1880fa0",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000159",
            "invocation": 159,
            "hash": "0xfb554f6c05117c86748048810aef6aa0bcf27d4da7b9a0fc8336e5116b401c70",
            "owner_address": "0x1c9ae149000615ca50da936388b73e40b19c03ad",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000160",
            "invocation": 160,
            "hash": "0x6e1fee901a469bdf6e672398452155f8942f975b3a48bdd7ea7d6e4b2a870a61",
            "owner_address": "0x9f7064dfe6ca5856b3afd7a3b3974686a35bdab5",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000161",
            "invocation": 161,
            "hash": "0xba440029e95831650b8f8366106b7b9567864820a26e11658de0a5d7a8a18d2d",
            "owner_address": "0x57227fe96ded3ef450033de63eafb4550985cd83",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000162",
            "invocation": 162,
            "hash": "0x4d6ad91af2368d7bdb489301f458abb0188ed046e7fbec0359bfc4c0b5b2bfae",
            "owner_address": "0x966c619f1953ad96c8cc1089390ab33d17f0299f",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000163",
            "invocation": 163,
            "hash": "0xf1564424ae4b883333a6c1ee907101e972c83af87758e148b9c1bff64419ff76",
            "owner_address": "0x44a3ccddccae339d05200a8f4347f83a58847e52",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000164",
            "invocation": 164,
            "hash": "0x24f170486381f67753f09e3ce9511d07e5fd62b24c14045950a4c39d707300fb",
            "owner_address": "0xd507c0ebd7ac8e110b6c97fe0a25c90531180cee",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000165",
            "invocation": 165,
            "hash": "0x38019e0afb571749ffb89bca6f9366a9686cba7051e5c8545bc89aaa50716219",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000166",
            "invocation": 166,
            "hash": "0xdbd727c179873921ff26eedb63d0eb55f206759ef5ab1308be704b02bd7f0270",
            "owner_address": "0xacb0d824d137fc5d80c894024ed7ee6521236c05",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000167",
            "invocation": 167,
            "hash": "0xe8954b0f581d7a59ff5f14d15a5ead70b5c11e9d725df9090db6c8862e2150f2",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000168",
            "invocation": 168,
            "hash": "0x8ba240742cdc73f132254128019801e2e982587845ef94fd80f8c707b364dc3b",
            "owner_address": "0x3811acf9856c1d669fa112e989a830c27d7aea5a",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000169",
            "invocation": 169,
            "hash": "0x62d95f17b319280bfa6cf5e4f6e81af52ec261834eeb6ce46bc3db2d8f4dd743",
            "owner_address": "0x3954f5742ffe4e3dc5e0a1ffa220605bbedd8a9d",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000170",
            "invocation": 170,
            "hash": "0xc362659a423785540779a66f5ca52cae36afc95d19d67d28e49b07b93c0a022f",
            "owner_address": "0x6186290b28d511bff971631c916244a9fc539cfe",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000171",
            "invocation": 171,
            "hash": "0xe4a26122d6521217e83d667ca3100f2e9f96481503db099c4da48bb9c361cdb1",
            "owner_address": "0x8982f61b9861a0da01d6b8476147bb39fde4070b",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000172",
            "invocation": 172,
            "hash": "0xfa97188d05c8cc0cc7afed31ef6bc233074d941a01ee7d270bce63801087eb20",
            "owner_address": "0xe436c6457debb8787e0f980a578ea7236148e13a",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000173",
            "invocation": 173,
            "hash": "0x0c4e6f7f1de0aa9b11d42c1b002af062bbaf037bac23a75571b4efbc3550e405",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000174",
            "invocation": 174,
            "hash": "0x0dad176d09ce9de4366ad0ae70a817f1a1b4e2d198cb9d7faa1c126fc3ab2efc",
            "owner_address": "0xab13f25169c47ddcb2994f2cf4e6b478e31549d0",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000175",
            "invocation": 175,
            "hash": "0xa125cb8b4e646d7e940f9035b9b8d42fe28b697f3fd1602e017b0e95d63dc5cf",
            "owner_address": "0xb394f1aa30ba874df3ae6097bf4c2474b2d8f3ac",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000176",
            "invocation": 176,
            "hash": "0x970206f899fb6d4264eb651ba18aa6d0c38b33833f7ad5aa2166cf7fdfb44d39",
            "owner_address": "0x2e10fd3884dce04f992a3b68d52f807014b41237",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000177",
            "invocation": 177,
            "hash": "0x784d88eba71973305effe0804ce2cf739472088708ef617b4d449ba0f9071ba0",
            "owner_address": "0xbf59e40112157017b69be5734f8c702dcbd73336",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:02:49+00:00"
          },
          {
            "token_id": "87000178",
            "invocation": 178,
            "hash": "0xbee95c35f4720a84b15b9566f68bd572bb9c2944f044cb0911195c23993ed0ca",
            "owner_address": "0xa3bcdd84a2a3a3ae09a8ebd1a7a2f142618397ce",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000179",
            "invocation": 179,
            "hash": "0x2384aa508f9eeb55d5042e55012509c9ab6667c0d801b6a808e180d7cc528992",
            "owner_address": "0xf89c2db21e00b80bb2d0699ef99c464a391bcf52",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000180",
            "invocation": 180,
            "hash": "0x4b1094286507060d9e5ac15ab7d8c1eda0e455e24b4c864aa38a53cd013c7db5",
            "owner_address": "0x54be3a794282c030b15e43ae2bb182e14c409c5e",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000181",
            "invocation": 181,
            "hash": "0xfa3ddc439acf61ca7bd744c72ff121840bb40859d5ef12fc4bc1412e3ba04141",
            "owner_address": "0xefcc4c68e1ddfaa4f0fa3a7479f0fb082f96a56b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000182",
            "invocation": 182,
            "hash": "0x84e50d698689d6fb95b2d42cc951ac54d8d8cf01f90fc583185870e9159112e9",
            "owner_address": "0x07593e7a9cf21631a606026e8378916f1332d22b",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000183",
            "invocation": 183,
            "hash": "0x22c5edb8c4adc98f974f98207da7ba40afb0432b4ddafcdd625acbb78b8047aa",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000184",
            "invocation": 184,
            "hash": "0xec490def8bfdaecb97866d9b66f36a9bdf2c4b274ae2c2f706372fbbdd267e27",
            "owner_address": "0x163e9dcbc838014cac1d112c6787d83d379178f0",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000185",
            "invocation": 185,
            "hash": "0xefd514dd25de85cbad05bd1554fb53508eeb199adf9a243f3154e087339b7037",
            "owner_address": "0x12f3f2fd2054b27b0bfc4a3d924fccf0963ba632",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000186",
            "invocation": 186,
            "hash": "0xe443c7cff4d9252afafa8ab9fe9e7dca98421d3a2ec42add3eb306cbb821fe86",
            "owner_address": "0x4b6760682191de7e476b801b7ab42d8e8a5b041a",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000187",
            "invocation": 187,
            "hash": "0x1646e4b96dd7376c9a35135443040c968d02526a5f53df9966967982b8bd59b9",
            "owner_address": "0x5e982768f6e015d6a71bb5f34281f828a790c00c",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000188",
            "invocation": 188,
            "hash": "0x37a1f4bdec09968d6b0573747231e7384a71ce07ba21d76c7df843e5a2ccc120",
            "owner_address": "0x39d037ddd4bef37268fbaf4578b7a1f8f52bfb49",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000189",
            "invocation": 189,
            "hash": "0x89aa30f074bac8b0409ed4eb90c5e9d11fc43d8b755f15db980c667de9f04022",
            "owner_address": "0x3065c93bc0b645d4bd06fee143e9202905f6fecf",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000190",
            "invocation": 190,
            "hash": "0x62ed7c5092f4e90612233566b2c3c6ef628ab4c4f5fb5d0b96ae647be7a29299",
            "owner_address": "0x1599569d14093a247734909a5faa052ee70432dd",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000191",
            "invocation": 191,
            "hash": "0x1f62c999b9b8e977718ff4703db0e142dd9520171dcb8c609a7e8f1bcc0f617b",
            "owner_address": "0xa73acbc510c5e0c4485a284795847a9fcce89352",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000192",
            "invocation": 192,
            "hash": "0x70107b42e8e49a0645846b3aecf907fedfc5ac8b68f6d657edf73f02de758655",
            "owner_address": "0x3f13f597f80c65055251cdfc63b292df8e042cf9",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000193",
            "invocation": 193,
            "hash": "0xc210ebdc4210ac372453509e2afa54494db4c02b093c1326ea593a72041d37de",
            "owner_address": "0xc2080fafb58e0df318a7d252376b2c1819d1cd01",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000194",
            "invocation": 194,
            "hash": "0xa898344d7064adc9cb180b10a3fe225473ac09b623c40e932be648717d5e6ab3",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000195",
            "invocation": 195,
            "hash": "0xba8a1e0b19ea5838d3025870ae2ecac43472d74a8b4dc470f83c706e5f67bc96",
            "owner_address": "0xdae48d7b5c73a95f74caae08f7f92d3b7927f449",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000196",
            "invocation": 196,
            "hash": "0xb7744ce7488a10dd37d19c4922c9a0bfca2df4a20136125d443c329597030cf9",
            "owner_address": "0x8ab71d0304c6e8b2e1a391cf5bafa366b042cd7c",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000197",
            "invocation": 197,
            "hash": "0x5cb726e14b1927c5b44fbbfd8591be86cb25d11ae64d803792f4fb147b23ab87",
            "owner_address": "0x74fc246e2eca4aafe8d6d81175ee69c24ab13d97",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000198",
            "invocation": 198,
            "hash": "0x577afbd1d97c68ea9f8cf9d4936074740df064e95435774c2a38b36471338daf",
            "owner_address": "0x62adb8f535a19c1fdf24f86f6eba50857d37fa3e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000199",
            "invocation": 199,
            "hash": "0xbe059c90519b0ed4280650ce8f9b36f5cf8ee733827368b0fa21cd178d119720",
            "owner_address": "0x11a0870c8d6df3acc9cf7391c8e0b1368387304b",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000200",
            "invocation": 200,
            "hash": "0x4d6dff254879ba7395af972354515e566264497ef3fe3d4dcdb18fc71da995f3",
            "owner_address": "0x1998f627ad0f5904165b1796c4b111492365dad2",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000201",
            "invocation": 201,
            "hash": "0xdf39f2368fb3dfc9cd3f53978a0ae3957929f47bfb7ebf5b47ce09671a1306b2",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000202",
            "invocation": 202,
            "hash": "0x8d533afe5cf58bf62f433d742816b8fb2a604dfa2da0ef9a305bb8aa77b66c5c",
            "owner_address": "0x002e843f85521c4e48e667185663902a7a3a9c10",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000203",
            "invocation": 203,
            "hash": "0x45719a9b562c555b94b9f6ed6ee2659c6994611f33dc8c9c8cdd4d4ec30fbdf4",
            "owner_address": "0x20e39f002ba523aceed5fd9cd5e738b76caf1982",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000204",
            "invocation": 204,
            "hash": "0x21723c1b7f3fa4a0a62225dd939e8b4a43d6951bb4a89f0c87fe6e74e32901c0",
            "owner_address": "0xa35e95c2843dfb3d4fb213893b4d43092e677760",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000205",
            "invocation": 205,
            "hash": "0x188cdc21fcf05d078ae655444a2aaa3049fbaf02023b66e0fb75b0505de989cf",
            "owner_address": "0xef80395b4943e1741c92a6f2119eba58cfed889a",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000206",
            "invocation": 206,
            "hash": "0x28656e8c4f191aa9d8fc70dec9918d48c28d3b76e55e24bb91c4a757e35080c6",
            "owner_address": "0xb5d74f8bdb8ab8bb346e09ed3d09d29495b16849",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000207",
            "invocation": 207,
            "hash": "0x0c88627288d6d74cbc055ea715be01b53e8bca2dc2d1a488ff512a3c494503bf",
            "owner_address": "0x1cb4831b6df1d9cb07279b93a0e101db9b2295d0",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000208",
            "invocation": 208,
            "hash": "0x50e4099368c0cc16d4a8918434542d53506c1aee78ddd15fd5a7b4b04693c4c1",
            "owner_address": "0x26d39fc7341567c8b0bb96382fc54f367f4298ea",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000209",
            "invocation": 209,
            "hash": "0x4743244c7b522ace5b8464d765195039425dd279c08a5b4a9555057e2dc39ed5",
            "owner_address": "0xcf63e1c31805254b6fb3ed7829206c2b2505e3a7",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000210",
            "invocation": 210,
            "hash": "0xf4b212f3bd9fb73684640fe0ab9a31b596a72b959b1eed989287c290cbcb9fbd",
            "owner_address": "0x750a31fa07184caf87b6cce251d2f0d7928badde",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000211",
            "invocation": 211,
            "hash": "0xee4f8d0e29eee4022d590f16348184728a282fd3a69d84f3b1bf2dd6dd00eb54",
            "owner_address": "0xd26d6e324b40f4f0f533e3d6a781f6e602bc2549",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000212",
            "invocation": 212,
            "hash": "0x0c417865059e6b5f519810058f5dba1fbe2b421e5d89f2dab76a81ac993aeb04",
            "owner_address": "0x562e549c0d939ae0ac220c7c21811b12e5c9d55b",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000213",
            "invocation": 213,
            "hash": "0x2ad185251a8b6669435a8b6b7451b684c41587bb2a424a48d376d5824e1bc93f",
            "owner_address": "0xc46db2d89327d4c41eb81c43ed5e3dff111f9a8f",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:01+00:00"
          },
          {
            "token_id": "87000214",
            "invocation": 214,
            "hash": "0x004cd79a881b3608e34d0ce304b94a4ba776d5c29c7e2a901879d442be234d1f",
            "owner_address": "0xc2080fafb58e0df318a7d252376b2c1819d1cd01",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000215",
            "invocation": 215,
            "hash": "0x6313b74336f62468a533abd6db3354affd0f46054b9e5900f03944b16243a4c6",
            "owner_address": "0xca11c6b5268d41ef7667c6e25eeaee9e5d890cad",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000216",
            "invocation": 216,
            "hash": "0x1cb42629e0e8f361e7ef530572d61df1f2f3e14d3668e643426a651c8fb8aecc",
            "owner_address": "0xbd1293983cbdc189f986bafda8cbf9f37fb30e2c",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000217",
            "invocation": 217,
            "hash": "0x5a1eeba96afe3b72d202c42fb2ec4f58943d74734d225fce0a82ea10b39754d4",
            "owner_address": "0xa4ba47858ce9935c69e736c01af5d4d81ef641cf",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000218",
            "invocation": 218,
            "hash": "0xb0104e5dcbaeda6a923ebed217c66a1a632cfb569730c1a81c418092f3f75fe5",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000219",
            "invocation": 219,
            "hash": "0x7324f3cb6cd366469b5f038a69269bfb59040f7b2598c3f4ab553fa410960035",
            "owner_address": "0xae9572ef8fd0f47e7e0c7c541059291e330de693",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000220",
            "invocation": 220,
            "hash": "0xd58117253ff39ef5f9358086f1e732394071340cee85b010eeb93562ccb843b1",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000221",
            "invocation": 221,
            "hash": "0xba384bd67f3984802b83ba67e4ebc46f3d8ca679d750588c2ae7298eef6dd7f8",
            "owner_address": "0x8e101059bd832496fc443d47ca2b6d0767b288df",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000222",
            "invocation": 222,
            "hash": "0x1385e2064dc6c8d77b05ce06e44f1c62c049c4b99714158ab3ca6445b3702310",
            "owner_address": "0xf1bddeea68fb9340ff664a3e9bb5d4836bf60633",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000223",
            "invocation": 223,
            "hash": "0x635bd3c6ad44141e9a4ce2022e7bcb30367b94d3b811a3f9a897085e9840f73d",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000224",
            "invocation": 224,
            "hash": "0x5cf93c0560519e00f6a3e5837e82d410526877a98f2741693b63ef28cb2abcee",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000225",
            "invocation": 225,
            "hash": "0x8aebbbb415be201404e9065b5b4f8705de0a52698ab45f7103cc61e9a6086015",
            "owner_address": "0x76ba8674f08b13d6f78d74aa00c594cc9ed965d5",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000226",
            "invocation": 226,
            "hash": "0xf7d87a7203487eac4e53453dbf1c1c117af4039bed2d055aeff9e9d45b2d5b22",
            "owner_address": "0x0bc95f14395270a3c236ca1e15d77fb77b66c0a1",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000227",
            "invocation": 227,
            "hash": "0x654d0fa441abb995e29638989964e7aab7498bc72a3b6c85e53ce348139b1b52",
            "owner_address": "0xf7a5aa94fdd3049d1fd78b69863282c4f4ff686b",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000228",
            "invocation": 228,
            "hash": "0x8a8e34f19975483d7bc3f52bd2bfb3807b622973c15782ad34b0a2eb74c1a6b2",
            "owner_address": "0xdae48d7b5c73a95f74caae08f7f92d3b7927f449",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000229",
            "invocation": 229,
            "hash": "0x1404715d3e468db67605ff82b2ff8fcc9e094e7f81ad5d103715b0e53cfb2b72",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000230",
            "invocation": 230,
            "hash": "0x33afd176532f120b19e4a35d19904c18450b5a95ceaf89b456226e87faf94fc2",
            "owner_address": "0x50d12e66195a67c80531f251ceac41e7e5e67340",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000231",
            "invocation": 231,
            "hash": "0x3c1bc89e339eddab47525e9028dda17375c5efdbfbee3f075598f75f0a1e5920",
            "owner_address": "0x2f0ae3808cac567a8e5fcb17e17edb5d18c512d1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000232",
            "invocation": 232,
            "hash": "0x982a8ba1bfe6d1fff0495271e962e419d5d4f8841f1e03bce13508b6c061c01f",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000233",
            "invocation": 233,
            "hash": "0xa606273c0435097e48e7c4aeb7fa244e7d951d9049df54c99ca40c798fed079f",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000234",
            "invocation": 234,
            "hash": "0x0c52ed19f4e741b94d78f98f4269aab17a6455ba3962d6258d88615a1493f75a",
            "owner_address": "0x09176c9ee188cb4519c5215d4c022aa89859681c",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000235",
            "invocation": 235,
            "hash": "0xf0f1834bb1fca43263e47e02577d76c3c11d077c587982c4099a8195c436c216",
            "owner_address": "0x403afdf9ea925d3b48e719a44610da1679a57651",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000236",
            "invocation": 236,
            "hash": "0x39b2299f310e60bbd687e012f81d0683f5f8c5fc48249785a9c1763aaaa36339",
            "owner_address": "0xd651e2c626ee210fc38676124d5007ac822ad749",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000237",
            "invocation": 237,
            "hash": "0x6eb3e2f6cf9d7731f4c23d79add7ff0b7e6489a50a27b2d4b9aa6f0d1ed31246",
            "owner_address": "0x32797155ae5344c523af703fd5acfc6b34722666",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000238",
            "invocation": 238,
            "hash": "0x12d7977290da3f916713ae2bcd146f1e7c0984c035cf3da14f2ebbb7f63fb98d",
            "owner_address": "0x0974ff7e79d93c462421f23520c0e6ba300dcb97",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000239",
            "invocation": 239,
            "hash": "0x0c75b63b6069ce6bb30dc4b7fc772b4c1943dc1628e98e2529b48a184716a901",
            "owner_address": "0x7b48904cac96a301cfa71ef937013184d78636c4",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000240",
            "invocation": 240,
            "hash": "0x282daee5508db3c4124e18134d7f2e2946b31fd1c9fd4e960892d0e34ca2a063",
            "owner_address": "0x65ba4f92d7dfa813ddbd849d9faf38a723dd9b12",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000241",
            "invocation": 241,
            "hash": "0xda35553a576cba242f8348e99bd21d995d3616f335029e36598139fec402fcfe",
            "owner_address": "0x1b2965dc3b1697dd10b7126ec7393d79cda2cf91",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000242",
            "invocation": 242,
            "hash": "0x8f73da6916e31a26e46daf014fb615f5f6227b7543d7d63e43639e56c5267619",
            "owner_address": "0xb394f1aa30ba874df3ae6097bf4c2474b2d8f3ac",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000243",
            "invocation": 243,
            "hash": "0xc345295aadfc31a0dd679adedf76d6a46f1bfe63e52a50d9b8d87fbb4ed8d38e",
            "owner_address": "0x2c81cee7050c9d03295560851ffde123bdf9696a",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000244",
            "invocation": 244,
            "hash": "0x35619698276b70a10bae6c8b9db35e1135c6bf352cb896a80bd36170c63c5552",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000245",
            "invocation": 245,
            "hash": "0xc85e2698bfba0ddc94a0f5572e1539687531f1d489efc5ef2917ddf4d4b81011",
            "owner_address": "0xf1c54f5a9d3f2349793c4f78fec79bcda2a2c982",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000246",
            "invocation": 246,
            "hash": "0xaf3fa8751cc4841e44eeb4a1d99e26bd7a7ce659a0824c52fd88b22054d0d8ca",
            "owner_address": "0x74c5c82d9952bd6373b1d264ba02ccc02fa0ba25",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000247",
            "invocation": 247,
            "hash": "0x965e8520634c5b7252594745582a6c4b34f5f450becd9c6cc5e73c990a232111",
            "owner_address": "0x59ff2f4c87142d0686a02b7ddeb3316c3e9cdd26",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000248",
            "invocation": 248,
            "hash": "0x6b79a5cbf3bf3e167c85550e18ad2a413188884a036bcc9e71b7bbd650034832",
            "owner_address": "0x9c815f1bb7ac2d54e473b58a15345c9dc2630ffa",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000249",
            "invocation": 249,
            "hash": "0xddc3fce3ba0aec7f51e5b4c88465e762d2dd07041d65542314f05fabcb3b237a",
            "owner_address": "0x8fb5f5526abb70cc3aa622f4ab76c049412f9a5e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000250",
            "invocation": 250,
            "hash": "0xb7befed5759fe997ec4e7f97b54dc65a25c0d9b24c73a2791c6be99b6a65167a",
            "owner_address": "0x9cd41265d9c9857190416f01784ed7ef409d3453",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000251",
            "invocation": 251,
            "hash": "0x2322be79be10f8bdca30e6dc213f3949fb0d8f75fd0c92cf8092cc223c3b787b",
            "owner_address": "0xcb0a0107419f9aca86e793f0808afc2e4ff490ef",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:48+00:00"
          },
          {
            "token_id": "87000252",
            "invocation": 252,
            "hash": "0x97ee7715c3a8f9b3b4f5ba2dcf73d819c67bc2e7a55033009cd777f64f0c0178",
            "owner_address": "0x232922e68dd4f77c4a3a1baf184f9707d1f7a5a2",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000253",
            "invocation": 253,
            "hash": "0x393ce2d28a4539fa71f509221e37994cf2608ea4244d600a6ad7a484fbf179a8",
            "owner_address": "0x50c946cb9757d6de490099c0ec185a0dfe29974b",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000254",
            "invocation": 254,
            "hash": "0x2f4010310bba61917392c4c94e9f972e224081f9ac33ea9ff08e822da9727363",
            "owner_address": "0x60133cd90271bc54c81b97ae16aff9ddf1e4a3d5",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000255",
            "invocation": 255,
            "hash": "0x9e334c1a6b73a8416683c1dcb163d2f721886c2c807fda0cfb84332ef1dfe7cd",
            "owner_address": "0x6965079dc42f7ca50a17bbca698dd39dd7556f06",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000256",
            "invocation": 256,
            "hash": "0xf041a6870b50b74047a521b2f717888f2fc1d865369de0d257ad14e4f1dd2d29",
            "owner_address": "0x2555a3b7f8aabad32f118960eba6424d34853328",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000257",
            "invocation": 257,
            "hash": "0x8caed9a7ef6c0c8003c7a5c693330d262dac9d30e584b464b95d05c0f1b7cae1",
            "owner_address": "0x58bc8aa930472cb6d6bdc04014571a06638b80cc",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000258",
            "invocation": 258,
            "hash": "0x3aa0180c9f60b66e3d8b0999d244c157f306edd0dace15c396acbd896d271755",
            "owner_address": "0xce7a9f981a2a79c79340297edff7bb6b73f71913",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000259",
            "invocation": 259,
            "hash": "0x778c8c371cae98e44235ac8e39e4b9854672268a15385cae68941f18c802abff",
            "owner_address": "0xeff3554ceabeafa42d92f539bf71c713f5da5e06",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000260",
            "invocation": 260,
            "hash": "0x0f3df41e6327d5e3e0fa888f77795eb6fb061fd39b89be6177c14eb0cab17b24",
            "owner_address": "0x2dea0285a884094a7ca9a37fe0ff19ff9ba664bc",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000261",
            "invocation": 261,
            "hash": "0x12fc6ed77c67e965a0683d3c89115f35abbf2c4487476f35d4fd6d78780a5c4d",
            "owner_address": "0xd8fbd6a7f35b8af94910259d103dc261af913b3c",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000262",
            "invocation": 262,
            "hash": "0xf4ddee375da6ca2583883e5dcd4f8b9ee2ab2cdd5b0c6565199eb5a87db63943",
            "owner_address": "0x0e0aef02266624b7c2693cbe5288ee6ce64a7a4a",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000263",
            "invocation": 263,
            "hash": "0x50b79a73902dd0951169d301f123db33a6919bfad37625f35f250fa0039eceef",
            "owner_address": "0x51bfa1c800faa110086150a33c837082c7c3c306",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000264",
            "invocation": 264,
            "hash": "0xf6be5c75d8f658461dee689f2ddc6df43387e0026e815a4ba4cdf8551c6ed209",
            "owner_address": "0x9fc91f4c6c9ebf86536bfd07b2548eaccd875a91",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000265",
            "invocation": 265,
            "hash": "0x2840e4b43bdc87bfd7fd3f86a031e20f6d352bfab9cb0e32dbd9ad4dbe5810f4",
            "owner_address": "0x5bc6a9e3e5d29212ccc37391056e361a1831fa80",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000266",
            "invocation": 266,
            "hash": "0x6efe27536157fc7a676edc6c08994733f1e615ecb4fba5d09b03b81da70274ac",
            "owner_address": "0x6a6743b85899cc2571c8034e209f74f5a92a0e9b",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000267",
            "invocation": 267,
            "hash": "0xd79d30dd007891e38aa418847c56553e7a7c8efa5bb6e2f19481b8182ee9a086",
            "owner_address": "0x9f0004e85ab1a65d569cbd9a59a46ef0c84cf470",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000268",
            "invocation": 268,
            "hash": "0x55567d59e725b8b05d862e03f55e820a8fe467030374b32ba1248be58307c217",
            "owner_address": "0xa4ac3321fd639a7e2b53da62897955d920c97012",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000269",
            "invocation": 269,
            "hash": "0xf391dec6ac5dfa151590948467298c8c4163bae2d734a59e5ea1ce113b8a6aca",
            "owner_address": "0x0871e6872f0cdeb32eb013648a76575b4d2dba80",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000270",
            "invocation": 270,
            "hash": "0x88e525eefa5ddeeb494313f9496582348030743554994336665212f234e0ced3",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000271",
            "invocation": 271,
            "hash": "0x01e4040d6208388aa413999e7cb1904337b265ca6be23e0dde90378dd99c82df",
            "owner_address": "0xc68bc160afb3ed468e0d98ff645ec760f6fa5669",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000272",
            "invocation": 272,
            "hash": "0xdf7c683291a104e2fb8aef09e3cbe983a823bd2b3c0f5654983d9d675d020188",
            "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000273",
            "invocation": 273,
            "hash": "0x84819c2fad145d09767652b0df9c4cd16f74ff75209ac073fa66dd45126f6777",
            "owner_address": "0xa4711c27924a900625bda3c63dc1eb86b44c48a6",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000274",
            "invocation": 274,
            "hash": "0x22e29d6f4407d5062ad932a3a9c0b7c900e30063ff0f97c4e8c91c7d0c0b5d07",
            "owner_address": "0x7049871039097e61b1ae827e77abb1c9a0b14061",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000275",
            "invocation": 275,
            "hash": "0x9e22342ba823dbf9f70274b4c3dda4ae2225cafe0c0c6fab9a0dbba22e230fd9",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000276",
            "invocation": 276,
            "hash": "0xf8aeaca32f8d367e347e1e8d8a35d4f54c71600f728cc88c18fc0b3c2d20544a",
            "owner_address": "0xbe09e43a57f2980998cedd08517eae7d5ae683bb",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000277",
            "invocation": 277,
            "hash": "0xf9bc0a6866ddd172c32f643303c8d1f0edf6c3cd8ba2eedbc58f6d3b0576ce0e",
            "owner_address": "0x03f0e71ac43276fcf0b327b1abe8cdf5974aecc1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000278",
            "invocation": 278,
            "hash": "0xa63cb80c6319cf33167b43b8935063289d93458703c564090eb2b66fad1e89bb",
            "owner_address": "0x6c208657aa6cc06244019df5715ef6be0ae2fc51",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000279",
            "invocation": 279,
            "hash": "0x59c3f5553c3814f8be4fc4f49267aa3cc8ab904830c2217cc3f7567631222dce",
            "owner_address": "0x51bfa1c800faa110086150a33c837082c7c3c306",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000280",
            "invocation": 280,
            "hash": "0x990636366500661a0ae78c38359bb4f8725a4bcee5f7dd6d2b106373ffcd7c1c",
            "owner_address": "0x95ba6cd902c5ccef17877961b3799e3b50e54294",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000281",
            "invocation": 281,
            "hash": "0x835053db5073b2d847b783a8282f9716d5128969825c0472550fade4b0ecb08c",
            "owner_address": "0x06e13bd0a3cba08e61028f2326b9ea2ca2539900",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000282",
            "invocation": 282,
            "hash": "0x4e4977365fb84c87ebc2e5df7bd2fd6d56fb9e1d93d8f47406b4bad036994306",
            "owner_address": "0x65ebd5029693ad98092b968a42f2a8f5b2a057c8",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000283",
            "invocation": 283,
            "hash": "0x39fb5b65924cb2e6a1dc930f38d500f517b66f13d08d44d3ef5d3844f6a5f62d",
            "owner_address": "0xb99a6171df6ecd6b90abef6af6452fef0ffef9c9",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:03:56+00:00"
          },
          {
            "token_id": "87000284",
            "invocation": 284,
            "hash": "0xc157453190c2aa8765e690d90ed206c33a1edc4ffb33084bffcc04c908c995c6",
            "owner_address": "0x4b6910654f598814606cd9b9e59c515b54168620",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000285",
            "invocation": 285,
            "hash": "0xd92f1504e3c6c84de21bbb14144d7882fa6442e0863f6e7d7a9bb5bfbcac2d26",
            "owner_address": "0x5b1e7840e97dae8b716317965534fadb490580a1",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000286",
            "invocation": 286,
            "hash": "0x2d05e8cd12e4db3da5b2b6328d62bc58374bfcf2d70a4f16d77d08d87fa7d4fd",
            "owner_address": "0xe1994b2fd8310218a06875b4b3d7cbca8ec83e4c",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000287",
            "invocation": 287,
            "hash": "0x05428735bc10fce2b5bd45c07434d0708933e5992752a392b0adaa25ed68d554",
            "owner_address": "0x96d595a9d43c5e39dba79a551a3090db7d34c183",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000288",
            "invocation": 288,
            "hash": "0x0ace71338efe41db0cad6aae2f8b90cc2bfdf099b86d108cc5c0f57abda77f4d",
            "owner_address": "0x3411c3a964e5d3f0f823481cc1ad35908ceef2e0",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000289",
            "invocation": 289,
            "hash": "0x47d5c51b2777ade31f085a3f18c8250f94df7f2fd2171585df60a4510089bcf0",
            "owner_address": "0x97d4cc3cad8944f47dea476e7228614651504d40",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000290",
            "invocation": 290,
            "hash": "0x92a5e4d0971eed8e06b8987c0547b51adb3eceb97df8ea134b376f8e3e0b1909",
            "owner_address": "0x12a101b3c28b0d4e611061980c8645c459663bf8",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000291",
            "invocation": 291,
            "hash": "0xe8a3273aeb5eba014e40eff995d7a7c160173734d97a31e12360c3e57a27bddd",
            "owner_address": "0x775ff530193cc17f916dbcf94037ca441ad1f0a5",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000292",
            "invocation": 292,
            "hash": "0x298a2c547d5ac37a400d68813366f338f233aea411e655831c0e42744ca16ee0",
            "owner_address": "0xd2a08007eeeaf1f81eef54ba6a8c4effa1e545c6",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000293",
            "invocation": 293,
            "hash": "0x710d40c004d15329a020be5afc26ef2436c36dc9daeb5f7bdb81b189a8066da0",
            "owner_address": "0xcbc31200fccfba4868f9c22ec8bda53705c31bb1",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000294",
            "invocation": 294,
            "hash": "0x605f7ef0ef30de9d26469fa000213a96f867e6ece7262cb14ef635c64b6dfe89",
            "owner_address": "0x5e6b2d56bee063809e8023f5c1ba787adc6fbdde",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000295",
            "invocation": 295,
            "hash": "0x23e113655e4c2d4e8cad8ec5240e4ca9efb71dc1013bfe913b51bdf436b5a671",
            "owner_address": "0x7d4d1f45a9fec88d1715981088a32b3e6c7cc321",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000296",
            "invocation": 296,
            "hash": "0x2aa374f1cc0b7016debbd5d25c4b153edfe6fd57bc914149024aa5bd331d3e45",
            "owner_address": "0x4cddff23d036e15fe786508ffa39b27f73b4a01a",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000297",
            "invocation": 297,
            "hash": "0x0a07b81cea241a10b16bc5de1f62961b138d71b67ad37821c8bee8a0f129c23f",
            "owner_address": "0xc896866e927e6f8a416ba209976115e79fa0a66f",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000298",
            "invocation": 298,
            "hash": "0x8fd1bcb45af5a465212cfc0a110cf7722ab9f6f78843572199ebae9ca21ed10e",
            "owner_address": "0xc8dd40ba1bdb6a3f956904f02b14db24013b8b5d",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000299",
            "invocation": 299,
            "hash": "0x40e28f71016a606e8b38bffe9a59f0dd9f7711f8f4eebbb08bd2bcb79652c984",
            "owner_address": "0xa73acbc510c5e0c4485a284795847a9fcce89352",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000300",
            "invocation": 300,
            "hash": "0xa05724c88b8408a6f585aeeeb91f5135690f651a25f934cc1db81bd2680d2bdc",
            "owner_address": "0x8a3d5cc563e2f71d39213367081f480e91ae6ec6",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000301",
            "invocation": 301,
            "hash": "0x79679de8ec6d3c230ba6b309347ed1ea4414aa6099b08a63475865e687e4f351",
            "owner_address": "0x8f903cfc0af3c2ec0d872c57538af5e071544a57",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000302",
            "invocation": 302,
            "hash": "0x6523f828f8de2894638db63a64721da526e56fb5608cc1a7ec9114ffd4cfac7b",
            "owner_address": "0x3811acf9856c1d669fa112e989a830c27d7aea5a",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000303",
            "invocation": 303,
            "hash": "0xb6a53b48a4773808a407aafcdf459042ec78873f498f38a48eed8094f23ea2d1",
            "owner_address": "0x7a387f96257462c260a1d4afb8a05fea9258198d",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000304",
            "invocation": 304,
            "hash": "0x9b73133702e852b79df60a05817e145069830e557375f7eb653f7d039dca221e",
            "owner_address": "0xb394f1aa30ba874df3ae6097bf4c2474b2d8f3ac",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000305",
            "invocation": 305,
            "hash": "0x1569c104679eae6a63ebfe18c74c3c46eb0279c11f3b73ab1186f8923a70dfdf",
            "owner_address": "0xbf3e23afd790e34a39d2e5b465f57e0ed74b3b9a",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000306",
            "invocation": 306,
            "hash": "0xa5ee1b36ab9c85f175a024fbc8e92ef9cb0f2bb43c5cb78e7157f2dbdef71eb9",
            "owner_address": "0x02d1a96a3f39c2e4965e57caf70b3ac5083033f9",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000307",
            "invocation": 307,
            "hash": "0x4ca8e2d9dfa6c3d4a30c1a51046742c500f2859f4f178c643affa10208046408",
            "owner_address": "0xa551b27aeb7e6cb6a8ee60a0774eec8ba14a47d8",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000308",
            "invocation": 308,
            "hash": "0x4274156616ece029820a15869ac1d3e24c271d46a8819a85fa3d221a916f56f6",
            "owner_address": "0x12bd05b7b3a693a00f808f4b53d903256d3a8827",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000309",
            "invocation": 309,
            "hash": "0x35838df80775ea8f864a3c5b6a10ec0e8f2570486ee43852d4872448bde08a61",
            "owner_address": "0x3a49309413793b32f6a308769220147fedbffa5f",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000310",
            "invocation": 310,
            "hash": "0x28778f34b7e3d57ae4efaad90989364d90cb9bcf99fdcca7183d1a62e23c8150",
            "owner_address": "0x17b1cb1ad28e8e8b038139e95cf6223ee7e8b572",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000311",
            "invocation": 311,
            "hash": "0x9d5607b54ce0b904c92a1a86e8dbd621c074d2fe546583f277d5d447ff54a928",
            "owner_address": "0x0f8c148a4854c9647e894699584b31c7b0459e20",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000312",
            "invocation": 312,
            "hash": "0xc3cb0e9d9bdcf76e5087b7aeac035ca79c79008a988b9ab69998b0ea5c616f9f",
            "owner_address": "0xc2670fcc27f90d38f9b543d6b991ecc8fd84c275",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000313",
            "invocation": 313,
            "hash": "0x41ddd594c6a9232f2180713323939878039f8fe87705fdbcfec651ec2a18fc96",
            "owner_address": "0x7d4c4d5380ca2f9c7a091bb622b80613da7eae8c",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000314",
            "invocation": 314,
            "hash": "0xc6af1fd3af83deb9abf72b61ef013dd2c61103c8a91bf6fa976a2aa24df16a5b",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000315",
            "invocation": 315,
            "hash": "0xf6c104d2537df1eb0e20b30647ed9ebd04475cf95cbbc67e5a6d4d8d78dc5ad7",
            "owner_address": "0x07a8613da561dbd0ac8f65cb85ecdb7e7eb79788",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000316",
            "invocation": 316,
            "hash": "0xa162a84a1691e310139b0689a439ff52a2d9d30b38a899da4c43e734a6168d5a",
            "owner_address": "0x89653c7156ccc49be0e0b5ab63f2848296bb1a8d",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000317",
            "invocation": 317,
            "hash": "0xc85def184c6beb4cdb817101d14792211297a49d2b7fbfbf3629821a8313ffc5",
            "owner_address": "0x0287ee2dbf0a0049ae9af6d11657c2572ef0359b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:21+00:00"
          },
          {
            "token_id": "87000318",
            "invocation": 318,
            "hash": "0x29e2e4a86f6eaa8b59c39058d5e3a1d7f76e2f2d508a76402d4d727ef3a0dd93",
            "owner_address": "0xf969293ffb9a7a54c9e813fcae79c1de9846e2d5",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000319",
            "invocation": 319,
            "hash": "0xda8ed790b45899ccb1f65640a94472f265b89bddb71ac8117bf7b2457ecccb1d",
            "owner_address": "0xf565d79c35758c752d3debfdd380d4eb16a3c6e3",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000320",
            "invocation": 320,
            "hash": "0x2650a74e3f16460bd01114947420a390f3bdfa2ac594dc2fcb667f3c453dfafd",
            "owner_address": "0x8b3a26ed875c61a1db68a4e52d046a3c7929ca66",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000321",
            "invocation": 321,
            "hash": "0x962fcde55f8c8f6a01c4a4fddb8a2d7b84f9de53d3c527b992425d392dbff07f",
            "owner_address": "0x27d2d208d67fe7586a25dfdf2146b4308ae47e65",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000322",
            "invocation": 322,
            "hash": "0x26bac592c36cc1d137d9d754178f4563fbcb88253c73567c9dbbc165802d837d",
            "owner_address": "0xcbc31200fccfba4868f9c22ec8bda53705c31bb1",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000323",
            "invocation": 323,
            "hash": "0xa21d3f1209bd1560dbd52377dc5463b6d0827e8526f80c3ddffcb7c7089d3f39",
            "owner_address": "0xacdc434144ce2f9ddf7836c82f4717e5929102f5",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000324",
            "invocation": 324,
            "hash": "0x8ee0b0755f0d2bceab9e48e2a6d8e67d7556d67cd7cd40733e57046209282637",
            "owner_address": "0x208b4a8ef875a5e4645e23f27343f47fd887d9c5",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000325",
            "invocation": 325,
            "hash": "0xd96e7927fa410fb311c4533cd4ceaa30aaa291643ff58848cef3e4f9011e84de",
            "owner_address": "0x5bba2cb423dfae87a444b4028f053d6900a35d11",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000326",
            "invocation": 326,
            "hash": "0x266d81aee76fd4efb2bdf45477f8da858b7513ea4fa301ab9d94526408054d62",
            "owner_address": "0xcf88fa6ee6d111b04be9b06ef6fad6bd6691b88c",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000327",
            "invocation": 327,
            "hash": "0x26a9646d95011e93fbaa6d12cc715b1ae84ddb204196e7a2845a134d428373f2",
            "owner_address": "0x805ba02f89c4c9ce6701eb502ebbbe19941e306f",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000328",
            "invocation": 328,
            "hash": "0xb08f6e068945117ab6a8b26e3b22d185778eed66c8acee14fb9c5662b5e5d611",
            "owner_address": "0xc84f6c5c30b748447179dae2dc1dad70af32afdb",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000329",
            "invocation": 329,
            "hash": "0xf721ca309da1aa92eb9817b53fc9d750408f9f1f1447d67c1225ef9440f95fc1",
            "owner_address": "0x8e27bd3733591d4a235031b538989958831b90d0",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000330",
            "invocation": 330,
            "hash": "0x639146a5dfe2970633ea16a4717c6aed70b135066d773e35bf8df7c1c78c92c4",
            "owner_address": "0xc6ceeb5e3fe9d95cbeddb268383c38bb95ac2bb6",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000331",
            "invocation": 331,
            "hash": "0x660cebf40a9ea2b9f20fd8da4591b5b19f9e0246478b2139d533f490c8106cdc",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000332",
            "invocation": 332,
            "hash": "0x0784b9bcdbe8aa1d211cab4936a81fce91c5519aef8addfad82c2836ed9a00ca",
            "owner_address": "0xb394f1aa30ba874df3ae6097bf4c2474b2d8f3ac",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000333",
            "invocation": 333,
            "hash": "0x05feaca288d1891d23307cd10f669d6c31abebb976aa9049cccc4d8855482136",
            "owner_address": "0xca11c6b5268d41ef7667c6e25eeaee9e5d890cad",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000334",
            "invocation": 334,
            "hash": "0xfb6ab6a8095bc056e299c6d0a4f818a0b035c33b157aec79c504dffd7be895f9",
            "owner_address": "0xd2927a91570146218ed700566df516d67c5ecfab",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000335",
            "invocation": 335,
            "hash": "0xf02ee4c33bcbd7a893d61bf4a3153ba06c52567172a87305b6bb294fd3e9e7bb",
            "owner_address": "0x4f7557376f3b3ae5908f04a095b4951a34371514",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000336",
            "invocation": 336,
            "hash": "0xd4e47296cb8b7626a37ffd5420515fe114287bbcf88cca3065356f3ed6ed6e61",
            "owner_address": "0x7ca83da48606cbfbbf12af0294dfb7433c0393ea",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000337",
            "invocation": 337,
            "hash": "0x5f579f487d8201ad7258ad23c121312f7686c31818dd3cb09b843c7f8d7b34b9",
            "owner_address": "0xfa31dcff7bed47232b82b50fc0ec9582b9b4fb3a",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000338",
            "invocation": 338,
            "hash": "0x413f61630642771dd3a71d5dc4162cecaad00fa76dbf8b0829438beb6c15d545",
            "owner_address": "0x01c2e7b1de06da53bd0ec82fdb59e5767b8c6da1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000339",
            "invocation": 339,
            "hash": "0x669dbdbc8f4b5963402bc89aa576d20c9bebdbeaad07a7d7677e41bcd7332523",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000340",
            "invocation": 340,
            "hash": "0x34eafe61137e9e7077de9a5148c060421d6942069927632ae414849f42a09e65",
            "owner_address": "0x0c54a765c77a88d9cda0bd7ad9b10422848d92ef",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000341",
            "invocation": 341,
            "hash": "0x79a1bc48a3773d8279809df7c24460a125b9a8baa5fdbffb0b4fbac0e6714064",
            "owner_address": "0x50ba55bf41580f0ba7df31d9d20b129e6d2df6ae",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:31+00:00"
          },
          {
            "token_id": "87000342",
            "invocation": 342,
            "hash": "0xb6fd6ef8594187ca879ebc5e33ac105c84227dba0e3f6ae82b56996d8543e3f3",
            "owner_address": "0xdc3ed2238350aacb484aa6b0d17c4fc3353f0046",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000343",
            "invocation": 343,
            "hash": "0xbd301da1f36247509c933c37e9b7e1a443ff1a3e68332cdd72b129f796a5e04b",
            "owner_address": "0x95b36ed4a6236c347028f180de18c0d42bcca139",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000344",
            "invocation": 344,
            "hash": "0x7fadd12e19bbf59a33d27eca510933197be5b96eb8915b9ea4f78dd0c0d3338b",
            "owner_address": "0xd86bed24a560cdbdd27b53a984ed07ec40b38966",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000345",
            "invocation": 345,
            "hash": "0xff7d213111b8e4b45e42402c65935fb5d3f4f5c2411c1a399a80651e6f4768e0",
            "owner_address": "0xa4ba47858ce9935c69e736c01af5d4d81ef641cf",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000346",
            "invocation": 346,
            "hash": "0xdbcff75afa729446bf1c88a4e71f7e2aec4cc9d788a156871b3d5ae8adf7de96",
            "owner_address": "0xb013c1de3c01b50ad41fa215ab5fb73d26e2fa5a",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000347",
            "invocation": 347,
            "hash": "0x2dda966cdcbf259dcca0bc58d91ef1135970c594e52416e384e0afbcef05c48b",
            "owner_address": "0xa73acbc510c5e0c4485a284795847a9fcce89352",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000348",
            "invocation": 348,
            "hash": "0x645b89bae1fa6e08aba6a53430b2da0c0416687134eeeebeb40da50eea11aa10",
            "owner_address": "0xe31bb66bfd80ad9e9163e8da4da028878fa15e22",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000349",
            "invocation": 349,
            "hash": "0x0edd49118daea03cca190a4005503041c1f4f92ba279545db76832cf14b79fe1",
            "owner_address": "0x41b68202dc64904e09d2e4f0a94879c741f27db2",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000350",
            "invocation": 350,
            "hash": "0xd9892b0eae640ae5585ed39521ed376e4dd980d142965a31c8ef56bd7e546690",
            "owner_address": "0x478da99a40beb1ab3d20f548c2c46a0a0b049f65",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000351",
            "invocation": 351,
            "hash": "0x2872a03601d76a1c41bd41073aa7e7e6996db39aaa09f717de567377ad6c514f",
            "owner_address": "0x87f4978e7d7a184330eb8539dc45fd557194a761",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000352",
            "invocation": 352,
            "hash": "0x32b126b479d0f13faf25aa57c11a678ab53b7b04bbf0c7bf84b88d5513a675bd",
            "owner_address": "0xf61a2d94436451ffd96809fdba924bbe9c768359",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:42+00:00"
          },
          {
            "token_id": "87000353",
            "invocation": 353,
            "hash": "0xb2d6df263fad875997edc9d9c54189c9a00cb2ce350d087975540ea3409d3aa6",
            "owner_address": "0x31df6a69588b37b2cc3375178deb25fb6d77761f",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000354",
            "invocation": 354,
            "hash": "0x266e1ccd7ba9d47337ace15bae808181d0e268a62689b0867d6c62fc1e8cfe63",
            "owner_address": "0x306e044f46fb0ec06a5136104698d75ec0ab928c",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000355",
            "invocation": 355,
            "hash": "0xb0aa593b92905aa14cf3989d88a582a1012b32bbc10aff30b16bb6665d06c832",
            "owner_address": "0xf3478bf2d1120590fbf4cf4544c70d20237037d8",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000356",
            "invocation": 356,
            "hash": "0xcbdb1a12a286ad645537fb4557c1eb18411dac5e8f8d654a609170a58d236608",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000357",
            "invocation": 357,
            "hash": "0x8f932ac2b174c6af9e78e9ae2d86975f9b23a40aa02a19ffcfd9f3679b040f38",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000358",
            "invocation": 358,
            "hash": "0xc6ce15ac8faa54cbd46e4e8f221e27a81b117c10c007a5db536437b2ad13a448",
            "owner_address": "0xee63f07fb9b35d3f34f88969019c00499fb7d089",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000359",
            "invocation": 359,
            "hash": "0x14437e269637ee9fe035ee029848deade0a25802b355a5eea1cbdaf71b059179",
            "owner_address": "0xecba5f51925e6ccec26da38dcd7d5305f6bdfbcb",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000360",
            "invocation": 360,
            "hash": "0xdb11548886a8e146300bf8455d74235cb7724033525d14d30436bc853b6a4835",
            "owner_address": "0x9e7dbfa325f09fc75f04b7d9d47db9fcb5e8ac91",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000361",
            "invocation": 361,
            "hash": "0x93b24405828faffa06b1481ba1613b13d6f2f431684635d1d206912d7630383d",
            "owner_address": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:04:46+00:00"
          },
          {
            "token_id": "87000362",
            "invocation": 362,
            "hash": "0xec1c9cfc525bff373065bcd865e96601c02dea3db5a78823f44b8564daa309e9",
            "owner_address": "0xae1ebee3e66dbdf20833ffa828a31f204e9116cd",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000363",
            "invocation": 363,
            "hash": "0xa2786e921e88d61c3ad776eda7ccef52f91d0af6793b08557c72993be0570827",
            "owner_address": "0x1599569d14093a247734909a5faa052ee70432dd",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000364",
            "invocation": 364,
            "hash": "0x50cee80767abc8177799c4d3321dc7e90ef802830e31fbc8c742c472c2bf0b3c",
            "owner_address": "0xecba5f51925e6ccec26da38dcd7d5305f6bdfbcb",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000365",
            "invocation": 365,
            "hash": "0x973385c2de121c95853d7f989b835f795124b45c512f652385c5bd8aa4876b2d",
            "owner_address": "0xfcb33fbe33e1f0f066b41c24d91e994d8fd8e526",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000366",
            "invocation": 366,
            "hash": "0x587143bf1b22a733d59232ff2cad61fb4fe112d0e8b4bc65b11d6d78f5b5bf47",
            "owner_address": "0xe93a9a8f02e3a1c781fe50e36a5ab0189dc8b3db",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000367",
            "invocation": 367,
            "hash": "0x6c287bd00fa8f52afcf1d2a872edf6914dfb91c134dfa1ada8234b8a68cd5fa8",
            "owner_address": "0x39ba2a46e6eba97f6b6b76d83806774a33dbcd42",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000368",
            "invocation": 368,
            "hash": "0x2efdf3d3138e546e96872761e332411e60de99b489fea0314fc746b291119671",
            "owner_address": "0x9b68e1650aba0beb90da62447b9cfd94e9650789",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000369",
            "invocation": 369,
            "hash": "0xa94c9900036c45b9ed6e2fdea402673732bb7c4aeb7cb3913ef5eec370ce17a4",
            "owner_address": "0x870661f46a7b20bb881eb06f18fa81a99e1d1f25",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000370",
            "invocation": 370,
            "hash": "0xd6e6befcc22c0770308d09b671947a71c57c462cfc969b39de1a62cce62c8108",
            "owner_address": "0xc2b46c60afe93cda3855f67fcda6d6844723ddb8",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000371",
            "invocation": 371,
            "hash": "0x3320bf8422a2b6bc1902bfd76ebf68984f5ec38a6915c5d52db86124791a75a3",
            "owner_address": "0x9716681214aea16d140a0c2d37fd2b9ce64a730b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:04:56+00:00"
          },
          {
            "token_id": "87000372",
            "invocation": 372,
            "hash": "0x5b614214318667144abab990e4499e890861f577cd4c781cb12e33a091c9b76b",
            "owner_address": "0xa7d3b221dbbe8c48f8b5116929f0d04f917f93a5",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000373",
            "invocation": 373,
            "hash": "0x046838d6983e462eee871e566db777edeff247963dcf7c774ff9441db7f002db",
            "owner_address": "0xe3112c26b6a065fd1b5e1bfc47dfe6fb332a72eb",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000374",
            "invocation": 374,
            "hash": "0x13e3e02d95f2b6be48c655c6c75fd6b3cf4f6e68487a8a5129fe44409eda393f",
            "owner_address": "0xfc2a616d48a8681250aaaf590404e20812e96cfa",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000375",
            "invocation": 375,
            "hash": "0x4f49df3b1faddf536164a449d3e57ad88b11b10820817302425ba7a98a0e9cb7",
            "owner_address": "0x8cbc43b9bb63c89cda23f4696a82d42865152ffd",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000376",
            "invocation": 376,
            "hash": "0xaf716dc81e63b8d7dd0876bd4b4c8db735e4600368aad166429a7ddab88fbcd3",
            "owner_address": "0x02f125ee5a7c38186fd01c078a19ed36f19ee037",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000377",
            "invocation": 377,
            "hash": "0x4aa2ac28e7aa045129731092afa7f7e8d62597db49a9fd3b233134e343eff191",
            "owner_address": "0x68c71e5c7616b6a15414219db46beeebf386cb72",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000378",
            "invocation": 378,
            "hash": "0x437c880fa6d57414d450e5862fcf1e28e8dc43f57c6cf19312f551814c4549c3",
            "owner_address": "0x496a904dce928da9918944b0e9fa09bae026f91a",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000379",
            "invocation": 379,
            "hash": "0xdf6fa35ccf2132d4464343e86872806e719cf7420650261b6bd97b0807ecef24",
            "owner_address": "0x9625bfc36fd3e584cc21a3883ee46d03bdbef39f",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000380",
            "invocation": 380,
            "hash": "0x07ea0a7e59c2b532123af08388460d9a6890814d6bcc69dc01fe914e471b2867",
            "owner_address": "0x3401ea5a8d91c5e3944962c0148b08ac4a77f153",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000381",
            "invocation": 381,
            "hash": "0xcf108eb7810b2ec2d2b2b4b86b83717fcb3ce525487ac3d106eb8218e2a77891",
            "owner_address": "0x454ca4edcb76dc97be13ffbf997185bd983ba293",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000382",
            "invocation": 382,
            "hash": "0xf4635ec275a3fa021a0d024ca713fe35e579b73619151fcf23c099135c892d22",
            "owner_address": "0xe04fe7030d92daef78fb473cc68f78f106f61be3",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:05:07+00:00"
          },
          {
            "token_id": "87000383",
            "invocation": 383,
            "hash": "0x8862b9b788ded80d02f14352088f8962f7dc27a1a048a5b097964494e2e6e97b",
            "owner_address": "0xab1c00c0e42506f2715f0729dc6bc8f514397086",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:05:18+00:00"
          },
          {
            "token_id": "87000384",
            "invocation": 384,
            "hash": "0x9658625293161d47c56bd4f922ff74a6dd8112ef021dec9bac4efe05d7921ef0",
            "owner_address": "0x6a6743b85899cc2571c8034e209f74f5a92a0e9b",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:05:18+00:00"
          },
          {
            "token_id": "87000385",
            "invocation": 385,
            "hash": "0xca8fae98e3177b3701977f4eac57cfe314ff5e85f5992b377363e060aa06df43",
            "owner_address": "0xfa0cec9f1ab1dc5bf3d1f50b1dab848e609a8a11",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:05:21+00:00"
          },
          {
            "token_id": "87000386",
            "invocation": 386,
            "hash": "0x507e885c9567c365466d1769de9f4c9e656c49c49a214e8aa8cade0557811d09",
            "owner_address": "0xc795954bbd35c4a05f137747ccc389d8d8269620",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:21+00:00"
          },
          {
            "token_id": "87000387",
            "invocation": 387,
            "hash": "0x3657f59c784889d5733efd31066ea9d601e894171d615a9b6630f0cafb6cfa5e",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:21+00:00"
          },
          {
            "token_id": "87000388",
            "invocation": 388,
            "hash": "0x14a07e1709f4025b6ff142963916e6eda0c8273a35576eb71bc2f911d1b69f1a",
            "owner_address": "0xa691be7fc5cda46c9291bb38da447ef077c11fd6",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:21+00:00"
          },
          {
            "token_id": "87000389",
            "invocation": 389,
            "hash": "0xacb08e84606e1b6e5154b37d0698087acc255cfe8a852643bfd456183a41f0b6",
            "owner_address": "0x7dd5756157dd96dd21cc7b548f5484aff23ca944",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000390",
            "invocation": 390,
            "hash": "0x65b789190fdd86e2abcd9fdeb2605c9fb908a5a3f39b02a970bbf8aac05be5e1",
            "owner_address": "0xe1e04f0402887cfe57512ee6db4bf74e59fca4ef",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000391",
            "invocation": 391,
            "hash": "0xd29b7e6b039dc2a6c9482a135d2609ba36929b837ae42e6ad3500614aa9c1fb6",
            "owner_address": "0x8f2b14c4b10afe9f4f57c9c51bb324cbbaed2d22",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000392",
            "invocation": 392,
            "hash": "0x8520b72a7e89ad866107905073a4d5234f96270b7ee3b532fd2c8d272f6f1c54",
            "owner_address": "0x7b48904cac96a301cfa71ef937013184d78636c4",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000393",
            "invocation": 393,
            "hash": "0x5a9cf2f10a09c5b79c33b37c9c3f40d774584128565401e7e95fbdb48628cda3",
            "owner_address": "0x4b54d229651f7c36b24a131a85f4a3d7c092dd91",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000394",
            "invocation": 394,
            "hash": "0x5ccfb96b97c070853975327419c1477ef811c3e31905f75b866ea859b9c12880",
            "owner_address": "0x5774c601c1d485590949b99d386705164f31a953",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000395",
            "invocation": 395,
            "hash": "0xc42a1b172b92d72a84087ae31fd33df9d5abd601d181907ca41bf6f67ac6c9c7",
            "owner_address": "0xc2a719b1edf6a6c9a26ba3d374f263e7db6d1b32",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000396",
            "invocation": 396,
            "hash": "0xd682027c9eea02791d4a17a0e86b233a1dbd8b715eb906ca70670ac97f9eb812",
            "owner_address": "0x37a6156e4a6e8b60b2415af040546cf5e91699bd",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:22+00:00"
          },
          {
            "token_id": "87000397",
            "invocation": 397,
            "hash": "0xc561ebba49cf8debf73f7c1c9bf825c5ff8a4e4ad1f2abe01738e1c5c04a491b",
            "owner_address": "0xa6d90b8b93835940dd5455c57c9398216e58fa59",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000398",
            "invocation": 398,
            "hash": "0xf49e2e58fe47b652f4e8d3ce2364d9aa47e931d80ce54fc2c032f5caf1b564eb",
            "owner_address": "0x6301add4fb128de9778b8651a2a9278b86761423",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000399",
            "invocation": 399,
            "hash": "0xca8e37b60d08157f5e3b0d601629bc77d9538feedb8a600a8c8d8561b8449637",
            "owner_address": "0x74fc246e2eca4aafe8d6d81175ee69c24ab13d97",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000400",
            "invocation": 400,
            "hash": "0x9054f33d096d1ef234f03390ac623b0b995bea0c78b0e1f153ca33ed5c74a95b",
            "owner_address": "0xfbc3f33af3dd99d709631791741eea65eddbfa50",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000401",
            "invocation": 401,
            "hash": "0x742a0413a9508337e67b85969a0b37cb505a17cc160ce785f527c6890b2b6c1c",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000402",
            "invocation": 402,
            "hash": "0x54c5be4b42f97c1d97a593c817d841753692f3f33b397ea6a859e541e67bb878",
            "owner_address": "0xb738fffb968e58a76c4d5162c42cec3f2228eb3f",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000403",
            "invocation": 403,
            "hash": "0x9c1521e60bf1101d175949031f472da63588ef86ddec6abb8c55bfe53bbcb6a1",
            "owner_address": "0xd4be987d841a1d177f00cfc788e6090741032c35",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000404",
            "invocation": 404,
            "hash": "0x417470438581be9df34c3a225611437b4a378e68d15c12807874393fd2b0ddc1",
            "owner_address": "0x7baf191cfaa4a0b08991fb728179baaf3917836a",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000405",
            "invocation": 405,
            "hash": "0x03808ee1e48dd4a50f9d9326d8bd17225b8f7456795e2b61d0e851febfef16a4",
            "owner_address": "0x6a6743b85899cc2571c8034e209f74f5a92a0e9b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000406",
            "invocation": 406,
            "hash": "0x69de34ab14be9f58f573dcffb833f8d26c84b47736490c0b8eeee315ebcb3ba5",
            "owner_address": "0x6a6743b85899cc2571c8034e209f74f5a92a0e9b",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000407",
            "invocation": 407,
            "hash": "0xfafd6974ab5e2855a866fcfa3bbde8618e942ffeba0bd1044e66e2a5c567fe0a",
            "owner_address": "0xb65b6a912dae74c165e7267e44af701e54b6055e",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000408",
            "invocation": 408,
            "hash": "0xe3f7005a5e7afa3b3ea5a16a25ec248f4bd225c0c1aab01bff0bf4bc89c7755a",
            "owner_address": "0x426a04b46e1052712b021213a63fe40e5376f8cf",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:25+00:00"
          },
          {
            "token_id": "87000409",
            "invocation": 409,
            "hash": "0x1f3f80b1d3a4e3059dafc3662b2645d26d41171b1352abd64a8d412cb759faa8",
            "owner_address": "0xd2b7d1bd1348dd15377817108a60d1a2996a78d8",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000410",
            "invocation": 410,
            "hash": "0x1ba955884b6f7520e4d90651f20b5122b8f32b1f23d66b7905a9f0ea862a6a3e",
            "owner_address": "0xe919ca68bc3c73cd524767aa4c67146ba67288fb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000411",
            "invocation": 411,
            "hash": "0xd4a6f81227d608a4e35faa3d0e02dbcce943f79aaa311553323a2be6f52cbdfb",
            "owner_address": "0xafd37c11f9dfee561db31d9bab7cec4812bbd241",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000412",
            "invocation": 412,
            "hash": "0xb4eaae74971bced5077ce7ba09d27302e225d382bccd3cba2c20c82f5a1a1e1c",
            "owner_address": "0x09e923ff31a4fe6d2a131518fb96d66fb35cdf96",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000413",
            "invocation": 413,
            "hash": "0xf8de1bfc7de356019a82ff4559d841d29d061cb4e5e80407f66f6bc17d9a97ea",
            "owner_address": "0x07ab4529e88349b0256ad6054e03ae9ae24cdfb1",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000414",
            "invocation": 414,
            "hash": "0x27a17b5035a6bb8eae163adbe5f33d0098eafc4222063d32c4b163cb1e1b149a",
            "owner_address": "0xfc2a616d48a8681250aaaf590404e20812e96cfa",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000415",
            "invocation": 415,
            "hash": "0xd59347f78ffe4a1c65fff87b856e5113dd4bc57998796124b9f57ddf56f46e26",
            "owner_address": "0x036bbcd47e8a66c4f1559674b3993df75070648b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000416",
            "invocation": 416,
            "hash": "0xf9f7ceacabb6fa449d60112aa89823088d77b90ec8615099819dc37a37bbdb8e",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000417",
            "invocation": 417,
            "hash": "0x788065d84f0a557ef0efe085d33c1b587cbb5f94f15f6b463eac468899e93cad",
            "owner_address": "0xd351844c47826ed5cc75495e588516a1b5194e77",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000418",
            "invocation": 418,
            "hash": "0x2bd62bfe2af86ebacdc074626e0cbb306548978b786cc8e18bc5a1723a1833c7",
            "owner_address": "0x4cf23b08334dc2c26c6a65ab43c3e619c4bfbd61",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000419",
            "invocation": 419,
            "hash": "0xfa2f0f6bd561e58510f9425de80a46908c6f97df3b270975a0c4f529a56b502a",
            "owner_address": "0xcb79f124259da8e60883e3da5cc8ab73c202ac66",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000420",
            "invocation": 420,
            "hash": "0xb967c85132f2c3a2bb7d293e9686ace93afac48eaac2c716fc1cc13e3ed47010",
            "owner_address": "0x7df62e395361efe3c18f436ff1330a84b9835088",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000421",
            "invocation": 421,
            "hash": "0x8c7c594c391cee99c09ead3769c524a6d286229a2e05f3db8adb18c8499744eb",
            "owner_address": "0x139a0975ea36cec4c59447002a875749ac9c460f",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000422",
            "invocation": 422,
            "hash": "0xb60e3b54140353d38392c12e50b2b664e8f745c8100952e402ed01f26f79d855",
            "owner_address": "0x51bfa1c800faa110086150a33c837082c7c3c306",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000423",
            "invocation": 423,
            "hash": "0x2be2d9061d9c979e90d670a35cd67678a66aaa396d2ca726bd5e1e8861bf0f09",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000424",
            "invocation": 424,
            "hash": "0xade1a2da2a32a59c0f05c6d0da7a19f94a651a5d2984cec74c2d85b68166c34f",
            "owner_address": "0x0871e6872f0cdeb32eb013648a76575b4d2dba80",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000425",
            "invocation": 425,
            "hash": "0xcee4a2ce667a1fd92372936808e05758bc52decf6f1c7b689e64ebb07feec2ab",
            "owner_address": "0x6a6743b85899cc2571c8034e209f74f5a92a0e9b",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000426",
            "invocation": 426,
            "hash": "0x21b9e1b4368840c1dc59cf55d0b4e23b3fe5362cd5087d4b1059073ae41475a4",
            "owner_address": "0x6fac5ca3a8a7f53385e87a1e7e683dd7486afc3b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000427",
            "invocation": 427,
            "hash": "0x7b5b250c6cc3b84d260e78b2f47f9ad5f0d84802d1083de11513645a83505fef",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000428",
            "invocation": 428,
            "hash": "0xf2c2c178c48a49eba0af54b096897cf757efa8f33bfc105a7eb6f756e7322b77",
            "owner_address": "0x7172b4c36140c285b861db78dfe06367bdbbd0c2",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000429",
            "invocation": 429,
            "hash": "0x04f7b92d037663491e78ba926997801ec0df0d13dd48226278fe51315ead0b8b",
            "owner_address": "0x3dad3fc7baf6e0c6d45a9b2c6f0331b37f574f13",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:05:38+00:00"
          },
          {
            "token_id": "87000430",
            "invocation": 430,
            "hash": "0x8dc9370c5177aa5bf6d7ccb23440beff5de9c5f64c807ccfd3219eb3a32005e0",
            "owner_address": "0x82c5e264ac23b4edda8dad3960fc93b59156bb31",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000431",
            "invocation": 431,
            "hash": "0x5cbc56d60d3b84917ec4cd22b6db7b979124de90b3a31688042c4be2d4b72985",
            "owner_address": "0x72597f95fe12b716b1481ca5a8629181182f01b5",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000432",
            "invocation": 432,
            "hash": "0x45a79d2c7a5c632edd7fb805e6280a630536ec13df80c4d5c424b105183f4ec4",
            "owner_address": "0x3aaa53cf7ce5ec1d6ee2bef8dc9d473a4364614b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000433",
            "invocation": 433,
            "hash": "0x7114ae5c38d273f207419e3c0847bc1b1375d0fd2a34087ea3263bf112eecdb3",
            "owner_address": "0x568045d8d22e6abc023e302a95ed1ed90af39b46",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000434",
            "invocation": 434,
            "hash": "0x9238b3125110b8ec9d2fa3246fd5528d854b6e651d1670dadce2971793c0521f",
            "owner_address": "0x6a310568171740e2f9c7626d03ff27700fc1be48",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000435",
            "invocation": 435,
            "hash": "0xab4fba808ecbfd467bda435ebff25d82e064e0188dad9ddd0c90f5cf5175ee47",
            "owner_address": "0x1b052edc4df735f0a5e62c1335c94667e7fdc55e",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000436",
            "invocation": 436,
            "hash": "0xc89aea4be4c43750b6232ebbc31ce60021b523b8ed84f719df4857f7a64fcd7a",
            "owner_address": "0x2ab1735ab09f57db6436aa70676b158ed70a70bb",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000437",
            "invocation": 437,
            "hash": "0x420da73c5f7f21ccfbbad3b496ff3182b0a77f2d8361d8df4207c4d2f6e5241e",
            "owner_address": "0xc2b46c60afe93cda3855f67fcda6d6844723ddb8",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:06:28+00:00"
          },
          {
            "token_id": "87000438",
            "invocation": 438,
            "hash": "0x0945a04ed022e817c11c447feb6d02d5dc422e14892071cd93ba75a04c966f72",
            "owner_address": "0xc6ceeb5e3fe9d95cbeddb268383c38bb95ac2bb6",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:06:40+00:00"
          },
          {
            "token_id": "87000439",
            "invocation": 439,
            "hash": "0xc966811ef497c01de4b182ebcb88ab71a43c04018216a544383c15efcedcc1cf",
            "owner_address": "0x74737325789e0485dd0f4c5c4a097fbc7b02c8c6",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:06:40+00:00"
          },
          {
            "token_id": "87000440",
            "invocation": 440,
            "hash": "0xae1f8ddf93e8b443af47ecd9774433af0b45be01d5e74b5f9d782021b27286b4",
            "owner_address": "0xab876791757b47d202b7d6def038940ce7a64fe4",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:06:53+00:00"
          },
          {
            "token_id": "87000441",
            "invocation": 441,
            "hash": "0x1de632e4d66c70ed08a2854cc8c7894b8bb086e06ce77f795ea42ac390443185",
            "owner_address": "0x74fc246e2eca4aafe8d6d81175ee69c24ab13d97",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:06:53+00:00"
          },
          {
            "token_id": "87000442",
            "invocation": 442,
            "hash": "0xed10f93d0546c4af7d6d7594238b4214f4de637977ea1b6cd5cb045f52dbac78",
            "owner_address": "0x2674caaf7ceb4d9deeeedfda817f48c70d0b263a",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:06:53+00:00"
          },
          {
            "token_id": "87000443",
            "invocation": 443,
            "hash": "0x856b57167e599a3624a5fa85a505b29c1019aa4c37f3b66eb62a455d7cd363fb",
            "owner_address": "0x837b24455dc3796b1a91707741c8162fbb71c5d6",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:06:53+00:00"
          },
          {
            "token_id": "87000444",
            "invocation": 444,
            "hash": "0x7d43cc3f823c0f9b7a97ef031c4992aac0ad71b9d0477be8192fd725402ba119",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:06+00:00"
          },
          {
            "token_id": "87000445",
            "invocation": 445,
            "hash": "0xa9f4a3ac6c8b57455ae32640c2feedbb5add609f1558834d6ccb05f0a430a984",
            "owner_address": "0x0f0eae91990140c560d4156db4f00c854dc8f09e",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:07:06+00:00"
          },
          {
            "token_id": "87000446",
            "invocation": 446,
            "hash": "0x2d766bf7c2d8f8434f6d6139c5842ba95d53ee44dac4fcb7807eb9781f183912",
            "owner_address": "0xc2b46c60afe93cda3855f67fcda6d6844723ddb8",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:06+00:00"
          },
          {
            "token_id": "87000447",
            "invocation": 447,
            "hash": "0x50c93bc709bc16a875ced1dd1493cf6fe04f7d8743744c0f61254a87f32246c5",
            "owner_address": "0x398a20f8a91a7406343e75f4ac1eaad6902d3862",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:06+00:00"
          },
          {
            "token_id": "87000448",
            "invocation": 448,
            "hash": "0x4dac621fa113018d35436e17005eb21962e3c1280d7d6ae04de5aeddc184c331",
            "owner_address": "0xfc840af78a496b52e378dfa94838402e1b7f71dd",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:11+00:00"
          },
          {
            "token_id": "87000449",
            "invocation": 449,
            "hash": "0xd940be9228fc1978477e9c2558b63400f60aeac2ca8e6ac03baa31a50e950bd8",
            "owner_address": "0x8cbc43b9bb63c89cda23f4696a82d42865152ffd",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:07:11+00:00"
          },
          {
            "token_id": "87000450",
            "invocation": 450,
            "hash": "0x718461faae8fdfacec5dd51686ed4036e4f168a55454199581eab20f3e68be3d",
            "owner_address": "0xc68bc160afb3ed468e0d98ff645ec760f6fa5669",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:07:11+00:00"
          },
          {
            "token_id": "87000451",
            "invocation": 451,
            "hash": "0xf1cc9aac5318c16f793f5dbefd573061477ff3623dcf0b52140b3795d582239c",
            "owner_address": "0x90c19fea1ef7beba9274217431f148094795b074",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:11+00:00"
          },
          {
            "token_id": "87000452",
            "invocation": 452,
            "hash": "0x28e9bb43e166594f9f436997916a536bbf458f0faf80dffb02b2ffe742ef4bd8",
            "owner_address": "0x4cf23b08334dc2c26c6a65ab43c3e619c4bfbd61",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:11+00:00"
          },
          {
            "token_id": "87000453",
            "invocation": 453,
            "hash": "0x8d70a41da0c3b247a0a6bb12381bcd869d48e6d4116d7cb23ae17135784929ea",
            "owner_address": "0x6dc746ec7b6ec03836dfdd80c5619c053c37e7e7",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:07:11+00:00"
          },
          {
            "token_id": "87000454",
            "invocation": 454,
            "hash": "0x7c56e822f222d28090a42fcbd6171e4352ca7ce75c27993fa80a6b683758fe21",
            "owner_address": "0x1cb4831b6df1d9cb07279b93a0e101db9b2295d0",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:07:36+00:00"
          },
          {
            "token_id": "87000455",
            "invocation": 455,
            "hash": "0x89cf431dfe8d5a5b4e3f854313a268fd3172314ba94b5c965c0ed17067c4e2d2",
            "owner_address": "0x39d037ddd4bef37268fbaf4578b7a1f8f52bfb49",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:36+00:00"
          },
          {
            "token_id": "87000456",
            "invocation": 456,
            "hash": "0x2208641d053e5eb83410750b3c44177a70dd08490195911ebd5e2d2618c04f09",
            "owner_address": "0xf1bddeea68fb9340ff664a3e9bb5d4836bf60633",
            "features": {
              "age": "Modern Patterns"
            },
            "minted_at": "2021-07-17T14:07:36+00:00"
          },
          {
            "token_id": "87000457",
            "invocation": 457,
            "hash": "0xd96a6909a8b4afa8881610a151343ee76ff775976f6f795f5e0bee6813d0f044",
            "owner_address": "0x8dfbfa09ee78329671ba4ae7b0c9f3534d627f2a",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000458",
            "invocation": 458,
            "hash": "0x27e1aac9a74248597908512577277c8c1210507fab988dbbc6bf811cd6d5318c",
            "owner_address": "0x4b6760682191de7e476b801b7ab42d8e8a5b041a",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000459",
            "invocation": 459,
            "hash": "0xad6c42140d5528879f011ec61ec62139045ea8a4be9e44a2465680afe122c7cc",
            "owner_address": "0xa75c93e895dc2fb3b034bf4ac59cf85c4c99ae1f",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000460",
            "invocation": 460,
            "hash": "0x13d160691560d9e7da2ad32833e6de30b7c205b378d2c68865b558803869741c",
            "owner_address": "0xc4b49eee52140496987d97a9814d9a221f8ff6c1",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000461",
            "invocation": 461,
            "hash": "0xc7dabda8794ff6d92ad64ee6b8d26e81c61d24daff96847b1ff89b487e04b68a",
            "owner_address": "0x0b36b5fc93dd40491831d12ebbc564f508034e13",
            "features": {
              "age": "Digital Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000462",
            "invocation": 462,
            "hash": "0x006557d898d641834944fdf085de81e13766288d4f87d7b7d263d179e9ce74a3",
            "owner_address": "0x1337f22b710a5a8bfa037d741c698728bc8dbdda",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000463",
            "invocation": 463,
            "hash": "0xc14236a6f44c598ccaecac68fa99f781bdddee8a5695d857ca30c61b62439fff",
            "owner_address": "0xf802e478db31f87c149d4ec9fe390d4723948327",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:07:38+00:00"
          },
          {
            "token_id": "87000464",
            "invocation": 464,
            "hash": "0x2d3f0b1866a38fd2ebd0b963061bc7b382dcc0515ae43f5a6ab8e6239ae363cd",
            "owner_address": "0x6cf98c66457a7acb39b37f4a85d3149dc3570596",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:07:52+00:00"
          },
          {
            "token_id": "87000465",
            "invocation": 465,
            "hash": "0x5b2b1493e45dc7c260425f2f5ab6b565d6fdca8571d76848e534ad3ae5915271",
            "owner_address": "0x600f9faa8a2d39a710b28e2d0ec8a5dacc12b00f",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:07:52+00:00"
          },
          {
            "token_id": "87000466",
            "invocation": 466,
            "hash": "0xc1c65e908ac880aeb34467867ffedea4fba9d594116bed3db5323cb7e85d1af8",
            "owner_address": "0x1599569d14093a247734909a5faa052ee70432dd",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:07:52+00:00"
          },
          {
            "token_id": "87000467",
            "invocation": 467,
            "hash": "0x4f3c652ec36fc047fd1a0ffb97443a32f4380a6e83a0f8c0e658d32d183dc6b8",
            "owner_address": "0x79001bc437668f5a3e9ad4d8d2714f194a82ef14",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:07:52+00:00"
          },
          {
            "token_id": "87000468",
            "invocation": 468,
            "hash": "0x1a2c87c4ecec359455dc3d77fa3007eeff6407352e2691e5af37b59a544053eb",
            "owner_address": "0x343535588e9b46ca94ddf3fdf49092c7430f2f03",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:07:52+00:00"
          },
          {
            "token_id": "87000469",
            "invocation": 469,
            "hash": "0x7dd863b85315ad88eb90304fdfe5b8bab05382ce3fdce3048d646c6cb39c734c",
            "owner_address": "0xee64277377d728578ee3b4b8e3d6f48d965acff9",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:07:52+00:00"
          },
          {
            "token_id": "87000470",
            "invocation": 470,
            "hash": "0x12b9d25ecd64647a9d9580deb4cc9b41558d1ba4beb2caee811ef5b0397e3f44",
            "owner_address": "0x4a8b9e2c2940fdd39aceb384654dc59acb58c337",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:16+00:00"
          },
          {
            "token_id": "87000471",
            "invocation": 471,
            "hash": "0xef9a8eb6c1692cbcb0868fc56f8676e4f02abe6919454f8a784d35cb5d4a5111",
            "owner_address": "0xd4f11b5f55c20fc71c4d533d1d4c1106747a9772",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:08:16+00:00"
          },
          {
            "token_id": "87000472",
            "invocation": 472,
            "hash": "0xb5d8b7041ddc4b5401c293b68d30cb5a0c0ed38f8e4a9a18fd0af5404a7f089b",
            "owner_address": "0x30cde7555bbc6079db6d2276d06be9c59212f439",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:16+00:00"
          },
          {
            "token_id": "87000473",
            "invocation": 473,
            "hash": "0xab9da99fda41ac179d7bc6805d0c8b2863516b1f20ecaa5dd0ac3a98b3c0b7e7",
            "owner_address": "0x5b1e7840e97dae8b716317965534fadb490580a1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:23+00:00"
          },
          {
            "token_id": "87000474",
            "invocation": 474,
            "hash": "0x24882985363b4a5ec8e9439b4ce87269256126c5ecdfb3310a6de1ca8e770d32",
            "owner_address": "0xc2aaf645d12a4063a03a1c5f564dc9eac1880fa0",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:08:23+00:00"
          },
          {
            "token_id": "87000475",
            "invocation": 475,
            "hash": "0x51c84727b32f65d3f9d4a9ed4d9295ed54995fb770c71de7d4b57a470baa31fe",
            "owner_address": "0x98583c465105ea1c46865664691641a45bd22e41",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:23+00:00"
          },
          {
            "token_id": "87000476",
            "invocation": 476,
            "hash": "0x69ca102e63b833b927aed2c61aecd76097f93b0d164cf99046f1fc4d4baa80c3",
            "owner_address": "0xb5696e4057b9ba76616cecb5a537eaca7b3cdf54",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:23+00:00"
          },
          {
            "token_id": "87000477",
            "invocation": 477,
            "hash": "0x9b42647fd4948270703ba2ad21b0c52d4e93b354bd67f5f213bb5fa2cfd12a22",
            "owner_address": "0x58e5981593a25ea79823aaeec437cb09c7438f0a",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:23+00:00"
          },
          {
            "token_id": "87000478",
            "invocation": 478,
            "hash": "0x58e0a96f537ee13b5363a282cd50c7ebebc7f9f8e509d06a578e5d2fedf8933c",
            "owner_address": "0x3220e1336d11c67c7c06b2d590f4b00e9b634983",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000479",
            "invocation": 479,
            "hash": "0xb7d0af846568665859b4f9c7dc1f11a9612311f031a362d425e22dd1368bd0fa",
            "owner_address": "0x0bc95f14395270a3c236ca1e15d77fb77b66c0a1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000480",
            "invocation": 480,
            "hash": "0x775ee3dc1790fd23e79ab285e8414d5ba19c6743a803390057b596a7beba3bcd",
            "owner_address": "0x88593cbada4a6224edd237b079e43486fb8a7ab8",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000481",
            "invocation": 481,
            "hash": "0x9638ab619cd8244c2060cdf53ea2429d5d691acd9442b7e81ebc80c5aa584f1e",
            "owner_address": "0x0bc95f14395270a3c236ca1e15d77fb77b66c0a1",
            "features": {
              "age": "Tribal Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000482",
            "invocation": 482,
            "hash": "0xfc4be4a50ad6643cf9feec4a59845da3804bdf5846ffa5cb3657d67d228f7012",
            "owner_address": "0x0bc95f14395270a3c236ca1e15d77fb77b66c0a1",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000483",
            "invocation": 483,
            "hash": "0x71af22f943aed9870d47e0ea04c7a4a0db96f165b8a2d419b0ad1896c410dad2",
            "owner_address": "0x2501b99d478efb60ebd059a15bb1e8944f474c7d",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000484",
            "invocation": 484,
            "hash": "0xd0fd6dc2100f01e8e741db9434f448874487a278a2365db753b761a141ccdc1b",
            "owner_address": "0x918453d249a22b6a8535c81e21f7530cd6ab59f1",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000485",
            "invocation": 485,
            "hash": "0x7fb58a2a6e497eb7c40c8e93d1c43adab3e59883c0cfbd9ba6e498c1154e70d5",
            "owner_address": "0xed1f8cc2acefc47ee8b7043991d2abd9a96e20f7",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000486",
            "invocation": 486,
            "hash": "0x3ba7563e2d78c27650c231b45571e8a555e729b6b876d1c34c3ca10ce5be618b",
            "owner_address": "0xec2a0c09ad9db4e448bed5c10d904e30d2f66572",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000487",
            "invocation": 487,
            "hash": "0xee5ecdbcda1675d5ca617159e9516703214ba59db75d943127726d44995f82db",
            "owner_address": "0x65e6d2ce4c7d095a84433b6e10b4ee98507fb1e1",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:08:36+00:00"
          },
          {
            "token_id": "87000488",
            "invocation": 488,
            "hash": "0xae9a4e5a732832fd8f735041546f889477ccd54a89a013afb23b1a015eb0f598",
            "owner_address": "0x02f5d9c2b5376f8b9150cf148aa88a5fdd5dcc50",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:08:40+00:00"
          },
          {
            "token_id": "87000489",
            "invocation": 489,
            "hash": "0x1abdb27d48c34cb861d97743b23c378fed912f87418c84530d4212cd296960d2",
            "owner_address": "0xe062d5abbd68f1a91037fa2e918a4a24ad70bc76",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:40+00:00"
          },
          {
            "token_id": "87000490",
            "invocation": 490,
            "hash": "0x613032c19c52eb12b63090a739b5f027e025b88c3aafaccde3eafddd32456902",
            "owner_address": "0xbba54d8ee72be52aceb9a94a6bd327aacb08e5cb",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:08:40+00:00"
          },
          {
            "token_id": "87000491",
            "invocation": 491,
            "hash": "0xabcd236bf4edcca9ea87a2d9c6d939ccb38a5cfcce8dbbc9e946e7518f818d5f",
            "owner_address": "0x19413a1e1c1728787053b8bc38ff39fc9e58c89b",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:40+00:00"
          },
          {
            "token_id": "87000492",
            "invocation": 492,
            "hash": "0xba1a5b500fea1ae1ffea05972741755097d374332105e2b0abe7cd67e51ebd36",
            "owner_address": "0xa4711c27924a900625bda3c63dc1eb86b44c48a6",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:40+00:00"
          },
          {
            "token_id": "87000493",
            "invocation": 493,
            "hash": "0xdc7af58bb2990ea8b72c0b81c9496fe810e51d86b531fd8c0ee8dd6c56d68f86",
            "owner_address": "0xbfdb50dc66c8df9fd9688d8fe5a0c34126427645",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:08:40+00:00"
          },
          {
            "token_id": "87000494",
            "invocation": 494,
            "hash": "0x1a57bb12a2c79b89b13af59c51de8ecec225da64553a349f82f9ea7533f7c362",
            "owner_address": "0x9d1b972e7cee2317e24719de943b2da0b9435454",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:08:59+00:00"
          },
          {
            "token_id": "87000495",
            "invocation": 495,
            "hash": "0x13a8cdc2d2429d0f034ffd10c3037629df98d81c0a43e5e8e6fb19ea439ffed2",
            "owner_address": "0xae72ac850878f7f1c033569289e2fd2378231e07",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:59+00:00"
          },
          {
            "token_id": "87000496",
            "invocation": 496,
            "hash": "0x01a0161fa5105a4a8210bb375543fee4e121e09528d096e4d7ed2bc0280cc243",
            "owner_address": "0xf813f0104dfc70fbfc7fb2662492ea96b4dd5060",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:59+00:00"
          },
          {
            "token_id": "87000497",
            "invocation": 497,
            "hash": "0x539703ccd95c1be1adb99e5dcbd06862776dab11b318e3e48c7edb8fb6a71e61",
            "owner_address": "0x8e27bd3733591d4a235031b538989958831b90d0",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:59+00:00"
          },
          {
            "token_id": "87000498",
            "invocation": 498,
            "hash": "0x60bc95114169216027ec524d1633b4e43f2291865a97349f255c76b08c96e426",
            "owner_address": "0xf8f327e4c1cbcb0ef014031b84069b9d3579f42d",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:08:59+00:00"
          },
          {
            "token_id": "87000499",
            "invocation": 499,
            "hash": "0x27ff76eb51dac3fdca81c5f9d028cac1a8079908dc5b0a143fc64b4d67395377",
            "owner_address": "0x24fc45a66a1b6687c05c4bf1537e233d43a44960",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:08:59+00:00"
          },
          {
            "token_id": "87000500",
            "invocation": 500,
            "hash": "0xa88eb5994699fe57ad500776d696222eb1931fa539c68eed5bcb97e3ccb96b48",
            "owner_address": "0x50e9db7522e7c08dba4442ef159759817345bd30",
            "features": {
              "age": "Rock Patterns"
            },
            "minted_at": "2021-07-17T14:09:36+00:00"
          },
          {
            "token_id": "87000501",
            "invocation": 501,
            "hash": "0x4e4ce30564d6bdb7447dce4eaa877f912697ff5ea67b5ca87091af1f00424e05",
            "owner_address": "0xa4ac3321fd639a7e2b53da62897955d920c97012",
            "features": {
              "age": "Civilization Patterns"
            },
            "minted_at": "2021-07-17T14:09:36+00:00"
          },
          {
            "token_id": "87000502",
            "invocation": 502,
            "hash": "0xdff046fe009672d8b1dd6865d995c79a53f6a7955d88a2862c086e8f9c4508da",
            "owner_address": "0xc571147a515a789eb23cbcbf92f86bc1485ab877",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:36+00:00"
          },
          {
            "token_id": "87000503",
            "invocation": 503,
            "hash": "0xbb926f275c36022ef7dc291a69145fad5519f5c74513d304691906b84b24762d",
            "owner_address": "0x8f674ddc98331358193e91aa842c7bcea7cacdc5",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:38+00:00"
          },
          {
            "token_id": "87000504",
            "invocation": 504,
            "hash": "0x20a8892f7a07fb4ea4332b234e4dd8d219dfd630683edab69d7482cba4ce8ced",
            "owner_address": "0xfc87587bd3de528a300e1c637741dee1973f82e2",
            "features": {
              "age": "Cave Patterns"
            },
            "minted_at": "2021-07-17T14:09:38+00:00"
          },
          {
            "token_id": "87000505",
            "invocation": 505,
            "hash": "0xcdf972bfc0ecba8072af35afc935d5bc2536a02a4b51454170d13011fbf99c4a",
            "owner_address": "0x111b3c435db3838850cfd6fd2d07ee76459338fa",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:44+00:00"
          },
          {
            "token_id": "87000506",
            "invocation": 506,
            "hash": "0x8f69ee93fec18f18a58e41f9dc032f6af3b974d8f0fda8530fe70915e341aaf6",
            "owner_address": "0x207b3c1083a62e282d375a11f52730879cbfbbbb",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:44+00:00"
          },
          {
            "token_id": "87000507",
            "invocation": 507,
            "hash": "0x6d2d0141e69475816b56d96c68fd38295e03a2f69521e87a2ec3eae54bbf8270",
            "owner_address": "0x471ccd726115991cbac31c8f724dd988fe05a3ac",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:44+00:00"
          },
          {
            "token_id": "87000508",
            "invocation": 508,
            "hash": "0x076ff95e5b736cfbd7b42d3716141bbda1b0a37e43a71d2150cde09759dbe343",
            "owner_address": "0xde84f3e420b8c7824eaa27c4aaedabcd43af5d69",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:53+00:00"
          },
          {
            "token_id": "87000509",
            "invocation": 509,
            "hash": "0x390470a2db769d4db777850865ae0e56c4dbdee307611973b980193902936fb5",
            "owner_address": "0x4cf23b08334dc2c26c6a65ab43c3e619c4bfbd61",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:53+00:00"
          },
          {
            "token_id": "87000510",
            "invocation": 510,
            "hash": "0xad3947b43452793cd82dec46a9538a70df8b84f3c7cfd3b168b2d20a59a0d1b3",
            "owner_address": "0x5b1e7840e97dae8b716317965534fadb490580a1",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:09:53+00:00"
          },
          {
            "token_id": "87000511",
            "invocation": 511,
            "hash": "0xfdf37ee176abf24e2feff4ebe72c8f309982e7c832c8c7e227f23810b83c9174",
            "owner_address": "0xac7585fc1bcbbd0f453a6280950203020ae75016",
            "features": {
              "age": "Ancient Patterns"
            },
            "minted_at": "2021-07-17T14:10:01+00:00"
          }
        ]
      }
    }
  },
  "coordinatorVisualReview": [
    {
      "tokenId": "87000361",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "observer": "OpenAI Codex",
      "recordedAt": "2026-09-18T02:50:30.971901+00:00",
      "method": "Three screenshots of original renderer, first two before canvas click, third after.",
      "observation": "First state dense warm red/orange/yellow lattice with cyan vertical stripes and large black top/bottom triangles. Second state broad cyan field with warm textured triangular regions top/bottom and two pairs of black horizontal strokes near centre. After click, cyan centre retained while broad black bands with warm and indigo edges appeared above and below.",
      "limits": "Visible autonomous change confirmed. Click attempted; post-click change observed but not isolated from autonomous progression. No runtime rule-index measurement or exact frame/cycle timing. Audio not auditioned."
    },
    {
      "tokenId": "87000000",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000000",
      "observer": "OpenAI Codex",
      "recordedAt": "2026-09-18T02:50:30.972025+00:00",
      "method": "Two screenshots at different moments of original renderer",
      "observation": "Broad cyan central diamond-like field; dense cyan/dark vertical striping on sides; warm tiny triangles within indigo wedges at left/right centre; thin warm horizontal separators; black tiny top/bottom triangles. Later state replaced broad cyan areas with cyan/dark vertical bands crossed by warm horizontal bands; red diagonal runs spread over darker corners. Autonomous visible change confirmed.",
      "limits": "No exact elapsed interval or full-cycle timing."
    },
    {
      "tokenId": "87000010",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000010",
      "observer": "OpenAI Codex",
      "recordedAt": "2026-09-18T02:50:58.677656+00:00",
      "method": "Single screenshot original renderer",
      "observation": "Warm coral/red fine horizontal bands fill broad central field; indigo diamonds on left and right outlined by small yellow/cyan accents; large black triangles top/bottom crossed by narrow warm horizontal stripes.",
      "limits": "Single moment, not full cycle. No audio audition."
    },
    {
      "tokenId": "87000020",
      "url": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000020",
      "observer": "OpenAI Codex",
      "recordedAt": "2026-09-18T02:50:58.677774+00:00",
      "method": "Single screenshot original renderer",
      "observation": "Dark indigo and black dominate; two large black side diamonds and top/bottom triangles; small red/orange nested angular marks near four diagonal joins. Sparse warm colour compared with other examples.",
      "limits": "Single moment, not full cycle. No audio audition."
    }
  ],
  "coordinatorPrimarySourceReview": {
    "artistProfile": {
      "url": "https://www.artblocks.io/artists/vamoss",
      "scope": "About paragraph identifies experimental daily artist-programmer practice and code as raw material."
    },
    "projectPage": {
      "url": "https://www.artblocks.io/collection/patterns-of-life-by-vamoss",
      "scope": "512 edition, Factory, release July17 2021, short artist statement connecting cellular automata colours with old paintings and weaving."
    },
    "rights": {
      "url": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
      "scope": "Named licence deed inspected: attribution, noncommercial and ShareAlike. Missing project link does not make standard named terms unidentifiable."
    },
    "dependency": {
      "url": "https://raw.githubusercontent.com/processing/p5.js/1.0.0/license.txt",
      "scope": "Upstream LGPL2.1 licence file; separate from artist code."
    }
  },
  "submittedSections": [
    {
      "id": "work-context",
      "heading": "The work and its context",
      "bodyMarkdown": "Patterns of Life makes small coloured cells accumulate into a changing ornamental field. In the outputs examined here, cyan stripes, warm red bands and dark triangular regions form arrangements that can recall woven cloth. Reflection gives each picture a strong central organisation, while the evolving pattern repeatedly changes the balance between bright activity and dark space. A still can preserve one striking arrangement, but viewing the work over time reveals how provisional that arrangement is. [^S05][^S07]\n\nVamoss released the 512-work series through Art Blocks Factory in July 2021. It is project 87 on its Ethereum contract. The collection page describes an investigation of colour through cellular automata and connects its patterns with older paintings and weaving machines. Those comparisons supply a useful point of entry without turning the work into an illustration of a particular textile tradition. [^S01][^S02]\n\nThe program uses binary neighbourhood rules and a fixed colour array. Its distinct outputs arise from hash-derived rules and initial values, followed by a particular way of recording, reading and reflecting the changing grid. The relation between local computation and the larger ornamental figure is the central subject of this essay. Four original renderers were inspected, including AB5D's #361; visible changes were observed in that holding and in #0. [^S02][^S05][^S07]"
    },
    {
      "id": "conception",
      "heading": "Conception and development",
      "bodyMarkdown": "The artist's project statement locates the beginning in experimentation with colour and cellular automata. It does not describe a commission, a dated sequence of prototypes or the reason for every implementation choice. The available statement therefore supports an account of exploratory method, while leaving the detailed development chronology open. Its comparison with weaving is the artist's own; a specific historical influence would require additional evidence. [^S01]\n\nVamoss's Art Blocks profile describes a daily experimental practice in which code is an artistic material. This broader account is consistent with the project's investigation of visual possibilities through a compact system, but it does not establish when the individual functions were written. A biography can help situate a practice without becoming a substitute for project-specific documentation. [^S14]\n\nIn the deployed work, the combination of a limited colour set and changing binary rules makes experimentation visible. The same cyan and warm colours recur, while their areas and relationships change. The viewer is asked to recognise continuity across those changes, much as one can recognise a textile's vocabulary across different sections of a pattern. This is a reading of the observed outputs and inspected mechanism, rather than a claim that the artist intended a particular loom simulation. [^S02][^S05][^S07]\n\nThe indexed age labels group works under names including Civilization, Modern and Digital Patterns. Those words are not generated by the drawing program inspected here. Their presence is documented metadata, but the rationale for assigning them has not been recovered. They should not be used as proof of a historical progression or as a complete description of what a token looks like. [^S04]"
    },
    {
      "id": "construction",
      "heading": "How the work was constructed",
      "bodyMarkdown": "The complete indexed program is compact, at 2,739 UTF-8 bytes. Its hash-derived values are unusually direct: thirty-two hexadecimal byte pairs are converted to integers and reduced modulo ten. The first twenty-four resulting values, reduced again modulo two, form three eight-entry binary rule tables. A declared seed is not used by the drawing path. A helper that would randomise a rule exists, but the inspected program does not call it. [^S02]\n\nThe automaton stores a ninety-by-ninety matrix and a corresponding colour matrix. For each position on the first axis, generation reads the previous neighbour, the position itself and the next neighbour at the current generation index. The two edge neighbours wrap around. The three binary values become an index from zero to seven, which selects the next binary state from the active table. This is an elementary neighbourhood rule, not a two-dimensional Game of Life update. [^S02]\n\nThe same neighbourhood index selects a colour from eight fixed entries. These run from dark indigo and magenta through warm reds, orange and yellow to cyan. The colour lookup does not simply paint live cells one colour and dead cells another. A neighbourhood can receive a distinct colour even when the selected binary rule assigns it the same next state as another neighbourhood. Colour thus records distinctions that a black-and-white view of the binary result could conceal. [^S02]\n\nInitialisation deserves precision. Restart clears the matrices and places one live value at the middle of the first axis and zero on the second. Setup then fills the slice at first-axis index zero with repeated hash parity values. Calling that operation a conventional randomly seeded starting row would conceal the actual indexing. It is deterministic, and its arrangement within the matrix is part of the implemented work. [^S02]\n\nA further operation checks a slice indexed by the generation count plus two, while that index remains in range. If its binary values are uniformly zero or uniformly one, it replaces them with hash-derived parity and writes numeric zero or one into corresponding colour entries. This is a specific intervention in stored state. It should not be expanded into a guarantee that every output can never become visually sparse, or described as a complete restart of the automaton. [^S02]\n\nGeneration writes colour by position and generation, while display reads a slice using the opposite ordering and paints a horizontal line of the offscreen graphic. The square dimensions keep these accesses within the same range, but the order matters. The result is not adequately explained as simply displaying each newly calculated generation underneath the preceding one. Whether the transposition was a deliberate choice has not been established; its behaviour is nevertheless part of the deployed program. [^S02]\n\nThe ninety-by-ninety graphic is drawn four times, reflected horizontally, vertically and in both axes. These copies occupy a two-by-two arrangement. The reflections make a central diamond or paired triangles emerge from local features, giving small cell patterns a larger compositional structure. They establish horizontal and vertical reflection symmetry, without implying that every image is invariant under a quarter-turn. [^S02][^S05][^S07]\n\nAt the end of ninety generations, the counter returns to zero and the active rule advances through the three tables. The matrices and graphic buffer are retained. Cycling the rule table therefore does not prove that the full image repeats after exactly three passes: the stored state also contributes to what happens next. The program requests thirty frames per second, but no independently measured frame rate or complete visual repetition period is asserted here. [^S02]\n\nA mouse press calls the same rule-advance function. It changes the active rule without clearing the buffer or resetting the generation counter. The live holding was clicked during review and continued changing, but the screenshots do not isolate that change from autonomous progression; the specific control description comes from code inspection. No audio instructions or window-resize handler were found. Sound was not auditioned. [^S02][^S05]"
    },
    {
      "id": "mint",
      "heading": "The mint",
      "bodyMarkdown": "The indexed first mint occurred on 10 June 2021. Activation is recorded on 16 July, with the second mint and completion on 17 July. The collection page gives 17 July as the release date. These records describe different events: the earlier token is evidence that an output existed before the public release date, but its position alone does not establish a reserved or proof allocation. [^S01][^S02][^S03]\n\nThe second indexed mint is timed at 14:01:45 and completion at 14:10:01, an interval of eight minutes and sixteen seconds. That calculation does not independently establish when public purchasing opened. Likewise, the gap after activation cannot prove that purchasing remained closed, because the absence of mints does not identify every condition of the sale. Full timestamps are retained in the source record. [^S02]\n\nSampled invocations #10 and #20 carry the same 14:01:45 timestamp. This establishes a shared indexed timestamp for those records; it should not be inflated into a claim that twenty-one tokens, including the much earlier #0, were minted together. The AB5D holding, #361, is recorded at 14:04:46. The configured price is currently 0.1 ETH, while the original public price and transaction-level payments remain unverified. [^S02][^S03]"
    },
    {
      "id": "rights",
      "heading": "Copyright and licensing",
      "bodyMarkdown": "The current artwork label in the Art Blocks index is CC BY-NC-SA 4.0. Although the index supplies no terms URL, the named Creative Commons licence has a published deed. It permits sharing and adaptation subject to attribution, a noncommercial restriction and ShareAlike conditions for adaptations. The deed is linked here as the terms corresponding to the reported label; a complete history of the project's earlier rights statements has not been reconstructed. [^S02][^S15]\n\nNo separate permission notice for the artist's program was found in the inspected script. The artwork label is not treated as automatic evidence of a distinct software licence. The declared p5.js 1.0.0 dependency has an upstream licence file identifying LGPL version 2.1; that library record is separate from the artist's code and the artwork. [^S02][^S16]\n\nThe original essay prose is dedicated to CC0. The displayed work retains its artist credit and reported artwork licence. Keeping these records separate allows readers to identify the relevant source without assuming that token ownership, public code access or the archive's prose dedication grants additional rights. [^S02][^S15][^S16]"
    },
    {
      "id": "examples",
      "heading": "Close reading of examples",
      "bodyMarkdown": "The comparison uses #0, #10, #20 and #361, with full token identifiers 87000000, 87000010, 87000020 and 87000361 on the project's Ethereum contract. Token records were checked against a fresh full-edition query. All four original renderers were inspected; #0 and #361 were observed at multiple moments. These observations describe particular states, not fixed appearances or a statistical sample of the whole edition. [^S03][^S04][^S05][^S07]\n\nIn the first observed state of #0, cyan occupied a broad central diamond-like field. Dense cyan and dark vertical stripes spread around it, while warm small triangles appeared inside indigo wedges near the left and right centre. Thin warm horizontal lines divided the broad cyan region. The result balanced a relatively open centre against insistently repeated lines near the sides. Tiny black triangles at the top and bottom punctuated that arrangement. [^S07]\n\nA later state reorganised the same colour vocabulary. Cyan and dark vertical bands now filled the central figure, crossed by warm horizontal bands, while red diagonal runs extended through darker corner regions. The apparent openness of the earlier cyan area had become a dense mesh. What persisted was the reflected organisation and the contrast between cool light and warm small marks. The comparison shows why a single preview cannot settle the character of this output: texture and apparent weight can change substantially while the palette remains familiar. [^S07][^S02]\n\nThe central figure in #0 also changes the scale at which the eye reads the work. From a distance, its diagonals suggest one large enclosure. Closer attention finds repeated small vertical marks and narrow horizontal interruptions. The reflections make that local repetition contribute to a larger balance, so that the image can read alternately as a field of cells and as an ornament with a centre. That switch is a visual consequence of the four reflected copies, not evidence of a separate large-shape drawing routine. [^S07][^S02]\n\nIn the observed #10 state, fine warm coral and red horizontal bands spread across a broad central field. Indigo diamonds near the left and right edges were outlined by small yellow and cyan accents. Large black triangles at the top and bottom interrupted the warmth, with narrow horizontal stripes crossing parts of those regions. Compared with #0, the image gave horizontal rhythm more authority. Its dark shapes felt like openings within the coloured field rather than small punctuation marks. [^S07]\n\nThe observed #20 state was much quieter in colour. Dark indigo and black dominated, forming two large side diamonds and triangular regions above and below. Small red-orange angular patterns gathered near four diagonal joins. Those scarce warm marks carried considerable weight precisely because so much of the surface remained dark. This is an observed sparse state, not proof that the token is permanently near collapse or that the intervention in the matrix always produces a particular amount of visual activity. [^S07][^S02]\n\nAB5D's #361 first appeared as a dense lattice of warm marks with cyan vertical stripes, organised around large black triangles at the top and bottom. The small red, orange and yellow elements made portions of the field seem granular, while the black regions supplied a much larger geometry. The coexistence of those scales gave the picture both a broad symmetry and an unsettled surface. Its owner matched one of the full linked-wallet set retrieved for AB5D. [^S05][^S03][^S13]\n\nBefore any click, a later state of #361 had become a broad cyan field with warm textured triangular regions above and below. Two pairs of black horizontal strokes sat near the centre. The former abundance of warm detail had receded, and cyan had become the dominant spatial impression. The autonomous change was clear without requiring a measured frame rate: the balance of figure and ground had been revised within the same reflected structure. [^S05]\n\nAfter a click, another observed state retained a cyan centre while broad dark bands with warm and indigo edges appeared above and below. The program provides a rule-changing mouse control, but this sequence does not independently establish which visible difference resulted from the click rather than continued progression. The distinction matters for documentation while leaving the viewing experience intact: the work continues to assemble new relationships across an already occupied field. Neither a fixed cycle length nor the submitted rule-index measurements were independently reproduced. [^S05][^S02]"
    },
    {
      "id": "significance",
      "heading": "Significance and limitations",
      "bodyMarkdown": "Patterns of Life gives a compact local rule a strong ornamental presence. Its fixed colour array does not make its images interchangeable. Neighbourhoods determine colour as well as binary state, and the changing distribution of those colours can move a composition from dense warm detail to a broad cyan field or a dark arrangement punctuated by small bright marks. Reflection then turns that changing material into an image with a recognisable centre and paired edges. [^S02][^S05][^S07]\n\nThe live comparisons are especially useful because they expose variation within one token as well as between tokens. In #0, a comparatively open central area became a mesh of vertical and horizontal marks. In #361, a dense field gave way to a much larger cyan presence. These changes are not merely decorative motion added to a finished picture. They alter its apparent weight, scale and distribution of attention. [^S05][^S07]\n\nThe preservation problem follows from the construction. Retaining a token input and a still would preserve only part of the work. The matrix ordering, retained buffer, rule changes, p5 environment and achieved playback conditions all contribute to its appearance over time. A reproduction that corrects an unusual indexing choice or clears the state at every rule change would need to disclose that intervention. The implemented behaviour should first be understood before it is simplified. [^S02]\n\nUnresolved research questions:\n\n- Recover dated development material and the rationale for the indexed age labels.\n- Establish the original public price, allocations and sale-opening conditions.\n- Trace historical artwork terms and any separate artist-code grant.\n- Compare the indexed script with a pinned chain retrieval.\n- Measure representative runtime progression and isolate the mouse control's effect across supported viewing environments. [^S02][^S04]"
    }
  ],
  "submittedRights": {
    "artwork": {
      "reportedLabel": "CC BY-NC-SA 4.0",
      "category": "creative-commons",
      "termsUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S15"
      ],
      "note": "Current indexed label. Named standard deed independently inspected; historical terms not reconstructed.",
      "unresolvedConflicts": []
    },
    "code": {
      "reportedLabel": null,
      "category": "unknown",
      "termsUrl": null,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01"
      ],
      "note": "No licence statement accompanies the artist script. Fully on-chain storage establishes readability, not redistribution rights.",
      "unresolvedConflicts": []
    },
    "thirdParty": [
      {
        "component": "p5.js",
        "reportedLabel": "LGPL-2.1",
        "category": "custom",
        "termsUrl": "https://raw.githubusercontent.com/processing/p5.js/1.0.0/license.txt",
        "observedAt": "2026-09-18",
        "sourceIds": [
          "S16"
        ],
        "note": "Upstream dependency licence inspected; distinct from artist code and artwork."
      }
    ]
  },
  "submittedEditorialExceptions": [
    {
      "id": "rights-terms-missing-sharealike",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "A CC BY-NC-SA 4.0 label is reported with link_to_license null and no terms document anywhere located; the artist website does not resolve. The ShareAlike element would impose obligations on adapters, so this gap has downstream consequences and must not be published as settled."
    },
    {
      "id": "code-rights-unknown",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "No licence statement was located for the artist script."
    },
    {
      "id": "artist-record-gap",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "No interview, no development material, and the artist website does not resolve. All statements of intent rest on two sentences on the mint page."
    },
    {
      "id": "trait-vocabulary-unexplained",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The seven age names are produced by a trait extractor not present in the retrieved script and their rationale is undocumented. The essay describes them without explaining them."
    },
    {
      "id": "platform-page-omits-badges",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The project page declares neither animated nor interactive, although the work is both. Any description drawn from the page or from a preview still will be wrong."
    },
    {
      "id": "preview-is-one-frame",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The stored preview is a single frame from a ninety-three second pass of one of three rules, and differs visibly from a mid-pass live capture. Any published still should be described as a frame rather than as the work."
    },
    {
      "id": "index-transposition-unexplained",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The colour grid is written by column then row and read by row then column. Reported as observed. No judgement is offered about whether it was intended, and none should be added without further evidence."
    },
    {
      "id": "original-price-unverified",
      "status": "pending",
      "reviewer": "publication coordinator",
      "reason": "The 0.1 ETH figure is the currently configured project price, not a verified original mint price."
    }
  ],
  "removedSourceRecords": [
    {
      "id": "S08",
      "title": "Census of the licence field across all projects on the Art Blocks contract (GraphQL projects_metadata)",
      "url": "https://artblocks-mainnet.hasura.app/v1/graphql",
      "author": "Art Blocks public GraphQL index",
      "publisher": "Art Blocks public GraphQL index",
      "publicationDate": null,
      "accessedAt": "2026-09-18",
      "accessOutcome": "inspected",
      "accessMethod": "HTTP POST, application/json",
      "archiveUrl": null,
      "evidenceLocators": [
        "query: query{projects_metadata(where:{contract_address:{_eq:\"0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270\"}},limit:600){project_id license link_to_license}}",
        "359 projects returning 34 distinct licence label strings",
        "Creative Commons variants present include CC BY-NC-SA 4.0, CC BY-NC-SA, CC BY-NC SA 4.0 and CC BY-NC-SA 3.0",
        "87 of 359 projects carry any value in link_to_license"
      ],
      "submittedAuthor": null,
      "submittedAccessOutcome": "HTTP 200, 359 rows returned",
      "inspectionAttribution": "Submitted Claude research; independent coordinator verification pending."
    },
    {
      "id": "S11",
      "title": "vamoss.com.br, artist website recorded on the project",
      "url": "https://vamoss.com.br",
      "author": "Vamoss",
      "publisher": "vamoss.com.br",
      "publicationDate": null,
      "accessedAt": "2026-09-18",
      "accessOutcome": "inspected",
      "accessMethod": "browser pane on operator device, navigation and scripted requests",
      "archiveUrl": null,
      "evidenceLocators": [
        "no DNS resolution for vamoss.com.br or www.vamoss.com.br on the access date"
      ],
      "submittedAuthor": "Vamoss",
      "submittedAccessOutcome": "failed: browser navigation was denied and direct requests to the apex domain, the www subdomain and the plain HTTP variant all failed at name resolution",
      "inspectionAttribution": "Submitted Claude research; independent coordinator verification pending."
    },
    {
      "id": "S12",
      "title": "Canonical token page checks for Patterns of Life sampled tokens",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "author": "Art Blocks",
      "publisher": "Art Blocks",
      "publicationDate": null,
      "accessedAt": "2026-09-18",
      "accessOutcome": "inspected",
      "accessMethod": "scripted HTTP GET from the browser context on the operator device",
      "archiveUrl": null,
      "evidenceLocators": [
        "five token URLs and one collection URL, each returning status 200"
      ],
      "submittedAuthor": null,
      "submittedAccessOutcome": "HTTP 200 for token pages 87000000, 87000001, 87000010, 87000020 and 87000361, and for the collection page, observed 2026-09-18T00:21:08+00:00",
      "inspectionAttribution": "Submitted Claude research; independent coordinator verification pending."
    }
  ],
  "submittedFacts": [
    {
      "id": "edition-size",
      "topic": "work-context",
      "value": 512,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S01"
      ],
      "status": "verified",
      "note": "Indexed invocations 512 against max_invocations 512; page states a fixed edition of 512."
    },
    {
      "id": "project-id",
      "topic": "work-context",
      "value": 87,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "On-chain project id. The AB5D atlas position for this series is also 87, which is a coincidence."
    },
    {
      "id": "automaton-type",
      "topic": "construction",
      "value": "Elementary three-cell binary neighbourhood rules",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S05"
      ],
      "status": "verified",
      "note": "Storage and display use different axis order; see complete code review."
    },
    {
      "id": "script-bytes",
      "topic": "construction",
      "value": 2739,
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Single script fragment."
    },
    {
      "id": "no-prng",
      "topic": "construction",
      "value": "Drawing path uses hash parity directly",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "An unused randomising helper exists; no claim that random-related code is entirely absent."
    },
    {
      "id": "fixed-palette",
      "topic": "construction",
      "value": "Eight fixed colour entries",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S07"
      ],
      "status": "verified",
      "note": "Neighbourhood index selects colour independently of next binary state. No inference about why traits omit palette."
    },
    {
      "id": "mirror-symmetry",
      "topic": "construction",
      "value": "Horizontal and vertical reflection",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S07"
      ],
      "status": "verified",
      "note": "Four reflected copies; no quarter-turn invariance claimed."
    },
    {
      "id": "reseeding",
      "topic": "construction",
      "value": "Uniform matrix slice receives hash parity values",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Slice index generation+2; no guarantee against every sparse appearance."
    },
    {
      "id": "index-transposition",
      "topic": "construction",
      "value": "the colour grid is written by column then row and read by row then column",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Direct script finding. The grid is square so the read is always in bounds and no error occurs, but the painted values are the transpose of the written ones. Whether this is intended is not established."
    },
    {
      "id": "dead-code",
      "topic": "construction",
      "value": "a ruleset randomiser and an unused counter",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Direct script findings. The randomiser would overwrite the ruleset with fresh random bits and is never called."
    },
    {
      "id": "motion-rate",
      "topic": "examples",
      "value": "0.97 rows per second, about 93 seconds per pass, about four and a half minutes per three-rule cycle",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S05"
      ],
      "status": "verified",
      "note": "Measured over thirty seconds in the live renderer. The script requests thirty frames per second; the renderer reported an actual rate of one, and one row is drawn per frame."
    },
    {
      "id": "interaction-undocumented",
      "topic": "examples",
      "value": "Mouse press advances rule table",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S05",
        "S01",
        "S02"
      ],
      "status": "verified",
      "note": "Code finding. Click attempted but visible change not isolated from autonomous progression."
    },
    {
      "id": "page-omits-badges",
      "topic": "work-context",
      "value": "project page declares neither animated nor interactive",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S01",
        "S05"
      ],
      "status": "verified",
      "note": "The work is both. The index display_static flag is correctly false."
    },
    {
      "id": "first-token-minted",
      "topic": "mint",
      "value": "2021-06-10T22:46:04+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S03"
      ],
      "status": "verified",
      "note": "First indexed mint; allocation purpose not established."
    },
    {
      "id": "activated",
      "topic": "mint",
      "value": "2021-07-16T22:17:58+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Activation record; does not establish public-opening conditions."
    },
    {
      "id": "second-token-minted",
      "topic": "mint",
      "value": "2021-07-17T14:01:45+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S03"
      ],
      "status": "verified",
      "note": "start_datetime carries the same value. Invocations 1, 10 and 20 share this timestamp to the second. This is what the project page renders as 18 July 2021 in a UTC+10 browser; in UTC it is 17 July."
    },
    {
      "id": "completed",
      "topic": "mint",
      "value": "2021-07-17T14:10:01+00:00",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "verified",
      "note": "Calendar date 17 July 2021 in UTC."
    },
    {
      "id": "second-to-complete-interval",
      "topic": "mint",
      "value": "8 minutes 16 seconds",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02"
      ],
      "status": "inferred",
      "note": "Arithmetic on the two indexed timestamps, covering invocations 1 through 511. Not a verified public sellout time."
    },
    {
      "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": "sharealike-term",
      "topic": "rights",
      "value": "CC BY-NC-SA 4.0 reported label",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S02",
        "S15"
      ],
      "status": "reported",
      "note": "Named standard deed independently inspected. Historical project terms remain untraced."
    },
    {
      "id": "artist-website-unreachable",
      "topic": "conception",
      "value": "vamoss.com.br does not resolve",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S11"
      ],
      "status": "verified",
      "note": "Apex, www and plain HTTP all failed at name resolution on the access date."
    },
    {
      "id": "audio",
      "topic": "examples",
      "value": "No audio instructions found",
      "observedAt": "2026-09-18",
      "sourceIds": [
        "S05",
        "S02"
      ],
      "status": "verified",
      "note": "Code inspection only. Sound not auditioned."
    }
  ],
  "submittedExamples": [
    {
      "id": "E01",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "87000000",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000000",
      "sourceIds": [
        "S03",
        "S07"
      ],
      "selectionNote": "Verified token selected for comparison of observed structure and colour; #361 is the freshly verified AB5D holding.",
      "observationNote": "Broad cyan central diamond-like field; dense cyan/dark vertical striping on sides; warm tiny triangles within indigo wedges at left/right centre; thin warm horizontal separators; black tiny top/bottom triangles. Later state replaced broad cyan areas with cyan/dark vertical bands crossed by warm horizontal bands; red diagonal runs spread over darker corners. Autonomous visible change confirmed. No exact elapsed interval or full-cycle timing."
    },
    {
      "id": "E02",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "87000010",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000010",
      "sourceIds": [
        "S03",
        "S07"
      ],
      "selectionNote": "Verified token selected for comparison of observed structure and colour; #361 is the freshly verified AB5D holding.",
      "observationNote": "Warm coral/red fine horizontal bands fill broad central field; indigo diamonds on left and right outlined by small yellow/cyan accents; large black triangles top/bottom crossed by narrow warm horizontal stripes. Single moment, not full cycle. No audio audition."
    },
    {
      "id": "E03",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "87000020",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000020",
      "sourceIds": [
        "S03",
        "S07"
      ],
      "selectionNote": "Verified token selected for comparison of observed structure and colour; #361 is the freshly verified AB5D holding.",
      "observationNote": "Dark indigo and black dominate; two large black side diamonds and top/bottom triangles; small red/orange nested angular marks near four diagonal joins. Sparse warm colour compared with other examples. Single moment, not full cycle. No audio audition."
    },
    {
      "id": "E04",
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "87000361",
      "url": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "sourceIds": [
        "S03",
        "S05",
        "S07",
        "S13"
      ],
      "selectionNote": "Verified token selected for comparison of observed structure and colour; #361 is the freshly verified AB5D holding.",
      "observationNote": "First state dense warm red/orange/yellow lattice with cyan vertical stripes and large black top/bottom triangles. Second state broad cyan field with warm textured triangular regions top/bottom and two pairs of black horizontal strokes near centre. After click, cyan centre retained while broad black bands with warm and indigo edges appeared above and below. Visible autonomous change confirmed. Click attempted; post-click change observed but not isolated from autonomous progression. No runtime rule-index measurement or exact frame/cycle timing. Audio not auditioned."
    }
  ],
  "submittedPresentation": {
    "editionSize": 512,
    "maximumEdition": 512,
    "factsSourceIds": [
      "S02",
      "S01"
    ],
    "mintEvent": "first indexed mint",
    "mintTimestamp": "2021-06-10T22:46:04+00:00",
    "mintCalendarDateForHeader": "10 June 2021",
    "mintCalendarDateNote": "First indexed mint calendar date; full timestamps retained in evidence. Allocation purpose not established.",
    "heldArtwork": {
      "chainId": 1,
      "contract": "0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270",
      "tokenId": "87000361",
      "edition": 361,
      "title": "Patterns of Life #361",
      "artist": "Vamoss",
      "canonicalUrl": "https://www.artblocks.io/token/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
      "owner": "0xdd19308a9731cdecb67e0d80ca6823394208c045",
      "ownershipObservedAt": "2026-09-18T02:49:41.103781+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/87000361",
      "mediaType": "text/html, live renderer",
      "fallbackStillUrl": "https://media-proxy.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361.png",
      "motionObservation": "Autonomous visible changes observed in original renderer. Mouse control identified in code; click attempted without isolating its effect. No fixed timing established; audio not auditioned.",
      "caption": "Patterns of Life #361 by Vamoss. Copyright: CC BY-NC-SA 4.0. AB5D collection.",
      "alt": "A symmetrical quilt-like pattern of red, orange and yellow cells over cyan, with nested triangular structures in the corners and black diamond shapes through the centre.",
      "copyrightLabel": "CC BY-NC-SA 4.0 (as reported by the Art Blocks index)",
      "copyrightTermsUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
      "rightsSourceIds": [
        "S02",
        "S15"
      ],
      "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:49:41.103781+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": "87000361",
        "mediaUrl": "https://generator.artblocks.io/1/0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270/87000361",
        "mediaType": "text/html",
        "motionObservation": "Autonomous visible changes observed in original renderer. Mouse control identified in code; click attempted without isolating its effect. No fixed timing established; audio not auditioned.",
        "displayBasis": "remote platform media, embedded from the Art Blocks live renderer; nothing redistributed in this package"
      }
    ],
    "rendererNote": "Autonomous visible changes observed in original renderer. Mouse control identified in code; click attempted without isolating its effect. No fixed timing established; audio not auditioned."
  }
}
