boomer77moonzs
    Updated 2022-04-25
    select block_timestamp, tx_hash,tx_fee, gas_price, gas_used, status, 1 as counts, eth_value
    from ethereum_core.fact_transactions
    where to_address = '0x23581767a106ae21c074b2276d25e5c3e136a68b' and status = 'SUCCESS' and eth_value > 0
    Run a query to Download Data