articoloquintoTotal Opensea fees on Polygon - usd
    Updated 2022-07-28
    select sum(amount_usd) as "daily usd"
    from flipside_prod_db.polygon.udm_events
    where from_address = '0xf715beb51ec8f63317d66f491e37e7bb048fcc2d'
    and to_address in ('0x5b3256965e7c3cf26e11fcaf296dfc8807c01073', '0x8de9c5a032463c561423387a9648c5c7bcc5bc90')
    and contract_address in ('0x7ceb23fd6bc0add59e62ac25578270cff1b9f619', '0x8f3cf7ad23cd3cadbd9735aff958023239c6a063', '0x2791bca1f2de4661ed88a30c99a7a9449aa84174')

    Run a query to Download Data