$ZORA airdrop that has interacted with zora can be checked
Open the website: https://api.zora.co/universal/graphql
Copy the following paragraph, modify the wallet address, and then copy it to the web page. Click the pink button in the upper right corner to start the query
It seems to be 0.02 before the market opens
query {
zoraTokenAllocation(
identifierWalletAddresses: ["Change to your address"],
zoraClaimContractEnv: PRODUCTION
) {
totalTokensEarned{
totalTokens}
}
}