princefarzamHow many users have claimed the STOI#3 airdrop?
    Updated 2022-04-07
    SELECT
    COUNT(DISTINCT ASSET_RECEIVER) AS Users
    FROM algorand.asset_transfer_transaction
    WHERE ASSET_ID='656786484'
    AND INNER_TX ='TRUE'
    Run a query to Download Data