headitmanagerOpenSea - 5NFT
    Updated 2022-03-19

    select sum(price_usd) as amount,contract_address
    from ethereum.nft_events where event_platform='opensea'
    and block_timestamp::date > '2022-01-01' and price_usd is not null
    group by CONTRACT_ADDRESS
    order by amount desc
    limit 5
    Run a query to Download Data