Fungible Token (EIP-20 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 contract involves a one-time minting of the total supply, then minting new tokens after deployment signals an issue in the contract that has been exploited.

Last updated