Non-Fungible Token (EIP-721 compatible)

Implementations may have some differences, but all requirements of the standard 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.

Last updated