-- forked from AFL - All Addresses who have received an NFT @ https://flipsidecrypto.xyz/edit/queries/ed695527-7c9d-4eef-a326-e39c32844467
SELECT DISTINCT EVENT_DATA:to as walletAddress
FROM flow.core.fact_events
WHERE EVENT_CONTRACT LIKE '%AFL%'
AND EVENT_TYPE = 'Deposit'
AND TX_SUCCEEDED = 'TRUE'
ORDER BY to_address