mrwildcatpolygon: opensea fees 3, dai collected fees
    Updated 2022-08-01
    SELECT date_trunc('day', BLOCK_TIMESTAMP ) as date , RAW_AMOUNT/pow(10,18) as amount
    FROM polygon.core.fact_token_transfers
    WHERE from_address = '0xf715beb51ec8f63317d66f491e37e7bb048fcc2d' -- Opensea Wrapper
    AND CONTRACT_ADDRESS = '0x8f3cf7ad23cd3cadbd9735aff958023239c6a063' -- DAI token address
    AND (to_address = '0x8de9c5a032463c561423387a9648c5c7bcc5bc90' OR to_address = '0x5b3256965e7c3cf26e11fcaf296dfc8807c01073')

    Run a query to Download Data