DRIFE is a decentralized ride-hailing platform powered by blockchain with the intent of empowering the drivers, riders, and community developers. DRIFE plans to disrupt the existing business model and remove the corporate intermediaries involved in the transactions.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
DrifeBEPToken._approve(address,address,uint256).owner (#849) shadows:
- Ownable.owner() (#330-332) (function)
DrifeBEPToken.allowance(address,address).owner (#603) shadows:
- Ownable.owner() (#330-332) (function)
Rename the local variables that shadow another component.
Additional information: link
DrifeBEPToken.setBridge(address) (#530-533) should emit an event for:
- _bridge = newBridge (#532)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.mul(uint256,uint256) (#209-221) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#288-295) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#249-260) is never used and should be removed
Context._msgData() (#131-134) is never used and should be removed
SafeMath.mod(uint256,uint256) (#273-275) is never used and should be removed
SafeMath.div(uint256,uint256) (#234-236) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#132)" inContext (#122-135)
Remove redundant statements if they congest code but offer no value.
Additional information: link
increaseAllowance(address,uint256) should be declared external:
- DrifeBEPToken.increaseAllowance(address,uint256) (#670-680)
getBridge() should be declared external:
- DrifeBEPToken.getBridge() (#514-516)
decreaseAllowance(address,uint256) should be declared external:
- DrifeBEPToken.decreaseAllowance(address,uint256) (#696-709)
Use the external attribute for functions never called from the contract.
Additional information: link
Token has relatively low CoinGecko rank
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account