fantaTable1
    Updated 2023-04-07
    with table_50signers as (select count(*) , FROM_ADDRESS from ethereum.core.fact_transactions
    group by 2
    order by 1 DESC
    limit 50)

    select * from table_50signers
    Run a query to Download Data