DODO is a Decentralized Exchange (DEX) running on Ethereum and Binance Smart Chain.
Developed by the DODO team, Proactive Market Maker (PMM) is an oracle-aided algorithm with an advanced pricing formula that provides contract-fillable liquidity. Traders get lower slippage with PMM than Automated Market Maker (AMM).
PMM leverages price oracles to retrieve accurate market prices of assets as input. It then aims to provide sufficient liquidity near the market price for every asset. The result is that liquidity decreases rapidly when far away from the market price. The following graphs compare the price curves of DODO (PMM) and Uniswap (AMM).
InitializableOwnable.transferOwnership(address).newOwner (#105) lacks a zero-check on :
- _NEW_OWNER_ = newOwner (#107)
InitializableOwnable.initOwner(address).newOwner (#100) lacks a zero-check on :
- _OWNER_ = newOwner (#102)
Check that the address is not zero.
Additional information: link
transfer(address,uint256) should be declared external:
- DODOBscToken.transfer(address,uint256) (#143-151)
approve(address,uint256) should be declared external:
- DODOBscToken.approve(address,uint256) (#173-177)
allowance(address,address) should be declared external:
- DODOBscToken.allowance(address,address) (#179-181)
initOwner(address) should be declared external:
- InitializableOwnable.initOwner(address) (#100-103)
balanceOf(address) should be declared external:
- DODOBscToken.balanceOf(address) (#153-155)
claimOwnership() should be declared external:
- InitializableOwnable.claimOwnership() (#110-115)
transferFrom(address,address,uint256) should be declared external:
- DODOBscToken.transferFrom(address,address,uint256) (#157-171)
transferOwnership(address) should be declared external:
- InitializableOwnable.transferOwnership(address) (#105-108)
Use the external attribute for functions never called from the contract.
Additional information: link
DODOBscToken.symbol (#130) should be constant
DODOBscToken.name (#128) should be constant
DODOBscToken.decimals (#129) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
SafeMath.mul(uint256,uint256) (#20-29) is never used and should be removed
SafeMath.sqrt(uint256) (#57-64) is never used and should be removed
SafeMath.divCeil(uint256,uint256) (#36-44) is never used and should be removed
SafeMath.div(uint256,uint256) (#31-34) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.9 (#10) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
solc-0.6.9 is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Variable InitializableOwnable._OWNER_ (#76) is not in mixedCase
Variable InitializableOwnable._NEW_OWNER_ (#77) is not in mixedCase
Variable InitializableOwnable._INITIALIZED_ (#78) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Unable to find Telegram link on the website
Token is not listed at Mobula.Finance
Additional information: link
Token has no active CoinGecko listing / rank
Twitter account link seems to be invalid
Unable to find Youtube account