awanishGetting Started
    Updated 2024-01-17


    select count(TX_HASH) as Count,
    CONTRACT_ADDRESS
    from ethereum.core.fact_token_transfers
    GROUP by 2
    order by 1 DESC
    limit 10
    QueryRunArchived: QueryRun has been archived