elsinaDaily amount (Fablebone)
    Updated 2025-03-23
    select
    date_trunc('day', block_timestamp) as date,
    count(distinct tx_hash) as tx_count,
    count(distinct origin_from_address) as user_count
    from ronin.core.fact_event_logs
    where
    contract_address in ('0x3825ff6b6ad0f460660547e5890425ee821bd02c', '0xd887014121ddbad4494093689997125dde30612a')
    group by 1
    QueryRunArchived: QueryRun has been archived