scottincryptoevents_emitted for yvWETH
    Updated 2021-11-11
    select
    event_name,
    event_type,
    to_address_name,
    count(tx_id)
    from ethereum.udm_events
    where contract_address = lower('0xa9fE4601811213c340e850ea305481afF02f5b28')
    and block_timestamp > '2021-05-20'
    group by 1,2,3
    Run a query to Download Data