zakkisyedstETH Redemptions
    Updated 2023-05-21
    select distinct event_name, origin_function_signature, count(*) from ethereum.core.ez_decoded_event_logs
    where contract_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
    group by 1,2
    order by 3 desc


    Run a query to Download Data