Advanced
Dan Romero@dwr.eth
9/18/2023

Anyone know of an easy-ish way to get a CSV list of all the Ethereum addresses for Nouns delegates?

In reply to @dwr.eth
martin ⌐◹-◹@martin
9/18/2023

https://api.goldsky.com/api/public/project_cldf2o9pqagp43svvbk5u3kmo/subgraphs/nouns/0.2.0/gn query All { delegates(where: { delegatedVotes_gt: 0 }){ id delegatedVotes } }

In reply to @dwr.eth
Yitong@yitong
9/18/2023

martin's got your answer, but i'm curious what you're trying to do :)

In reply to @dwr.eth
Noun 70@noun70
9/18/2023

Not sure if helpful, but calling balanceOf on this contract for an address returns only delegated vote count https://etherscan.io/address/0x9b4c9A6709B49702628bbE56D715c526639BFA2f#code

In reply to @dwr.eth
₿Ξnbodhi@benbodhi
9/18/2023

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