0-MIDtotal -base
    Updated 2024-10-23

    select
    count(distinct ORIGIN_FROM_ADDRESS) as bridgers
    ,count(distinct TX_HASH) as bridges
    ,count(distinct DECODED_LOG:bridgeData:destinationChainId) as dst_chains
    ,count(distinct DECODED_LOG:bridgeData:bridge) as bridge_platforms
    from base.core.ez_decoded_event_logs
    where EVENT_NAME='LiFiTransferStarted'
    and DECODED_LOG:bridgeData:integrator='layer3'
    and ORIGIN_TO_ADDRESS='0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'






    QueryRunArchived: QueryRun has been archived