Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

Watch for execution of any contract function — privileged admin calls, user-facing operations, or internal logic. Combine with a transaction value filter to narrow alerts to only the calls that matter.

Use cases

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.
Combine the function filter with a minimum transaction value to catch large deposits, withdrawals, or swaps through a specific entry point.
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:
FieldDescription
OperatorComparison to apply: =, !=, >, >=, <, <=
Transaction valueNative token amount in wei
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.