top of page
Interceptor Protections
The Interceptor can detect and defend against:
Sending Tokens to Token itself
Accidentally copying token address as recipient of tokens instead of intended destination
Interaction with Source Unverified Contract
Token Approvals to contracts not source verified on Etherscan
Token Approval to Non-Contract Account
Token Approval is often used by scammers to steal your money later, while only usually required when interacting with a contract
Excessive Gas Price
Calling a function on a Non-Contract Account
Compromised NFT dApps will often create a transaction calling mint() directly on scammer's wallet.
Sending Tokens to Known Bad Destination
bottom of page