Nige7777Art Blocks Mints
    Updated 2021-08-04
    select * from ethereum.nft_events e
    where 1=1
    and e.contract_address = '0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270'
    and block_timestamp >= CURRENT_DATE() -5
    and event_type = 'mint'
    limit 500
    Run a query to Download Data