Portal integrates with Blockaid to provide transaction security evaluation. This allows you to scan transactions for potential security risks before sending them, helping to identify malicious contracts, phishing attempts, and other threats.
Transaction Evaluation
The evaluateTransaction method analyzes a transaction and returns a risk assessment.
Basic Evaluation
Full Transaction Evaluation
For complete transaction parameters:
Operation Types
You can specify what type of evaluation to perform:
Evaluating Before Sending
A common pattern is to evaluate a transaction before sending it:
Transaction evaluation is a security tool, not a guarantee. Always exercise caution when interacting with unknown contracts.
Understanding Results
The evaluation result includes:
- result: The overall assessment (e.g.,
Benign, Warning, Malicious)
- reason: The reason for the assessment
- classification: The classification category of the risk
- description: A human-readable description of the findings
- status: The status of the evaluation
Related Documentation