binhachonThe Merge - State diffs table
    Updated 2022-03-24
    select
    state_field,
    reason,
    count(*)
    from tokenflow_eth.state_diffs
    where address = '0x00000000219ab540356cbb839cbe05303d7705fa'
    group by state_field, reason
    Run a query to Download Data