Elprognerd4 - IBC tot
    Updated 2023-03-09
    SELECT
    TRANSFER_TYPE as "Event type",
    count(DISTINCT tx_id) as "Number of TXs",
    count(DISTINCT sender) as "Number of users"
    FROM axelar.core.fact_transfers
    WHERE not transfer_type LIKE 'AXELAR'
    GROUP BY 1


    Run a query to Download Data