MLDZMNsquid2
    Updated 2023-03-30
    select
    TOKEN_SYMBOL,
    count(distinct tx_hash) as no_sent,
    count(distinct SENDER) as no_sender

    from axelar.core.ez_squid
    group by 1

    Run a query to Download Data