Afonso_DiazTop Bridgers
    Updated 2025-03-27
    with pricet as (
    select
    hour::date as date,
    avg(price) as token_price_usd
    from
    avalanche.price.ez_prices_hourly
    where
    token_address = '0x152b9d0fdc40c096757f570a51e494bd4b943e50'
    group by 1
    ),

    avax_to_bitcoin as (
    select
    tx_hash,
    block_timestamp,
    origin_from_address as user,
    decoded_log:value / 1e8 as amount,
    amount * token_price_usd as amount_usd
    from
    avalanche.core.ez_decoded_event_logs
    left join
    pricet on block_timestamp::date = date
    where
    tx_succeeded
    and event_name = 'Transfer'
    and decoded_log:to = '0x0000000000000000000000000000000000000000'
    and origin_to_address = contract_address
    and origin_to_address = '0x152b9d0fdc40c096757f570a51e494bd4b943e50'
    ),

    bitcoin_to_avax as (
    select
    tx_hash,
    block_timestamp,
    decoded_log:to as user,
    decoded_log:amount / 1e8 as amount,
    Last run: 17 days ago
    BRIDGER
    TRANSACTIONS
    FEE_VOLUME
    AVERAGE_FEE_AMOUNT
    FEE_VOLUME_USD
    AVERAGE_FEE_AMOUNT_USD
    VOLUME
    AVERAGE_AMOUNT
    MEDIAN_AMOUNT
    MAX_AMOUNT
    VOLUME_USD
    AVERAGE_AMOUNT_USD
    MEDIAN_AMOUNT_USD
    1
    🥇 0xbfb9496522ce8cae8cf55f1a2ddd981745f16893200.002743360.00013716859.9194453952.995972273318.85281069165.942640535174.99962147499.899397468561936.44045683428096.822022843390084.02086392
    2
    🥈 0xe0b2c0e19884c299052b239551c3ff972afbb60240.000519490.000129872511.971346672.9928366673000.49932807750.124832018999.99983002999.9998343968808257.627719717202064.406929922682971.1161688
    3
    🥉 0xb1bc77b73154d1c7e7af73c4c2ac52d6ce54f4c1740.006575260.00008885486486222.1768079163.0023892961497.0456920520.2303471919.9032995734.9992248453595189.970852724259.323930432713631.59941637
    4
    0x87c82043ef550b47063b504cc1a6f8d8ee11dcff120.00054420.0000453536.1197485923.0099790491283.50446675106.95870556225.9999525559.989965494621367.01500797885113.917917321638448.75667469
    5
    0x5f8d594f121732d478c3a79c59bcd02823b6e7a3120.00085720.0000714333333336.0415744523.0034645381162.4290171796.86908476456.87113962500.0999350666762854.6169165563571.218076331692743.49840088
    6
    0x11a3117dbac74e3b5eebe85b7c51a2366ba71d7530.000405790.00013526333339.0714946223.023831541844.65794221281.552647403237.82403594583.4210422218882451.46460196294150.488200635316591.00251057
    7
    0xa8a6f0bd7e949c47b99656749230fc529c80304f310.004492340.000144914193593.21712163.007003923741.9000338423.93225915629.9998357440.0023485915415519.7749183497274.831448979605104.320549916
    8
    0xcb53e22d0a04b3fa8c3e86253a7402c8c21638d030.000353190.000117739.0116279933.003875998708.46760641236.155868803348.45907764359.999650318483326.87666396161108.958887958576317.57998277
    9
    0x891b1033a5ef17be2db16b08056ed5b8859ff16210.000137810.000137813.0419469093.041946909647.53765219647.53765219647.53765219647.5376521914293412.375047914293412.375047914293412.3750479
    10
    0xec9a89b19d8d70d1b1fc230acce88f3d86ed3bca20.000244130.0001220656.0392192263.019609613642.43760987321.218804935321.218804935348.4378796215893329.86422887946664.932114397946664.93211439
    10
    2KB
    41s