mo115Gas (June 23rd - July 23rd)
    Updated 2022-07-27
    select TX_RECEIVER as contracts, sum(TRANSACTION_FEE)/1e24 as total_fee
    from near.core.fact_transactions
    where BLOCK_TIMESTAMP >= '2022-06-23'
    and BLOCK_TIMESTAMP <= '2022-07-23'
    group by 1
    order by 2 DESC
    limit 50

    Run a query to Download Data