0-MIDuser dis base
    Updated 2024-04-03

    with tab1 as (
    select
    ORIGIN_FROM_ADDRESS
    ,count(distinct TX_HASH) as bridges
    from base.core.ez_decoded_event_logs
    where EVENT_NAME='LiFiTransferStarted'
    and DECODED_LOG:bridgeData:integrator='jumper.exchange'
    and ORIGIN_TO_ADDRESS='0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'
    and BLOCK_TIMESTAMP::date>=current_date-30
    group by 1
    )
    select bridges
    ,count(distinct ORIGIN_FROM_ADDRESS) as bridgers
    from tab1
    group by 1



    Last run: about 1 month ago
    BRIDGES
    BRIDGERS
    1
    1031
    2
    861
    3
    953
    4
    468
    5
    417
    6
    9601
    7
    11326
    8
    545
    9
    2063
    10
    643
    11
    492
    12
    2247
    13
    457
    14
    694
    15
    1301
    16
    723
    17
    1311
    18
    61328
    19
    3028
    20
    3311
    96
    744B
    63s