NuveveCryptoArchivedTotal Fees Collected
    Updated 2023-04-13
    select
    sum(raw_amount)/pow(10, 18) as weth -- weth is 18 decimals on polygon
    from polygon.core.fact_token_transfers
    where contract_address = '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619'
    and to_address = '0x5b3256965e7c3cf26e11fcaf296dfc8807c01073'


    Run a query to Download Data