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.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.
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
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.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.
| Field | Description |
|---|---|
| Operator | Comparison to apply: =, !=, >, >=, <, <= |
| Transaction value | Native token amount in wei |