{
  "v": 1,
  "requestId": "2f3bb562-bcb5-4b0a-a4fd-0828060b4e7a",
  "chainId": 56,
  "window": {
    "toBlock": 123196262,
    "fromBlock": 123188267,
    "toBlockHash": "0x5a47d47bd66d626472b10050c97bca82c8db0e27c42a7feed65ebc195b0d1d4b"
  },
  "answerType": "uint256",
  "answer": "259329878694930",
  "figure": "259329878694930",
  "definitions": {
    "denomination": "Raw DOGE token base units for 0xba2ae424d960c26247dd6c32edc70b295c744c43 on chain 56; 100000000 base units equal 1 DOGE (8 decimals). No scaling or rounding is applied to the sum.",
    "window": "Both endpoints are inclusive: blocks 123188267 through 123196262. The pinned block range defines the hour; no additional timestamp filtering is applied.",
    "transfers": "Sum the unsigned uint256 value of every canonical Transfer(address,address,uint256) event emitted by the specified contract, with no sender or recipient filters. Include mint, burn, self-transfer and zero-value events if present.",
    "counting": "Count each distinct log once by block number and log index; exclude removed logs. Sum event values without netting transfers or deduplicating by transaction."
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0xba2ae424d960c26247dd6c32edc70b295c744c43",
    "event": "event Transfer(address indexed from, address indexed to, uint256 value)",
    "sumArg": "value",
    "abs": false
  },
  "notes": "Computed with: node .imd/reads/skills/oracle-assess/scripts/scan.mjs --rpc https://rpc.swiftnodes.io/rpc/bsc --from 123188267 --to 123196262 --pin 0x5a47d47bd66d626472b10050c97bca82c8db0e27c42a7feed65ebc195b0d1d4b --address 0xba2ae424d960c26247dd6c32edc70b295c744c43 --event \"Transfer(address,address,uint256)\" --sum data:0 --chunk 2000 --concurrency 3. The complete scan returned 2012 logs across 951 blocks, read in 16 successful chunks after automatic range reduction to 500 blocks, totaling 259329878694930. The script confirmed chainId 56 and the pinned closing hash. Public endpoint https://public.1rpc.io/bnb also confirmed the chain and closing hash during an initial scan attempt, which failed because of range and rate limits; none of its partial log results were used. A separate chain/hash check on https://rpc.swiftnodes.io/rpc/bsc also matched. The declarative recipe reproduces the sum with eth_getLogs from any public RPC serving the pinned range; value is the first 32-byte data word, summed using exact integer arithmetic."
}
