Updated 2025-03-29
    with

    main as (
    select
    tx_hash,
    tx_receiver as wallet_address,
    block_timestamp
    from
    near.core.ez_actions a
    where
    receipt_signer_id ilike '%eth-wallet%'
    and not wallet_address ilike '%.near'
    and wallet_address like '0x%'
    and tx_succeeded
    and year(block_timestamp) >= 2024

    union all

    select
    tx_hash,
    receipt_predecessor_id as wallet_address,
    block_timestamp
    from
    near.core.ez_actions a
    where
    receipt_signer_id ilike '%eth-wallet%'
    and not wallet_address ilike '%.near'
    and wallet_address like '0x%'
    and tx_succeeded
    and year(block_timestamp) >= 2024
    ),

    final as (
    select
    tx_hash,
    block_timestamp,
    Last run: 13 days ago
    LABEL_TYPE
    TRANSACTIONS
    1
    defi1581
    2
    token1488
    3
    bridge252
    4
    dapp241
    5
    cex12
    6
    nft4
    7
    games3
    7
    91B
    710s