Hacken Extractor
  • 🚀Getting Started
  • ⛓️Supported Networks
  • Monitoring and Detection
  • Security monitoring
    • Intro
    • Detectors
      • Extractor Attack Detector
      • Forta Attack Detector
      • Custom Detectors
      • Block Anomaly
      • Block Re-org
      • DNS Monitor
      • Contract Verification
    • Setup Detectors
  • Compliance Monitoring
    • Intro
    • Detectors
      • AML Monitor
      • TVL Monitor
      • Circulation Supply Monitor
      • Whales Detector
      • Price Monitor
      • Github Monitor
      • Proof Of Reserves Monitor
      • Safe Multisig Monitor
    • Setup Detectors
  • Advanced monitoring
    • Intro
    • Triggers
    • Setup triggers
    • Recommendations by SC type
      • Staking
      • Vesting
      • Fungible Token (EIP-20 compatible)
      • Non-Fungible Token (EIP-721 compatible)
      • Yield Farming
      • Lending
      • Token Sale
  • Smart Contract Actions
    • Intro
    • Action Providers
      • Create Action Provider
      • Connect Action Provider
      • Deposit
      • Withdraw
    • Setup Action
  • Support
    • 📧Support
  • Legal documents
    • Cookie Policy
    • Terms of Service
    • Privacy Notice
Powered by GitBook
On this page

Was this helpful?

  1. Advanced monitoring
  2. Recommendations by SC type

Non-Fungible Token (EIP-721 compatible)

PreviousFungible Token (EIP-20 compatible)NextYield Farming

Last updated 2 years ago

Was this helpful?

Implementations may have some differences, but all requirements of the must be met.

Monitor the minting of new tokens

Trigger: Event Parameter (coming soon)

Parameters:

  • event: Transfer

  • argument: from

  • comparator: equal to

  • value: 0x0000000000000000000000000000000000000000

Severity: Critical

Alerts: On

Use cases:

  • If your NFT collection is already complete and you are not expecting any new tokens to be created, then it is particularly important to monitor the creation of new tokens with unique IDs.

standard