Geoff Golberg
@geoffgolberg
What's the best/easiest way to get FIDs of all accounts that received the initial $degen airdrop?
6 replies
1 recast
4 reactions
AuntiePapi
@auntiepapi.eth
@jacek @ds8 @rjs Any way to find out?
1 reply
0 recast
3 reactions
tricil
@tricil.eth
it was on the site itself for a while. I was one of them! 🫡
0 reply
0 recast
2 reactions
Jacek.degen.eth 🎩
@jacek
Also, feel free to use this Dune query and modify it as needed: 🔗 Dune Query: https://dune.com/queries/4175408
0 reply
0 recast
1 reaction
mvr 🐹
@mvr
I think I saw superanon share a dune a while ago
1 reply
0 recast
1 reaction
Jacek.degen.eth 🎩
@jacek
You can use our API to retrieve a paginated list of airdrop claims. Here’s the endpoint: 🔗 GET https://api.degen.tips/airdrop1/claims?limit=100&offset=0 • limit: Number of results per page (max 100) • offset: Offset for pagination (e.g., 0 for the first page, 100 for the second, etc.)
0 reply
0 recast
1 reaction
Andrei O.
@andrei0x309
Not super easy but I would do it like this: 1 get the timeline and duration of the airdrop ( was around 427 days) 2 write a script that gets all transactions using the token contract using that timeline and duration ( I could also filter here by a minimum value like 50k ) 3 match all connected addresses I collected to an FID. There might be other simpler methods out there, with all the web3 tools that exist. Also probably Degen team has already a centralized copy of that data in a database so, also requesting that is another way.
1 reply
0 recast
4 reactions