Nige7777test_q
    Updated 2021-09-09

    select *
    from ethereum.nft_events
    where contract_address = lower('0x7afeda4c714e1c0a2a1248332c100924506ac8e6')
    --and event_type = 'sale'
    and block_timestamp > '2021-08-24T18:42:55Z'
    order by block_timestamp desc
    Run a query to Download Data