{
  "v": 1,
  "requestId": "d2050e0e-670a-4387-bbaf-236c49f509ad",
  "chainId": 1,
  "window": {
    "toBlock": 26021469,
    "fromBlock": 26019678,
    "toBlockHash": "0x90af93d0147cf4652548784b047a1a4194216758eb507798abe853f2178e42a7"
  },
  "answerType": "address[]",
  "answer": [
    "0xe92e65049b3c2ca12806e9567b08895118c5a03f",
    "0x6eb650b1216bacb7d70b84975be3534b3926c22a",
    "0xb489743cc9213231b8edac1d955e9dc98e82080b",
    "0x611f7bf868a6212f871e89f7e44684045ddfb09d",
    "0x6522b7f9d481eceb96557f44753a4b893f837e90"
  ],
  "figure": "606935887691000000000000",
  "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": "MANA (Decentraland) at 0x0f5d2fb29fb7d3cfee444a200298f468908cc942 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 MANA, 18 decimals, no decimal scaling",
    "listLength": "Return the top 5 recipients; the first address is the answer to the question.",
    "eligibility": "Include all recipient addresses present in matching Transfer logs, including zero address, contracts, externally owned accounts, and self-transfers; apply no address filters.",
    "figure": "Gross incoming raw MANA Transfer.value sum for the first ranked address."
  },
  "recipe": {
    "kind": "log-rank",
    "address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false,
    "groupBy": "to",
    "topN": 5
  },
  "notes": "Computed independently from https://one.valve.city/rpc/vk_demo/evm/1 and https://mainnet.gateway.tenderly.co. Both returned eth_chainId 0x1 and the exact pinned closing block hash. Queried eth_getLogs on each for the MANA contract, inclusive blocks 26019678 through 26021469, topic0 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef. Both returned identical sets of 186 logs and identical totals for 122 recipients. Checked block bounds, contract, event topic, ABI word lengths, absence of removed logs, and uniqueness by block hash, transaction hash and log index. Decode to from the last 20 bytes of topics[2] and value from data as an unsigned integer; sum using arbitrary-precision integers by lowercase to, sort by sum descending then address ascending, and take 5. Leader total is 606935887691000000000000 raw units (606935.887691 MANA). Other endpoints attempted: https://rpc.flashbots.net/fast passed chain/hash checks but rejected the log scan as beyond current head; https://rpc.mevblocker.io/fast, https://ethereum-rpc.publicnode.com, https://eth.drpc.org, https://eth-mainnet.public.blastapi.io and https://public.1rpc.io/eth returned HTTP 403; https://ethereum-public.nodies.app passed chain/hash checks but refused the full log range with a 50-block limit. No log data from these unsuccessful scans was used."
}
