Use cases
Privileged function monitoring
Privileged function monitoring
Functions like
pause(), upgradeTo(), or transferOwnership() should almost never be called in normal operation. An alert on these gives you instant visibility into any governance or admin action.High-value interactions
High-value interactions
Combine the function filter with a minimum transaction value to catch large deposits, withdrawals, or swaps through a specific entry point.
Audit trail
Audit trail
Build a complete call history for any function across your deployment. Useful for post-incident forensics and compliance reporting.
Configuration
1
Trigger Name
Enter a descriptive label, e.g.
Ownership Transfer Detected.2
Function
Select the function to watch from the dropdown. Functions are loaded from the contract’s ABI and shown in the format
functionName(argTypes) returnType.3
Include Transaction Value (optional)
Toggle Include Transaction Value to restrict alerts to calls that carry a native token value meeting a condition:
Leave the toggle off to fire on every call regardless of value.
4
Severity
Choose the alert severity:
Critical, High, Medium, Low, or Info.5
Notification Channels
Select one or more channels to receive the alert.