Use cases
Token transfer tracking
Token transfer tracking
Alert on every
Transfer event to monitor all token movements in real time.Ownership and role changes
Ownership and role changes
Watch for
OwnershipTransferred or RoleGranted / RoleRevoked events to detect any access control changes.Pausing and emergency events
Pausing and emergency events
Catch
Paused or Unpaused events immediately so your team knows when circuit-breaker logic has been activated.Configuration
1
Trigger Name
Enter a descriptive label, e.g.
Transfer Event Detected.2
Event
Select the event to watch from the dropdown. Events are loaded from the contract’s ABI.
3
Include Transaction Value (optional)
Toggle Include Transaction Value to only fire when the transaction that emitted the event also carries a native token value meeting a condition:
Leave the toggle off to fire on every event emission 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.
Event Emitted selects events from the monitored contract’s ABI. To monitor events on a different contract address, use Event Advanced instead.