Pmisha-bmlMdxtotal gas
    Updated 2022-06-08
    select
    sum(gas_used) as gas
    from ethereum.core.fact_transactions s left outer join ethereum.core.dim_labels b on s.TO_ADDRESS =b.ADDRESS
    where BLOCK_TIMESTAMP>='2022-01-01'
    and b.ADDRESS_NAME ilike '%sushiswap%'

    Run a query to Download Data