mucryptoUntitled Query
    Updated 2023-02-21
    select *
    from ethereum.core.ez_nft_mints
    where project_name = 'uniswap'
    and block_timestamp::date between '2023-01-01' and '2023-01-31'
    limit 5;
    Run a query to Download Data