LogoLogo
Manifold for Developers
Manifold for Developers
  • Introduction
  • Shopify Merch Bridge
    • Overview
    • Tutorial
      • Step 1: Product Gate Setup
        • 1.1: Configure the Product
        • 1.2: Install Manifold Merch Bridge
        • 1.2: Create a New Product Gate
        • 1.3: Link a Product to the Gate
        • 1.4: Add Rules
      • Step 2: Store Theme Setup
        • 2.1 The Theme Editor
        • 2.2 Product Page Setup
        • 2.3 Cart Page Setup
    • Advanced Configuration
    • FAQ / Error Help
    • Reference
      • Product and Gate Configuration
        • Shopify Products
        • Product Gates
          • Gate Products
          • Rules
      • Custom Themes
      • Updating to the Latest Version
      • UI Configuration Options
      • Advanced Usage
      • Common Issues
  • Guides
    • Getting Started
    • HTML
    • React
    • NextJS
    • Vue
    • Wix
    • Squarespace
      • Simple Squarespace Site
      • Customised Squarespace Template
  • Resources
    • Apps
      • Grant Types
    • Widgets
      • Directory
      • Manifold CSS Variables
        • Scheme Utility Classes
        • List of Manifold CSS Variables
      • Connect Widget
        • Blockchain Interaction
        • Wallet Authentication
        • Data Client
          • NFT Information Retrieval
            • getNFT
            • getNFTsOfOwner
            • ownerHasNFT
            • getCollectors
          • Data Storage and Retrieval
        • Advanced Configuration
        • Customization & Styling
        • Automatic Error Handling
      • Campaign Widget
        • Campaign Creation
          • Questionnaire
        • Campaign Progress
        • Customization & Styling
      • Curation Widget
      • Marketplace Widgets
        • Widgets
          • Data Attributes
          • Layout Widgets
          • Card Widgets
          • Listing Widgets
        • Window Events
        • Troubleshooting
        • Customization & Styling
        • Version Change Notes
          • 3.2.1 - CSS Selector Changes
          • 3.1.1 - CSS Selector Changes
      • Claim Widgets
        • Widgets
          • Data Attributes
          • Complete Claim Widget
          • Buy Button Only Widget
          • Mint Count Widget
        • Troubleshooting
        • Customization & Styling
        • Version Change Notes
          • 1.7.0, 1.7.1 - CSS Selector Changes
      • Restricted Token Widget
        • Customization & Styling
      • Wallet Identity Widget
        • Customization & Styling
      • Subscription Widget
      • 6551 Display Widget
    • Manifold Ethereum Provider
  • Tools and APIs
    • Merkle Tree Tool
    • Snapshot Tool
    • Discord Tools
    • Server-Side Session Authentication
      • Signature Grant
      • Authorization Code Grant
  • Smart Contracts
    • Manifold Creator
      • Contracts
        • Creator Core
          • Common Functions
          • ERC721 Functions
          • ERC1155 Functions
        • Extensions
          • Extensions Functions
          • Extensions Examples
          • Extensions Deployment Guide
            • Dynamic NFT Extension
            • Lazy Mint Extension ERC1155
            • Lazy Mint Extension ERC721
        • Mint Permissions
          • Mint Permissions Functions
      • Prior Versions
        • 1.0.x
          • Creator Core
            • Common Functions
            • ERC721 Functions
            • ERC1155 Functions
          • Extensions
            • Extensions Functions
            • Extensions Examples
            • Extensions Deployment Guide
              • Dynamic NFT Extension
              • Lazy Mint Extension ERC1155
              • Lazy Mint Extension ERC721
          • Mint Permissions
            • Mint Permissions Functions
        • 2.0.x
          • Creator Core
            • Common Functions
            • ERC721 Functions
            • ERC1155 Functions
          • Extensions
            • Extensions Functions
            • Extensions Examples
            • Extensions Deployment Guide
              • Dynamic NFT Extension
              • Lazy Mint Extension ERC1155
              • Lazy Mint Extension ERC721
          • Mint Permissions
            • Mint Permissions Functions
    • Marketplace
      • Identity Verifier
    • Royalty Registry
  • Contact Us
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Widgets
  3. Connect Widget
  4. Data Client
  5. NFT Information Retrieval

getCollectors

Last updated 2 years ago

Was this helpful?

This gets all the collectors for a given token. Supports .

client.getCollectors({
  filters: [
    {
      contractAddress: '0xefE6A6032fd27B7B7615Fb0D0E08FB3E49Db53b8',
      tokenId: '2'
    },
  ]
})

And here is the example output:

[
  {
    collectorAddress: '0x048aab0d25a39f5398d5a06a7a3aad9cc3bc7e4d',
    earliestTimestamp: 1666559471
  },
  {
    collectorAddress: '0x0a1c6f1638adbe3873c7e8dad6c0e3b08285ba07',
    earliestTimestamp: 1666566575,
    latestTimetamp: 1666566575,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '2'
  },
  {
    collectorAddress: '0x1f6b5d424c90e4834c1b4cd2c0e7adeaa941501e',
    earliestTimestamp: 1666558883,
    latestTimetamp: 1666558883,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0x2ec4a2bcd4f33c7c9aafab7cfa865ec15508bf62',
    earliestTimestamp: 1666669595,
    latestTimetamp: 1672070243,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '2'
  },
  {
    collectorAddress: '0x33bfd3ba3bd175148d1bb1ee87e865253fd265e5',
    earliestTimestamp: 1666568567,
    latestTimetamp: 1666568567,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0x552f01d67b352aaa38bc675e30ced97f2451df63',
    earliestTimestamp: 1666564715,
    latestTimetamp: 1666564715,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '2'
  },
  {
    collectorAddress: '0x6140f00e4ff3936702e68744f2b5978885464cbb',
    earliestTimestamp: 1666558451,
    latestTimetamp: 1666558451,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0x6269a98ae8cd1099eaab82ceaace4d84f8116347',
    earliestTimestamp: 1666575551,
    latestTimetamp: 1666575551,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0x6e8a8f55a81b3f1dab9831fb44b2cf2bbc447977',
    earliestTimestamp: 1667102711,
    latestTimetamp: 1667102711,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0x7f0c77594ac37984120d4d0758b0aa69e40cbbf0',
    earliestTimestamp: 1666564811,
    latestTimetamp: 1666564811,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '2'
  },
  {
    collectorAddress: '0x833b6cac387e694dadb02b26d0c55e346b4c9c34',
    earliestTimestamp: 1666563023,
    latestTimetamp: 1666563023,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '5'
  },
  {
    collectorAddress: '0x928ee99d063ba6839c30e663822c8cf6c6dcda02',
    earliestTimestamp: 1666592675,
    latestTimetamp: 1666592675,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0x94ff6a83a067cc9e6a4c0767792beda781a16375',
    earliestTimestamp: 1666566251,
    latestTimetamp: 1666566251,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xa79ff5a9b833ff6f4cfbcfb64b421ee6078e27a3',
    earliestTimestamp: 1666587779,
    latestTimetamp: 1666587779,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xab1ef6a2bd769dce3da9cd96e8f16f00f50ee6e6',
    earliestTimestamp: 1666568795,
    latestTimetamp: 1666568795,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xaebf6ad4175a23533d6934e2ba3962cd11c87f14',
    earliestTimestamp: 1666564331
  },
  {
    collectorAddress: '0xb3260a8a221c17dd81f2e3396cbb7ea2dc2a08de',
    earliestTimestamp: 1666560023,
    latestTimetamp: 1666560023,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xb4628e64079398379aed2485e3fb05424cf57dcd',
    earliestTimestamp: 1666558739,
    latestTimetamp: 1666558739,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xbfc3c19d3be0b0f54dca49fb136d08eea86a0229',
    earliestTimestamp: 1666566467,
    latestTimetamp: 1672070243,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xc65ee9634028d4c98f3d9c43233e6d06a39abe5c',
    earliestTimestamp: 1666646651,
    latestTimetamp: 1666646651,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xd4b832a4b6343185b29802351202ba7f0fe7d9ff',
    earliestTimestamp: 1666582295
  },
  {
    collectorAddress: '0xd51754d10aeac57b86bf73d516bb2bf4e3ce1d4d',
    earliestTimestamp: 1666611071
  },
  {
    collectorAddress: '0xdf36b093cbc06522b68105c3d9141db188e980b6',
    earliestTimestamp: 1666587515,
    latestTimetamp: 1666587515,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '3'
  },
  {
    collectorAddress: '0xdf7439e79553bfb938a8a1acfce0df3c870f4dd7',
    earliestTimestamp: 1675954619,
    latestTimetamp: 1675954619,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xf02cd6f7b3d001b3f81e747e73a06ad73cbd5e5b',
    earliestTimestamp: 1670150279,
    latestTimetamp: 1670150279,
    latestTokenAddress: '0xefe6a6032fd27b7b7615fb0d0e08fb3e49db53b8',
    latestTokenId: '2',
    count: '1'
  },
  {
    collectorAddress: '0xfacfa7fac340a15e1d56932b0268c01458690293',
    earliestTimestamp: 1666559027
  }
]

filters and attribute filters