boomer77moonz
Updated 2022-04-25
9
1
2
3
4
›
⌄
select date_trunc('minute', block_timestamp) as dt, count(distinct tx_hash) as counts, eth_value
from ethereum_core.fact_transactions
where to_address = '0x23581767a106ae21c074b2276d25e5c3e136a68b' and status = 'SUCCESS' and eth_value > 0
group by 1,3
Run a query to Download Data