Getalltokenids with this contract address return metadata OpenSea Shared Storefront

Hi, Please Help i donโ€™t know why when i used this contract address โ€˜0x495f947276749ce646f68ac8c248420045cb7b5eโ€™ it return like that :
and i notice that a lot of NFTs shared the same contract address

  {
    token_hash: 'fffb309c8c94a4c7895c380d6c13ac34',
    token_address: '0x495f947276749ce646f68ac8c248420045cb7b5e',
    token_id: '108510973921457929967077298367545831468135648058682555520544984629221844320257',
    block_number_minted: '13089967',
    amount: '1',
    contract_type: 'ERC1155',
    name: 'OpenSea Shared Storefront',
    symbol: 'OPENSTORE',
    token_uri: 'https://api.opensea.io/api/v1/metadata/0x495f947276749Ce646f68AC8c248420045cb7b
5e/0xefe708e6dd941e29965f34f4c5c6e78f0ebe3f5b000000000033540000000001',
    metadata: '{"name":"PixelApe 3232","description":"24px apes! 9900 algorithmically composed
pixelapes in the original CryptoPunk 24x24 format! Has no affiliation with other NFT projects."
,"external_link":null,"image":"https://lh3.googleusercontent.com/coJ-M_xpJXMjyiRTwa2s1nzI8kSozx
mmHXpwgCSWhEAg0oRANFj2lq0dKd8xNDNZ8VEdnrGmSt4xj-lP3D4YqAN-1vrYIv6AmoY7-g","animation_url":null}
',
    last_token_uri_sync: '2022-07-07T13:02:03.015Z',
    last_metadata_sync: '2022-07-07T13:02:18.883Z'
  },
  {
    token_hash: 'fffb2894313cb9095883f71738e2b002',
    token_address: '0x495f947276749ce646f68ac8c248420045cb7b5e',
    token_id: '88557894305917749802652520057953835064403668561306975644291788950792963096577',
    block_number_minted: '13702063',
    amount: '1',
    contract_type: 'ERC1155',
    name: 'OpenSea Shared Storefront',
    symbol: 'OPENSTORE',
    token_uri: 'https://api.opensea.io/api/v1/metadata/0x495f947276749Ce646f68AC8c248420045cb7b
5e/0xc3c9fdee83ad8c7b29b5ce2c6b8d19fa116c0e7400000000000cc30000000001',
    metadata: '{"name":"Nifty","description":"Nifty","external_link":null,"image":"https://lh3.
googleusercontent.com/cErMO7HHOlcCMFrQVyTEBCyPQ0ljkwFeXBBLf7rT7J9tDTl8xxaM6lDBIF9J1761c-hgOMT_r
k_yZ_IfVyk24bgYUpgoFYux9k0X","animation_url":null}',
    last_token_uri_sync: '2022-07-07T12:56:02.532Z',
    last_metadata_sync: '2022-07-07T12:56:21.305Z'
  },

That looks like a generic opensea contract where multiple collections are present.

1 Like

Thanks , There is any way to distinguish and get just the metadata of specific NFT

For a specific token id you may get the right metadata already.

sorry i mean for specific project get all metadataTokenIds

I donโ€™t know now how you can get that, my assumption is that is information specific to opensea on how they track the collections on the same contract

1 Like

Okey, Thank u a lot for your help