Content
@
0 reply
0 recast
0 reaction
𝚣𝚘𝚣 🎩
@zoz.eth
Here is a list of the snapshot! All holders of the @zoz.eth fan token with a balance of at least one FT will be receiving one of these NFT's https://pastebin.com/NWzedw6r
14 replies
1 recast
33 reactions
baubergo
@baubergo-
how're checking the holders? I want to make a giveaway for holders too
1 reply
0 recast
0 reaction
𝚣𝚘𝚣 🎩
@zoz.eth
Not an ideal process but @bleu.eth helped me Using the network tab on browser tools while viewing my homepage
3 replies
0 recast
1 reaction
jp 🎩
@jpfraneto.eth
the red button will help inside this link https://api.studio.thegraph.com/query/23537/moxie_protocol_stats_mainnet/version/latest/graphql with this query query MyQuery($fanTokenAddress: ID) { subjectTokens(where: {id: $fanTokenAddress}) { portfolio { balance user { id } } } } -------- and this on the bottom: { "fanTokenAddress": "0x52474e4bdffc21f405af1c0595dc48f897408302" } cc @yosephks are these the addresses of the vesting wallets? if so, which is your preferred mapping from these to the farcaster connected wallet of each user? (and their fid)
1 reply
0 recast
0 reaction
Yoseph Ⓜ️
@yosephks
Hi @jpfraneto.eth most likely yes atm, but they can also be farcaster connected addresses For mapping, I usually use vesting subgraph to get the beneficiary of the vesting contracts, which will be a farcaster connected address https://developer.moxie.xyz/use-cases/vesting/get-users-beneficiary-address-from-vesting-contract So just compile all the holders address and query it here as an input, if the address doesn't appear, then it implies that they're not vesting contracts From the beneficiary (farcaster connected addresses) of vesting contracts to FID, I usually use Airstack, but you are free to use other providers, don't think currently there's out of the box solution from hubs for this atm
0 reply
0 recast
0 reaction