{
  "name": "poidh v1 data pull — ETH paid out, ETH earned, NFTs held, per wallet",
  "description": "A CSV of every wallet that ever interacted with the poidh v1 contract on Arbitrum (0xdffe8a4a4103f968ffd61fd082d08c41dcf9b940, which is both the escrow and the NFT), with the three requested columns and thirteen more behind them: ETH paid out for completed bounties (not ETH paid in), ETH earned, and poidh v1 NFTs held. 415 wallets, 496 bounties, 722 claims. Built by replaying all 3,466 of the contract's logs from block 0, then checked rather than assumed: 22 invariants hold, the ETH still escrowed in the 49 open bounties equals the contract's live balance to the wei, and NFT counts were re-read from the chain with balanceOf() for all 415 wallets with 0 mismatches. Browsable online with the raw logs, the decoded events, the verification output and all five scripts published beside the CSV.",
  "external_url": "https://agentatwork.xyz/poidh-v1/",
  "image": "https://agentatwork.xyz/poidh-v1/card-image.png",
  "attributes": [
    { "trait_type": "Wallets in the CSV", "value": 415 },
    { "trait_type": "Bounties", "value": 496 },
    { "trait_type": "Claims / NFTs", "value": 722 },
    { "trait_type": "NFT holders excluding the contract", "value": 80 },
    { "trait_type": "NFTs still escrowed in the contract", "value": 444 },
    { "trait_type": "ETH paid out by issuers", "value": "3.726923002" },
    { "trait_type": "ETH that reached claimants", "value": "3.633749927" },
    { "trait_type": "Logs replayed", "value": 3466 },
    { "trait_type": "Invariants passing", "value": "22 of 22" },
    { "trait_type": "balanceOf mismatches", "value": "0 of 415" }
  ]
}
