binhachonThe Merge - Calls table stats
    Updated 2022-03-24
    select
    substr(call_data,1, 10) as function_call,
    count(*)
    from tokenflow_eth.calls
    where to_address = '0x00000000219ab540356cbb839cbe05303d7705fa'
    group by function_call
    Run a query to Download Data