Skip to main content

Signature

Description

Burns amount from the caller’s own balance. Not subject to any policy. Emits Transfer(caller, address(0), amount).

Parameters

Reverts

  • ContractPaused(BURN) when BURN is paused.
  • AccessControlUnauthorizedAccount when the caller does not hold BURN_ROLE.
  • InsufficientBalance when the caller’s balance is below amount.

Access control

BURN_ROLE gates self-burn calls.

Policy interaction

No direct policy interaction.

Example