{
  "v": 1,
  "requestId": "64b1a4db-f756-4857-acb3-8f437528b949",
  "chainId": 1,
  "window": {
    "toBlock": 26021472,
    "fromBlock": 26019681,
    "toBlockHash": "0xbffd686213f3fd4dc24c9a76573d5ce8209326f0ccbc626ed6474be622ba2333"
  },
  "answerType": "address[]",
  "answer": [
    "0x6522b7f9d481eceb96557f44753a4b893f837e90",
    "0xb489743cc9213231b8edac1d955e9dc98e82080b",
    "0x91d40e4818f4d4c57b4578d9eca6afc92ac8debe",
    "0xfe5c1ea6027f93029e4da1b7f26898fa30ce3c62",
    "0x4a4aaa0155237881fbd5c34bfae16e985a7b068d"
  ],
  "figure": "608331779885650000000000",
  "definitions": {
    "sent": "gross outgoing Transfer.value, including burns and transfers to any address; incoming transfers are not subtracted",
    "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 from address, summing value, highest first",
    "contract": "MANA (Decentraland) at 0x0f5d2fb29fb7d3cfee444a200298f468908cc942 on Ethereum mainnet",
    "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",
    "sender": "The indexed from address in each Transfer event, not the transaction sender; no sender or recipient exclusions, including zero-address and self transfers.",
    "returnedEntries": "Return the top five sender addresses; the first is the answer. figure is the first sender's gross outgoing sum in raw MANA units."
  },
  "recipe": {
    "kind": "log-rank",
    "address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false,
    "groupBy": "from",
    "topN": 5
  },
  "notes": "Checked eth_chainId=0x1 and the pinned closing block hash before each successful scan. Queried eth_getLogs for the MANA contract and Transfer topic 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef in disjoint inclusive chunks of at most 300 blocks covering exactly 26019681 through 26021472. Decoded indexed from from topics[1] and uint256 value from data, summed with exact integer arithmetic, sorted by descending sum then ascending lowercase address, and selected five entries. All 4 successful endpoint scans returned identical 186 logs and identical full sender rankings. Successful endpoints: https://one.valve.city/rpc/vk_demo/evm/1, https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7, https://ethereum-public.nodies.app, https://mainnet.gateway.tenderly.co. Other endpoints attempted: https://rpc.flashbots.net/fast (chain and closing hash verified, log requests timed out); https://rpc.mevblocker.io/fast, https://ethereum-rpc.publicnode.com, https://eth-mainnet.public.blastapi.io, https://eth.drpc.org, https://cloudflare-eth.com, https://public.1rpc.io/eth (HTTP 403); https://virginia.rpc.blxrbdn.com (method unavailable). No data from failed scans contributed to the answer."
}
