2844Untitled Query
    Updated 2022-07-12
    select args, deposit
    from flipside_prod_db.mdao_near.actions_events_function_call
    where method_name ='ft_transfer_call'
    --and (parse_json(args)):receiver_id = 'aurora'
    and block_timestamp::date > current_date - 90
    LIMIT 100
    Run a query to Download Data