superfluid-finance / superfluid-explorer

The new and improved Superfluid Explorer, built with SDK-Core, SDK-Redux & Next.js & MaterialUI
https://explorer.superfluid.finance
MIT License
22 stars 29 forks source link

[CONSOLE] List Super Token Holders #72

Open vmichalik opened 2 years ago

vmichalik commented 2 years ago

On Super Token pages in the console, I'd like to be able to easily see an accurate list of all Super Token holders, as this is not accurate on other explorers.

sunnyjaycer commented 1 year ago

Basically akin to Etherscan's "Holders" page @vmichalik?

Like for $SUSHI: https://etherscan.io/token/0x6b3595068778dd592e39a122f4f5a5cf09c90fe2#balances

Is there precedence for this being accomplished? I'd imagine this would be a matter of wrangling subgraph data the right way.

vmichalik commented 1 year ago

Yep! Exactly