Security Items | Parameter | Description | Notice |
---|---|---|---|
Contract Owner |
| (1) | When there is no owner function, or the ownership is unreadable or private, it would return empty. |
Privilege Withdraw |
| It describes whether the contract owner can withdraw all the assets in the contract, without users' permission. | |
Cannot Withdraw |
| It describes whether the contract lacks a withdrawal method. If it is missing, users will be unable to withdraw the assets they have put in. | |
Contract Verified |
| It describes whether this contract is open source. | |
Blacklist Function |
| It describes whether the contract has a blacklist function that would block users from withdrawing their assets. | |
Contract Name |
| Name of the contract. | |
Self-Destruct |
| It describes whether this contract can self-destruct. | |
Potential Approval Abuse |
| It describes whether the owner can spend the allowance obtained by the contract. If so, this function could potentially be abused to steal user assets. | |
Proxy Contract |
| It describes whether this contract has a proxy contract. |