Leandexer
  • Introduction
    • Blockchain Indexing
    • Why Blockchain Indexing is Complex ?
    • What is Leandexer
  • Getting started
    • Create an account
    • Events
    • Tracking a New Standard Smart Contract
    • Tracking Custom Smart Contract
    • Project Management
    • Manage Blockchain Networks
    • Notifications
    • Settings
  • Technical
    • Technical Architecture
    • Notifications
      • Webhook
      • Websocket (Coming Soon)
        • What is it
        • How to make it work ?
        • Code Snippet
          • Vue.js
          • React.js
    • Historical Data (Coming Soon)
      • Get an API Key
      • Fetch the Information
      • Code Snippet
    • Networks
      • Built-in
        • Mainet
        • Testnet
      • Custom Network
  • Miscellaneous
    • Frequently Asked Questions
Powered by GitBook
On this page
  1. Getting started

Tracking a New Standard Smart Contract

PreviousEventsNextTracking Custom Smart Contract

Last updated 4 months ago

You can easily set up a new event stream in just a few steps. Simply decide:

  1. Project Categorization: Select the project name under which you would like to categorize this smart contract. If no project has been created yet, click on "+ Projects," enter a project name in the field, and click "Add Project."

  2. Network: select the blockchain network on which you would like to track the selected smart contract.

  3. Smart-contract address: provide the smart contract address that you wish to track.

  4. Contract type: select the contract type associated to the smart contract address: ERC-20, ERC-721, ERC-3643, custom contract... (The next release will add the capability to track custom contracts)

  5. Event type: specify the types of events you wish to track for the smart contract. This could include transactions such as transfers, approval...

  6. choose your preferred notification channel to receive alerts about the smart contract events. You can select from email, webhook, or Slack, depending on which method best integrates with your workflow for timely and efficient updates.

New Event Stream Configuration
Add a New Event Stream