{
  "v": 1,
  "requestId": "2bb24c07-b307-4660-a9b5-d5ca20522f37",
  "chainId": 1,
  "window": {
    "toBlock": 26021470,
    "fromBlock": 26014298,
    "toBlockHash": "0xa3b8e846d5a005efced49caf03789d0dde8880742bd4cae7537c03c7bbe8b5ce"
  },
  "answerType": "address[]",
  "definitions": {
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "window": "both pinned block bounds are inclusive",
    "ranking": "Transfer logs of the contract in the window grouped by the indexed to address, summing value, highest first",
    "contract": "LOOKS (LooksRare) at 0xf4d2888d29d722226fafa5d9b24f9164c092421e on Ethereum mainnet",
    "received": "gross incoming Transfer.value, including mints and transfers to any address; outgoing transfers are not subtracted",
    "selection": "the first entry answers the question; ties broken by lowercase address ascending",
    "denomination": "raw uint256 Transfer.value units of LOOKS, 18 decimals, no decimal scaling",
    "listLength": "Return the top five recipients; the first entry is the requested winner."
  },
  "answer": [
    "0xd72783a5161ead01c61bd3f59722b18f8c7fa3d4",
    "0xff40b7095633f41bc960dfbdd8a783b67ce706f5",
    "0x5cc7787778b4d20a947dcc53b41f593cfd27d548",
    "0xdc00ba87cc2d99468f7f34bc04cbf72e111a32f7",
    "0xb63d545d8e3cf0cf14f9af2f6f425a7822634b62"
  ],
  "figure": "235807002277111696778716",
  "recipe": {
    "kind": "log-rank",
    "address": "0xf4d2888d29d722226fafa5d9b24f9164c092421e",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false,
    "groupBy": "to",
    "topN": 5
  },
  "notes": "Computed eth_getLogs for the Transfer signature in nonoverlapping inclusive chunks of at most 1000 blocks, recursively halving failed requests. Decoded topics[2] as recipient and data as unsigned integer; summed using exact integer arithmetic and sorted by sum descending, then lowercase address ascending. Both https://one.valve.city/rpc/vk_demo/evm/1 and https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7 verified chain ID 1 and the pinned closing hash and returned identical sets of 24 logs and identical full rankings. No address exclusions; mints, burns, self-transfers and contract recipients are included. Additional endpoint probes: https://rpc.flashbots.net/fast verified chain and hash but its full-range log request returned HTTP 504; https://virginia.rpc.blxrbdn.com verified chain and hash only; https://eth.merkle.io initially verified chain and hash but returned HTTP 429 on a subsequent closing-block check; https://rpc.mevblocker.io/fast, https://ethereum-rpc.publicnode.com and https://eth.drpc.org returned HTTP 403."
}
