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.