MrDriver Info

MrDriver is the world’s first web3 project developing a Decentralized Drive2Earn ecosystem for individual online transportation and logistics services based on Blockchain and NFT technology. Furthermore, MrDriver offers vehicle and cargo insurance in the form of NFTs that we call smart insurance. This is a DeFi and DAO project

MrDriver Logo

Team and KYC Verification

The KYC verification for this project is currently in progress.

The team has submitted their information and verification is pending.

KYC Badge

TrustNet Score

The TrustNet Score evaluates crypto projects based on audit results, security, KYC verification, and social media presence. This score offers a quick, transparent view of a project's credibility, helping users make informed decisions in the Web3 space.

18.21
Poor Excellent

Real-Time Threat Detection

Real-time threat detection, powered by Cyvers.io, is currently not activated for this project.

This advanced feature provides continuous monitoring and instant alerts to safeguard your assets from potential security threats. Real-time detection enhances your project's security by proactively identifying and mitigating risks. For more information, click here.

Security Assessments

Select the audit
Static Analysis Dynamic Analysis Symbolic Execution SWC Check Manual Review
Contract address
0x5d3F...3De9
Network
BNB Smart Chain - Mainnet
License N/A
Compiler N/A
Type N/A
Language Solidity
Onboard date 2023/04/05
Revision date In progress

Summary and Final Words

No crucial issues found

The contract does not contain issues of high or medium criticality. This means that no known vulnerabilities were found in the source code.

Contract owner cannot mint

It is not possible to mint new tokens.

Contract owner cannot blacklist addresses.

It is not possible to lock user funds by blacklisting addresses.

Contract owner cannot set high fees

The fees, if applicable, can be a maximum of 25% or lower. The contract can therefore not be locked. Please take a look in the comment section for more details.

Contract cannot be locked

Owner cannot lock any user funds.

Token cannot be burned

There is no burning within the contract without any allowances

Ownership is not renounced

The owner retains significant control, which could potentially be used to modify key contract parameters.

Scope of Work

This audit encompasses the evaluation of the files listed below, each verified with a SHA-1 Hash. The team referenced above has provided the necessary files for assessment.

The auditing process consists of the following systematic steps:

  1. Specification Review: Analyze the provided specifications, source code, and instructions to fully understand the smart contract's size, scope, and functionality.
  2. Manual Code Examination: Conduct a thorough line-by-line review of the source code to identify potential vulnerabilities and areas for improvement.
  3. Specification Alignment: Ensure that the code accurately implements the provided specifications and intended functionalities.
  4. Test Coverage Assessment: Evaluate the extent and effectiveness of test cases in covering the codebase, identifying any gaps in testing.
  5. Symbolic Execution: Analyze the smart contract to determine how various inputs affect execution paths, identifying potential edge cases and vulnerabilities.
  6. Best Practices Evaluation: Assess the smart contracts against established industry and academic best practices to enhance efficiency, maintainability, and security.
  7. Actionable Recommendations: Provide detailed, specific, and actionable steps to secure and optimize the smart contracts.

A file with a different Hash has been intentionally or otherwise modified after the security review. A different Hash may indicate a changed condition or potential vulnerability that was not within the scope of this review.

Final Words

The following provides a concise summary of the audit report, accompanied by insightful comments from the auditor. This overview captures the key findings and observations, offering valuable context and clarity.


Ownership Privileges
  • Update team, burn, treasury, stake, and nftStake addresses
  • Update bdr, mdr, treasury, burn, and NFT rates to any arbitrary value except for zero.
  • Enable/Disable Pools
  • Update MDR per block between 0 and 10.
  • Start the release
  • Release tokens but only a limited amount at a time
  • The released amount will be minted to the bdr, mdr, and Stake address
  • Update transfer burn and RFI rate but not more than 5% in the MDR contract
  • Enable/Disable RFI and Transfer burn in the MDR contract

Files and details

Functions
public

/

State variables
public

/

Total lines
of code

/

Capabilities
Hover on items

/

Findings and Audit result

low Issues | 2 findings

Pending

#1 low Issue
Missing Zero Address Validation (missing-zero-check)
MasterChefMDR.sol
L929
L933
L937
L941
L945
L949
Description

Check that the address is not zero.

Pending

#2 low Issue
Missing Arithmetic Events
MasterChefMDR.sol
L925-1013
Description

Emit events for critical parameter changes

optimization Issues | 1 findings

Pending

#1 optimization Issue
Public function that could be declared external (external-function)
MasterChefMDR.sol
L198-200
L206-209
L929-931
L933-935
L937-939
L941-943
L945-947
L949-951
L954-958
L960-963
L965-968
L970-973
L976-979
L981-984
L987-989
L991-993
L995-997
L1000-1004
L1008-1014
L1017-1054
L1067-1070
L1072-1074
L1076-1078
L1080-1082
L1084-1086
Description

Use the `external` attribute for functions never called from the contract.

informational Issues | 1 findings

Pending

#1 informational Issue
Functions that are not used (dead-code)
MasterChefMDR.sol
L308-310
L318-324
L337-343
L351-362
L397-399
L407-416
L370-372
L380-389
L259-265
L283-288
L424-444
L141-143
L532-542
L489-502
L513-524
L504-511
L465-471
L473-480
L746-748
L802-811
L762-764
L828-837
L779-788
L633-639
L675-680
L687-692
L658-668
L646-651
Description

Remove unused functions.