CartanGroupens domain lookup
    Updated 2022-09-12
    SELECT
    REPLACE(event_inputs:"name",'"','') as "ENS Name",
    tx_id as "Txn Hash"
    from flipside_prod_db.ethereum.events_emitted
    WHERE tx_from_address = '{{wallet}}'
    and REPLACE(event_inputs:"name",'"','') is NOT null
    Run a query to Download Data