KaskoazulForefront Treasury payments USDC vs FF
    Updated 2022-04-22
    select count(tx_id) as payments,
    symbol
    from ethereum.udm_events
    where block_timestamp >= '2021-07-01'
    and from_address = lower ('0x2Fb9F0ef424b24a8D293999298F392a33Fe6A8b5')
    group by 2
    Run a query to Download Data