select call:returnValues:destinationChain as "Destination Chain", count(distinct call:transaction:from) as "Users 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