Pmisha-bmlMdxPayment_FF
Updated 2022-04-01
9
1
2
3
4
5
6
7
8
›
⌄
select SYMBOL as token,
sum(AMOUNT_USD) as payment
from ethereum.udm_events
where contract_address in ('0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',---USDC
'0x7e9d8f07a64e363e97a648904a89fb4cd5fb94cd') ---FF
and from_address = lower('0x2Fb9F0ef424b24a8D293999298F392a33Fe6A8b5')--payment accont
and block_timestamp >= '2021-07-19'--start of season 1
group by 1
Run a query to Download Data