Use cases
Cross-contract event monitoring
Cross-contract event monitoring
Monitor an oracle or price feed contract for its
AnswerUpdated event and react within the context of your monitored contract.DEX and liquidity events
DEX and liquidity events
Watch for
Swap or Sync events on a Uniswap pair contract that is related to your token, even though it is a third-party contract.Bridge and relay tracking
Bridge and relay tracking
Detect cross-chain message events emitted by a bridge contract to correlate with activity on your monitored contract.
Configuration
1
Trigger Name
Enter a descriptive label, e.g.
Oracle Price Updated.2
Event
Search for the event by name or by its keccak-256 signature hash. Unlike Event Emitted, this field accepts free-text input and is not limited to the monitored contract’s ABI.
3
Event Address
Enter the address of the contract that will emit the event. This can be any contract on the same network — it does not have to be the monitored contract.
4
Severity
Choose the alert severity:
Critical, High, Medium, Low, or Info.5
Notification Channels
Select one or more channels to receive the alert.
Use Event Emitted when you want to watch an event on the contract you are already monitoring. Use Event Advanced when the event source is a different contract address.