rajs24 Hours Top NFT Collections Mints
    Updated 2023-01-04
    SELECT
    *
    from ethereum.core.ez_nft_mints
    where block_timestamp >= CURRENT_TIMESTAMP - interval '24 hours'
    and nft_address = '0x4f49149ac66129b56996fd0a043a9be63f85e1e2'
    order by block_timestamp
    Run a query to Download Data