binhachonNEAR Tournament Round 1: The Arts District - #2
    Updated 2022-07-26
    select
    method_name,
    count(*) as freq
    from flipside_prod_db.mdao_near.actions_events_function_call
    where args like '%nft_contract_id%' --txn_hash = 'FLMXBZHCjGHTLceJZoqM2L6auLzQV5UuHBQajaMpiiEJ'
    and deposit > 0
    group by 1
    order by 2 desc


    Run a query to Download Data