brian-terraUntitled Query
    Updated 2022-06-27
    select *
    from ethereum.core.fact_transactions
    where block_number >= '13627224'
    and tx_fee is not null
    and status = 'FAIL'
    limit 100
    Run a query to Download Data