freeman_730 days daily interactions
    Updated 2024-09-08
    Select
    date_trunc('month',block_timestamp) as monthly,
    count(distinct tx_hash) as TotalTransactions
    From ethereum.core.ez_decoded_event_logs
    Where origin_to_address = lower('0x9E22ebeC84c7e4C4bD6D4aE7FF6f4D436D6D8390')
    and event_name = 'Deposit'
    group by monthly
    order by monthly desc

    QueryRunArchived: QueryRun has been archived