Eman-RazTop 5 Paths By User
    Updated 2025-01-23
    select call:chain || '➡' || call:returnValues:destinationChain as "Path", count(distinct call:transaction:from) as "Users Count",
    count(distinct id) as "Transfers Count"
    from axelar.axelscan.fact_gmp
    where call ilike '%0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c%'
    and (created_at::date between '{{Start_Date}}' and '{{End_Date}}')
    group by 1
    order by 2 desc
    limit 5
    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived