Updated 2023-02-14
    SELECT
    sum(tx_fee) as total_tx_fees_paid
    FROM ethereum.core.fact_transactions
    WHERE
    from_address = lower('0xce90a7949bb78892f159f428d0dc23a8e3584d75')
    Run a query to Download Data