Dogecoin Token (DOGE) Security Audit Report
Are Your Funds Safe?
Our expert team at Callisto Network has conducted an in-depth security audit of the Dogecoin Token (DOGE) smart contract. This audit aims to ensure the security of your funds by identifying and assessing any potential vulnerabilities. Here, we present our findings:
Executive Summary
This report presents the results of the security audit conducted by the Callisto Network Security Department on the Binance-Peg Dogecoin Token (DOGE) smart contract in April 2023. It analyzes the contract’s security in-depth and highlights any identified vulnerabilities.
The Binance-Peg Dogecoin Token (DOGE) is an upgradeable contract, allowing the owner to change the executable contract at its discretion. This report focuses on the contract implementation available here, active as of April 30, 2023.
1. Scope of the Audit
Source code:
The audit focused on the following contracts:
2. Audit Findings
Our audit reported a total of 1 finding(s), categorized as follows:
- 0 high-severity issue(s).
- 0 medium severity issue(s).
- 1 low-severity issue(s).
In addition to these findings, our audit identified 2 additional points, detailed in the following sections:
- 0 note(s).
- 2 owner privilege(s).
No critical security issues were found.
2.1 Known Vulnerabilities of ERC-20 Token
Add the following code to the
transfer(_to address, ...)
function:require( _to != address(this) );
[/bsf-info-box]
2.2 Owner Privileges
- The token utilizes an upgradable proxy contract, allowing the owner to change the implementation contract at their discretion. It’s important to note that new implementations could introduce issues or functionalities that may pose user risks.
- The owner has the capacity to mint an unlimited number of tokens for themselves.
[/bsf-info-box]
3. Security Practices
4. Conclusion
The audited smart contract can be deployed. Only a single issue of low severity was discovered during the audit.
- Users should be aware of the contract owner’s extensive rights.
- To guarantee the contract’s functionality and prevent any issues not directly related to this smart contract’s code, it is advised to follow the security practices outlined in Section 4 of this report.
About Callisto Network
Founded by Dexaran, co-founder of Ethereum Classic, Callisto Network is a blockchain platform that prioritizes security. We’ve conducted over 330 smart contract audits across platforms like Ethereum, Ethereum Classic, and EOS. In addition to our audits, we’ve developed the ERC 223 token standard and CallistoNFT standard, enhancements over existing standards that address flaws and offer new capabilities, further establishing us as industry leaders in crypto-security.