freeman_7total address/transactions
    Updated 2024-10-02
    select
    count(distinct origin_from_address) as address,
    count( distinct tx_hash) as transaction
    from optimism.core.ez_decoded_event_logs
    where origin_to_address = lower('0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE')
    or decoded_log:bridgeData:integrator = 'jumper.exchange'
    or decoded_log:integrator = 'jumper.exchange'
    And event_name in ('LiFiGenericSwapCompleted','LiFiTransferStarted','LiFiSwappedGeneric')
    QueryRunArchived: QueryRun has been archived