scottincryptoUntitled Query
    Updated 2022-04-27
    select
    t.*
    from ethereum.transactions t
    where t.function_name in ('suicide', 'suicideContract', 'selfdestruct', 'selfDestruct')
    and t.block_timestamp > '2022-02-26'
    Run a query to Download Data