Security Items | Parameter | Description | Notice |
---|---|---|---|
Method Name |
| It describes the method name in ABI, for example, "transfer". | |
Parameter Type |
| It describes the parameter type in ABI, for example, "address", "uint256", and "bool". | |
Parameter Name |
| It describes the parameter name in ABI, for example "_from", "_to", "_value". | |
Input Data |
| It describes the input data in ABI. | |
Address Info |
| It describes the info about the address as a parameter. | When the address is not a contract ("is_contract"=0), "contract_name", "standard", "symbol", and "name" will return "null". |
Contract Name |
| The name of the contract that the user is interacting with. | |
Contract Description |
| Description of the contract. | |
Is Malicious Contract |
| It tells if the contract that the user is interacting with is a malicious contract. | |
Signature Detail |
| It explains the function of the method. | |
Is Risky Signature |
| It tells if the transaction that users are signing contains risk. | Even non-malicious, commonly used, well-known contracts can be highly risky if not used properly. |
Risk Detail |
| It explains why the transaction that users are signing contains risk. | Even non-malicious, commonly used, well-known contracts can be highly risky if not used properly. |