binhachonThe Merge - Storage diffs summary
    Updated 2022-03-24
    select
    location,
    count(*)
    from tokenflow_eth.storage_diffs
    where contract = '0x00000000219ab540356cbb839cbe05303d7705fa'
    group by location
    order by count(*) desc, location
    Run a query to Download Data