Zook(does not work) wETH sent to OpenSea wallet, in USD
    Updated 2022-07-30

    SELECT sum(raw_amount/(10e18)), contract_address
    FROM polygon.core.fact_token_transfers
    WHERE TO_ADDRESS IN ('0x8De9C5A032463C561423387a9648c5C7BCC5BC90' , '0x5b3256965e7c3cf26e11fcaf296dfc8807c01073')
    -- AND CONTRACT_ADDRESS = '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619'

    group BY 2

    limit 100
    Run a query to Download Data