Afonso_DiazTransaction Breakdown Based on Their Action
    Updated 2025-03-14
    with

    main as (
    select
    tx_hash,
    block_timestamp,
    borrower as user,
    token_symbol as symbol,
    amount_usd,
    'Borrow' as event_name
    from
    base.defi.ez_lending_borrows
    where
    platform = 'Moonwell'

    union all

    select
    tx_hash,
    block_timestamp,
    depositor as user,
    token_symbol as symbol,
    amount_usd,
    'Deposit' as event_name
    from
    base.defi.ez_lending_deposits
    where
    platform = 'Moonwell'

    union all

    select
    tx_hash,
    block_timestamp,
    depositor as user,
    token_symbol as symbol,
    Last run: 29 days ago
    EVENT_NAME
    TYPE
    TRANSACTIONS
    1
    Borrow🌊 > $250,00036183
    2
    Borrow🍤 $10 - $10028354
    3
    Borrow🐋 $50,000 - $250,00038506
    4
    Borrow🐟 < $1063164
    5
    Borrow🐬 $2,500 - $10,00044721
    6
    Borrow🦀 $100 - $50026762
    7
    Borrow🦈 $10,000 - $50,00053039
    8
    Borrow🦑 $500 - $2,50036696
    9
    Deposit🌊 > $250,00022991
    10
    Deposit🍤 $10 - $100240360
    11
    Deposit🐋 $50,000 - $250,00031174
    12
    Deposit🐟 < $10304013
    13
    Deposit🐬 $2,500 - $10,00091636
    14
    Deposit🦀 $100 - $500126944
    15
    Deposit🦈 $10,000 - $50,00062777
    16
    Deposit🦑 $500 - $2,500142874
    17
    Liquidate🌊 > $250,00024
    18
    Liquidate🍤 $10 - $1001514
    19
    Liquidate🐋 $50,000 - $250,000108
    20
    Liquidate🐟 < $105019
    40
    1KB
    3s