tvemulap2023-04-24 04:52 PM
    Updated 2023-04-25
    SELECT
    block_timestamp,
    project_name,
    token_metadata : attributes : :: STRING as Parallel,
    tokenid
    FROM
    ethereum.core.ez_nft_transfers
    WHERE
    nft_address in (
    lower('0x76be3b62873462d2142405439777e971754e8e77')
    )
    and event_type = 'other'


    Run a query to Download Data