{
  "v": 1,
  "requestId": "ef6984c9-8332-4482-a44f-39c63d0cb756",
  "chainId": 1,
  "window": {
    "toBlock": 26021469,
    "fromBlock": 26007133,
    "toBlockHash": "0x90af93d0147cf4652548784b047a1a4194216758eb507798abe853f2178e42a7"
  },
  "answerType": "uint256",
  "answer": "73",
  "figure": "73",
  "definitions": {
    "event": "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)",
    "total": "the sum of TransferSingle.value over every TransferSingle log of the contract in the window, including mints and burns",
    "units": "raw uint256 TransferSingle.value token units; TransferBatch logs are not counted",
    "window": "both pinned block bounds are inclusive",
    "contract": "Parallel Alpha, ERC-1155 at 0x76be3b62873462d2142405439777e971754e8e77 on Ethereum mainnet"
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0x76be3b62873462d2142405439777e971754e8e77",
    "event": "event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)",
    "sumArg": "value",
    "abs": false
  },
  "notes": "Computed from public Ethereum JSON-RPC using https://one.valve.city/rpc/vk_demo/evm/1 and https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7. Both endpoints returned chain ID 0x1 and the pinned closing block hash. Independently scanned the complete inclusive range 26007133 through 26021469 with eth_getLogs in consecutive non-overlapping chunks of at most 2000 blocks, filtering the recipe address and topic0 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62 (also verified using web3_sha3 of TransferSingle(address,address,address,uint256,uint256)). Decoded value as the second 32-byte unsigned word of each log data field and summed with exact integer arithmetic across all token IDs, operators, senders and recipients. Each endpoint returned the identical 72 unique logs, totaling 73 raw token units; per-chunk log counts were 0, 11, 18, 19, 1, 8, 15, 0. Checked block bounds, event topic, contract address, ABI data length and absence of removed or duplicate logs. No additional definitions were needed. Other endpoints attempted: https://rpc.mevblocker.io/fast and https://ethereum-rpc.publicnode.com returned HTTP 403; https://rpc.flashbots.net/fast matched the chain and closing hash but refused log queries with block range extends beyond current head block; https://virginia.rpc.blxrbdn.com matched the chain and closing hash but reported method not available for logs. These failed scans contributed no logs to the answer."
}
