DigitalDanUntitled Query
    Updated 2021-12-24
    --Is ENS just for cred? Or do people actually use their ENS-addresses?
    --Look at all addresses with an ENS registration in the last 6 months, what percent of those addresses have done transactions?
    select distinct(event_name)
    from ethereum.udm_events
    where contract_address = '0xc18360217d8f7ab5e7c516566761ea12ce7f9d72'
    limit 100
    Run a query to Download Data