Ali3NTip Receivers Leaderboard (Arena App Avalanche)
    Updated 22 hours ago
    with arenauserst as (
    select from_address as ArenaUser
    from avalanche.core.fact_transactions
    where to_address = '0xc605c2cf66ee98ea925b1bb4fea584b71c00cc4c'
    and from_address != '0xc605c2cf66ee98ea925b1bb4fea584b71c00cc4c')

    select to_address as Tip_Receiver,
    sum (amount_usd) as Sent_Tip_Amount,
    avg (amount_usd) as Average_Sent_Tip_Amount,
    min (case when amount_usd > 0 then amount_usd end) as Min_Sent_Tip_Amount,
    max (amount_usd) as Max_Sent_Tip_Amount,
    count (distinct tx_hash) as Tip_Actions
    from avalanche.core.ez_native_transfers
    where amount_usd > 0
    and from_address in (select distinct arenauser from arenauserst)
    and to_address in (select distinct arenauser from arenauserst)
    and block_timestamp >= '2023-12-27 06:42:42.000'
    group by 1

    union all

    select to_address as Tip_Receiver,
    sum (amount_usd) as Sent_Tip_Amount,
    avg (amount_usd) as Average_Sent_Tip_Amount,
    min (case when amount_usd > 0 then amount_usd end) as Min_Sent_Tip_Amount,
    max (amount_usd) as Max_Sent_Tip_Amount,
    count (distinct tx_hash) as Tip_Actions
    from avalanche.core.ez_token_transfers
    where amount_usd > 0
    and from_address in (select distinct arenauser from arenauserst)
    and to_address in (select distinct arenauser from arenauserst)
    and block_timestamp >= '2023-12-27 06:42:42.000'
    group by 1
    order by 2 desc
    limit 500

    Last run: about 22 hours agoAuto-refreshes every 24 hours
    TIP_RECEIVER
    SENT_TIP_AMOUNT
    AVERAGE_SENT_TIP_AMOUNT
    MIN_SENT_TIP_AMOUNT
    MAX_SENT_TIP_AMOUNT
    TIP_ACTIONS
    1
    0x5c13f62c9057c05a1ee72809c561202225cfc9c32529968.568659061915.1919520515.998488988e-24379395.3298813961321
    2
    0xab6da1dd725fff459af26c3dc3e3240c918298881454359.32175.9447519960.0371834.398266
    3
    0xcf084bf66d2fcf8721beca538f2ec0cb1c06a0bb1278023.4416384.9158974360.014701078
    4
    0x4b258236924158e7f33dddaae4aaed0da4d83fcf1191696.093294062252.7336357171.571498425e-12171785.99267917528
    5
    0xa3dd622a79e0f83a1661bbef63642744a46f948a788114.239472949445.0108636211.44e-2478296.930100951771
    6
    0x676ead85b256e8f2149f885008929e198c0207be738470.359124861480.4621724951.58e-2447217.838193081537
    7
    0x26c0f04d6b586ce34e8e01c1141759ae93f6a67a640165.1296366442238.3396141141.44e-24271966.695980841286
    8
    0xdd86671d0981edf1baf8f7adf50ae1c2b66fe45c428016.7962205285487.394823340.00379033966176438.5263785678
    9
    0xd1a5c9a345eacb7d266ccaeec637249bce00e368247933.961641.9467549670.0114549.56151
    10
    0xe9f17640b2b9a7fd8951b60abae17131a0773a87231356.79283989876.351488031.572878643e-12102215.949492038264
    11
    0x6e2efb4d2f838ac0836ab8387023c0003b404850222694.93126.0299547260.0111679.981767
    12
    0xcf084bf66d2fcf8721beca538f2ec0cb1c06a0bb181472.72569470824.1995900381.31e-1519508.079384817488
    13
    0x73332479db4259f786b9bdac8dc4dcb3dc8259e8181261.29065752231.7919317871.44e-2412003.459933999782
    14
    0x73332479db4259f786b9bdac8dc4dcb3dc8259e8180631.171121.9327329190.0313676161
    15
    0x4582d679714b40db076f8155a153000bc875aa5c107424.123765431130.211059119.70267e-2129248.57856914825
    16
    0xda2c0344b01c70cad2c0178c4ed714262dec260d102606.623275167162.8676559922.49e-1450682.659052366630
    17
    0xcb4032379caf07bc41c7cf2a10763f99a170c2ed102562.21127.0571428570.969951.791
    18
    0xb84ec1e9d66456c3e96c356cbe206ae02a2dcf33101493.52782027964.935078586.5759176e-1141616.188753721563
    19
    0xf05cc5d05298a0fa40a7a51da50cf0e34d53409e97540.293735019111.7300042781.828162398e-2011804.45954827873
    20
    0x6213fd5a700d1a059e2fb05077c5bd1e626ed9f395127.0026618871698.69647610516.89681931620754.45930596656
    ...
    500
    46KB
    38s