Skip to main content

Documentation Index

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

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

Advanced Monitoring lets you create custom triggers that watch for specific on-chain conditions — a function call, a token transfer, a blacklisted address, or a matching transaction parameter — and fire an alert the instant they occur.

Available triggers

ERC-20 Transfer

Fires when a token transfer exceeds a configured amount. Filter by direction (from / to / any) and token contract.

Blacklisted Callers

Fires when a transaction is initiated by an address on your blacklist.

Whitelisted Callers

Fires when a transaction is initiated by an address that is NOT on your whitelist — catching unauthorized access.

Failed Transaction

Fires when any transaction to the monitored contract fails.

Transaction Parameters

Fires when any transaction parameter (gas, value, sender, block data, receipt fields, etc.) matches rules you define.

Function Call

Fires whenever a specific contract function is executed. Optionally filter by transaction value.

Event Emitted

Fires when a specific event is emitted from the monitored contract. Select the event from the contract ABI.

Event Advanced

Fires when an event matching a free-text signature is emitted from any contract address you specify.

Triggers tab

The Triggers tab on an Advanced Monitoring entity lists all configured triggers.

Trigger statuses

StatusMeaning
ENABLEDTrigger is active and will fire alerts when conditions are met.
DISABLEDTrigger is manually paused and will not fire.
PAUSEDSystem automatically paused the trigger due to excessive alert volume. Re-enable it after reviewing the configuration.

Row menu (···)

Each trigger row has a ··· menu with:
OptionDescription
Edit TriggerModify the trigger configuration.
Delete TriggerPermanently remove the trigger.

Common configuration fields

Every trigger shares these base fields:
FieldDescription
Trigger NameDescriptive label shown in alerts and the trigger list.
SeverityCritical · High · Medium · Low · Info
Notification ChannelsWhere alerts are delivered — email, webhook, Slack, PagerDuty, etc.