- info@zilab.co
- Mon - Fri: 9:00 AM - 6:00 PM
Want to hire us? Chat on Telegram
Want to hire us? Chat on Telegram
For this audit, we reviewed the project team’s BETX contract at 0xbb512218ba9a7C5595cc2c55AD3102a88F280b29 on the Binance Smart Chain Mainnet.
Informational findings were identified and the team may want to review them. In addition, centralized aspects are present. Date: March 23th, 2023. Updated: March 28th, 2023 to reflect the project’s newly deployed Mainnet address.
Although the SafeMath library is used, the contract is implemented with Solidity v0.8.x which has built-in overflow checks.
Recommendation: SafeMath could safely be removed to reduce contract size, deployment costs, and gas costs on all transactions that utilize it.
Ownership Controls:
Vulnerability Category | Notes | Result |
Arbitrary Jump/Storage Write | N/A | PASS |
Centralization of Control |
|
PASS |
Compiler Issues | N/A | PASS |
Delegate Call to Untrusted Contract | N/A | PASS |
Dependence on Predictable Variables | N/A | PASS |
Ether/Token Theft | N/A | PASS |
Flash Loans | N/A | PASS |
Front Running | N/A | PASS |
Improper Events | N/A | PASS |
Improper Authorization Scheme | N/A | PASS |
Integer Over/Underflow | N/A | PASS |
Logical Issues | N/A | PASS |
Oracle Issues | N/A | PASS |
Outdated Compiler Version | N/A | PASS |
Race Conditions | N/A | PASS |
Reentrancy | N/A | PASS |
Signature Issues | N/A | PASS |
Unbounded Loops | N/A | PASS |
Unused Code | N/A | PASS |
Overall Contract Safety | PASS |