bDollar is the first algorithmic stablecoin on Binance Smart Chain with an innovative solution that can adjust its supply deterministically to move the price of the token in the direction of a target price to bring programmability and interoperability to DeFi.
Dollar.governanceRecoverUnsupported(IERC20,uint256,address) (#922-924) ignores return value by _token.transfer(_to,_amount) (#923)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#401-427) is never used and should be removed
Address.functionCall(address,bytes) (#348-350) is never used and should be removed
Address.functionCall(address,bytes,string) (#358-364) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#377-383) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#391-399) is never used and should be removed
Address.isContract(address) (#293-304) is never used and should be removed
Address.sendValue(address,uint256) (#322-328) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
ERC20._setupDecimals(uint8) (#720-722) is never used and should be removed
SafeMath.div(uint256,uint256) (#206-208) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#222-232) is never used and should be removed
SafeMath.mod(uint256,uint256) (#246-248) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-269) is never used and should be removed
SafeMath.mul(uint256,uint256) (#180-192) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#322-328):
- (success) = recipient.call{value: amount}() (#326)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#401-427):
- (success,returndata) = target.call{value: weiValue}(data) (#410)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter Dollar.distributeReward(address)._distributionPool (#915) is not in mixedCase
Parameter Dollar.governanceRecoverUnsupported(IERC20,uint256,address)._token (#922) is not in mixedCase
Parameter Dollar.governanceRecoverUnsupported(IERC20,uint256,address)._amount (#922) is not in mixedCase
Parameter Dollar.governanceRecoverUnsupported(IERC20,uint256,address)._to (#922) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ERC20.constructor(string,string).name (#477) shadows:
- ERC20.name() (#486-488) (function)
ERC20.constructor(string,string).symbol (#477) shadows:
- ERC20.symbol() (#494-496) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#293-304) uses assembly
- INLINE ASM (#300-302)
Address._functionCallWithValue(address,bytes,uint256,string) (#401-427) uses assembly
- INLINE ASM (#419-422)
Do not use evm assembly.
Additional information: link
name() should be declared external:
- ERC20.name() (#486-488)
symbol() should be declared external:
- ERC20.symbol() (#494-496)
decimals() should be declared external:
- ERC20.decimals() (#511-513)
totalSupply() should be declared external:
- ERC20.totalSupply() (#518-520)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#537-540)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#556-559)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#573-581)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#595-598)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#614-617)
owner() should be declared external:
- Ownable.owner() (#808-810)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#827-830)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#836-840)
operator() should be declared external:
- Operator.operator() (#853-855)
isOperator() should be declared external:
- Operator.isOperator() (#862-864)
transferOperator(address) should be declared external:
- Operator.transferOperator(address) (#866-868)
mint(address,uint256) should be declared external:
- Dollar.mint(address,uint256) (#896-902)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
Unable to find KYC or doxxing proof
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Telegram account link seems to be invalid
Last post in Twitter was more than 30 days ago
Twitter account has relatively few followers
Unable to find Youtube account
Twitter account has few posts