Select
Count(distinct nft_to_address) as Loyal_flipsiders
from ethereum.core.ez_nft_mints
Where nft_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
and nft_from_address = '0x0000000000000000000000000000000000000000'
And event_type = 'nft_mint'
and nft_to_address in (
select distinct nft_to_address
from ethereum.core.ez_nft_mints
where nft_address = '0x903e2f5d42ee23156d548dd46bb84b7873789e44'
and event_type = 'nft_mint'
and nft_from_address = '0x0000000000000000000000000000000000000000'
)