Updated 2024-01-29
    SELECT
    LEFT(case when transfer_type LIKE 'IBC_TRANDFER_OUT' then sender else RECEIVER end, POSITION('1' IN case when transfer_type LIKE 'IBC_TRANDFER_OUT' then sender else RECEIVER end) - 1) as other_chain,
    count(*) as transactions,
    count(DISTINCT
    CASE when transfer_type LIKE 'IBC_TRANDFER_OUT' then sender else RECEIVER end
    ) as users
    FROM axelar.core.fact_transfers
    WHERE transfer_type LIKE '%IBC%'
    AND block_timestamp > '2023-09-20'
    AND NOT other_chain LIKE 'axelar'
    GROUP BY 1


    Last run: over 1 year agoAuto-refreshes every 6 hours
    OTHER_CHAIN
    TRANSACTIONS
    USERS
    1
    sif107
    2
    migaloo7547
    3
    ex76
    4
    juno4331134
    5
    evmos374789
    6
    jkl612
    7
    neutron296652529
    8
    archway760082
    9
    regen154
    10
    cre6230125
    11
    sei5091147
    12
    haqq17616
    13
    core2115
    14
    inj319215
    15
    cosmos680287
    16
    stride6418
    17
    acre21119
    18
    secret26338310
    19
    kyve43
    20
    tori653
    42
    701B
    3s