Maintain a list of known malicious, sanctioned, or otherwise untrusted addresses. Any time one of them interacts with your contract, the trigger fires immediately — before the transaction has any further effect downstream.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
Sanctions enforcement
Block or flag interactions from OFAC-listed wallets and known exploit addresses before they can interact with your protocol.
Post-exploit containment
After a security incident, add the attacker’s addresses to the blacklist immediately. Any follow-up interaction with surviving contracts triggers an instant alert.
Competitor or bot exclusion
Track if specific bots or competitor addresses are interacting with your contract at unusual frequency.