The Whitelisted Callers trigger alerts you any time a transaction reaches the monitored contract from an address that is not in your approved list. This is the inverse of blacklisting — only known, trusted addresses are allowed to interact silently.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
Access control enforcement
Access control enforcement
Confirm that only authorized operators, bots, or contracts interact with privileged functions. Any unexpected caller immediately triggers an alert.
Protocol perimeter monitoring
Protocol perimeter monitoring
Ensure only whitelisted integrations (e.g., your own frontend router or partner contracts) reach the contract. Catches routing bugs and front-running bots.
Incident response
Incident response
After a security incident, lock down interaction to a minimal whitelist while you investigate, and get alerted to any attempt to bypass it.
Configuration
Whitelisted Entities
Add one or more wallet addresses that are allowed to interact with the contract. Any transaction from an address not on this list will trigger an alert.You can add multiple addresses — use the multi-select field to build the full list.