Afonso_DiazOvertime
    Updated 2025-04-03
    with

    p as (
    select * from boba.core.ez_decoded_event_logs limit 1
    ),

    main as (
    select
    tx_hash,
    origin_from_address as user,
    block_timestamp,
    amount_usd,
    decoded_log:bridgeData:bridge as platform,
    'Base' as chain
    from
    base.core.ez_decoded_event_logs
    join
    base.core.ez_token_transfers
    using (tx_hash, block_timestamp, origin_to_address)
    where
    tx_status = 'SUCCESS'
    and event_name = 'LiFiTransferStarted'
    and origin_to_address = '0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'
    and decoded_log:bridgeData:integrator = 'jumper.exchange'
    and from_address = origin_to_address
    and decoded_log:bridgeData:destinationChainId = 288

    union all

    select
    tx_hash,
    origin_from_address as user,
    block_timestamp,
    amount_usd,
    decoded_log:bridgeData:bridge as platform,
    'Optimism' as chain
    Last run: 30 days ago
    DATE
    TRANSACTIONS
    USERS
    VOLUME_USD
    AVERAGE_AMOUNT_USD
    CUMULATIVE_TRANSACTIONS
    CUMULATIVE_VOLUME_USD
    1
    2023-04-01 00:00:00.000242160.7877714936.0787771492460.787771493
    2
    2023-05-01 00:00:00.0006571.45278197317.86319549330132.240553466
    3
    2023-06-01 00:00:00.000119.9932162729.99321627231142.233769738
    4
    2023-07-01 00:00:00.0001132142.233769738
    5
    2023-08-01 00:00:00.0001115.08230775315.08230775333157.316077491
    6
    2023-12-01 00:00:00.0001121.33640388321.33640388334178.652481374
    7
    2024-01-01 00:00:00.00055251.41532125750.28306425139430.067802631
    8
    2024-02-01 00:00:00.000112.2952747412.29527474140432.363077372
    9
    2024-04-01 00:00:00.00055144.93656416928.98731283445577.29964154
    10
    2024-05-01 00:00:00.00018183226.882514437140.299239758633804.182155978
    11
    2024-06-01 00:00:00.00017215030513.137835527153.33235093223534317.319991505
    12
    2024-07-01 00:00:00.00049361810.49134524232.91802445928436127.811336747
    13
    2024-08-01 00:00:00.0002523210.1447759617.7831398530936337.956112709
    14
    2024-09-01 00:00:00.0003327790.83717004822.59534771634237128.793282756
    15
    2024-10-01 00:00:00.00058472234.14800865636.03464530140039362.941291412
    16
    2024-11-01 00:00:00.00041371324.71042815129.43800951444140687.651719563
    17
    2024-12-01 00:00:00.00021193159.091279449108.9341820546243846.742999012
    18
    2025-01-01 00:00:00.00043382865.10777930658.47158733350546711.850778318
    19
    2025-02-01 00:00:00.00021151338.75925109444.6253083752648050.610029412
    20
    2025-03-01 00:00:00.00014114854.381883172242.71909415954052904.991912584
    21
    2KB
    562s