MLDZMNUNI4
    Updated 2022-12-18
    select
    count(distinct FROM_ADDRESS) as total_users
    from ethereum.core.fact_transactions
    where to_address in ('0x0a267cF51EF038fC00E71801F5a524aec06e4f07','0x31837aaf36961274a04b915697fdfca1af31a0c7',
    '0xf97e9727d8e7db7aa8f006d1742d107cf9411412','0x2af4b707e1dce8fc345f38cfeeaa2421e54976d5','0xcdFace5643B90ca4B3160DD2B5De80C1bf1cB088')
    and STATUS='SUCCESS'
    Run a query to Download Data