hbd199401. Aave Overview
    Updated 2023-10-29
    select
    count(distinct tx_hash) as "Actions",
    count(distinct from_address) as "Unique Users",
    sum(TX_FEE) as "Transactions Fee (ETH)"
    from base.core.fact_transactions
    where TO_ADDRESS in ('0xa238dd80c259a72e81d7e4664a9801593f98d1c5','0x18cd499e3d7ed42feba981ac9236a278e4cdc2ee')
    and STATUS = 'SUCCESS'
    Run a query to Download Data