Anyone know of an easy-ish way to get a CSV list of all the Ethereum addresses for Nouns delegates?
https://api.goldsky.com/api/public/project_cldf2o9pqagp43svvbk5u3kmo/subgraphs/nouns/0.2.0/gn query All { delegates(where: { delegatedVotes_gt: 0 }){ id delegatedVotes } }
Not sure if helpful, but calling balanceOf on this contract for an address returns only delegated vote count https://etherscan.io/address/0x9b4c9A6709B49702628bbE56D715c526639BFA2f#code
Thereâs already great answers. But I made this simple tool that you can update at anytime to get a current list of voting power. Takes a minute to update as it checks the chain manually. https://nftcsv.tools/voting-power-nouns.html