Nate Maddrey
@nmadd
Here are the queries I used for calculating Farcaster dry powder, broken down step by step π
4 replies
3 recasts
33 reactions
Nate Maddrey
@nmadd
first I get a list of all farcaster connected addresses one small thing to note here, Dune includes all connected addresses even if someone added it and then later removed it. I haven't found a way to filter out deleted addresses yet, so if anyone knows how to please lmk: https://dune.com/queries/4708757/7826249/
1 reply
0 recast
1 reaction
yesyes
@yesyes
This is very cool! one thing - use a query like to get the connected addresses - select JSON_EXTRACT_scalar(claim, '$.address'), fid from dune.neynar.dataset_farcaster_verifications where length(JSON_EXTRACT_scalar(claim, '$.address')) = 42 and deleted_at is null (this has a deleted_at column which allows you to filter out disconnected addresses)
1 reply
0 recast
1 reaction
shoni.eth
@alexpaden
any idea why these weren't available via clicking from the dash? weird anyway thanks for sharing
1 reply
0 recast
0 reaction
Jacob
@jrf
very helpful, thanks!!
0 reply
0 recast
1 reaction