SOLMIT's field of activity is mainly within the insurance and financial services industry. The insurance industry is run traditionally in many countries and with its cumbersome problems, laws, and principles, it has imposed additional costs on people and companies. Additionally, the process of work and payment in the traditional insurance industry is remarkably slow and time consuming and the possibility of fraud is very high. Taxation is another issue that will be removed in SOLMIT. And the insured will not pay any taxes. Other benefits of SOLMIT include the elimination of the amount which is due for the delayed premiums, that is in the interest of the insured. Our dedicated blockchain and platform will reduce costs for people and insurance companies through automation of the insurer authentication process, contract certification, valid registration of claims, third party data, compensation, and operating costs.
Solmit.buy(uint256,address) (#301-330) ignores return value by IBEP20(BUSD).transferFrom(msg.sender,BUSDReceiver,_amount) (#312)
Solmit.buy(uint256,address) (#301-330) ignores return value by IBEP20(BUSD).transferFrom(msg.sender,address(this),amountToLiquidity) (#317)
Solmit.buy(uint256,address) (#301-330) ignores return value by IBEP20(BUSD).transferFrom(msg.sender,BUSDReceiver,amountToReceiver) (#318)
Solmit.claimToken(address,uint256) (#469-485) ignores return value by IBEP20(_token).transfer(owner,_amount) (#476)
Solmit.claimToken(address,uint256) (#469-485) ignores return value by IBEP20(_token).transfer(owner,_amount) (#483)
Solmit.getLiquidity() (#544-549) ignores return value by IBEP20(BUSDpair).transfer(owner,liquidityAmount) (#548)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Function IDEXRouter.WETH() (#104) is not in mixedCase
Parameter Solmit.buy(uint256,address)._amount (#301) is not in mixedCase
Parameter Solmit.buy(uint256,address)._refer (#301) is not in mixedCase
Parameter Solmit.startSpecialRounds(uint256,uint256)._round6 (#333) is not in mixedCase
Parameter Solmit.startSpecialRounds(uint256,uint256)._round7 (#333) is not in mixedCase
Parameter Solmit.getRoundTimes(uint256)._round (#375) is not in mixedCase
Parameter Solmit.getRoundLeftAmount(uint256)._round (#385) is not in mixedCase
Parameter Solmit.getRoundData(uint256)._round (#392) is not in mixedCase
Parameter Solmit.getUserBought(uint256,address)._round (#399) is not in mixedCase
Parameter Solmit.getUserBought(uint256,address)._address (#399) is not in mixedCase
Parameter Solmit.getRoundPrice(uint256)._round (#407) is not in mixedCase
Parameter Solmit.getUnlockedData(uint256)._step (#429) is not in mixedCase
Parameter Solmit.updatePresaleValues(uint256,uint256)._flag (#436) is not in mixedCase
Parameter Solmit.updatePresaleValues(uint256,uint256)._value (#436) is not in mixedCase
Parameter Solmit.changeBUSDReceiver(address)._address (#459) is not in mixedCase
Parameter Solmit.claimToken(address,uint256)._token (#469) is not in mixedCase
Parameter Solmit.claimToken(address,uint256)._amount (#469) is not in mixedCase
Parameter Solmit.updateLockTime(uint256)._second (#535) is not in mixedCase
Parameter Solmit.lockTokens(uint256,uint256)._amount (#539) is not in mixedCase
Parameter Solmit.lockTokens(uint256,uint256)._seconds (#539) is not in mixedCase
Variable Solmit.PANCAKE_ROUTER (#156) is not in mixedCase
Constant Solmit._name (#157) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Solmit._symbol (#158) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Solmit._decimals (#159) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Solmit._allowances (#160) is not in mixedCase
Variable Solmit._balances (#161) is not in mixedCase
Constant Solmit._totalSupply (#162) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Solmit.BUSDReceiver (#164) is not in mixedCase
Variable Solmit.LiquidityPercent (#167) is not in mixedCase
Variable Solmit.LockedForLiquidity (#168) is not in mixedCase
Variable Solmit.RoundBuyLimit (#169) is not in mixedCase
Variable Solmit.WBNBpair (#186) is not in mixedCase
Variable Solmit.BUSDpair (#187) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
buy(uint256,address) should be declared external:
- Solmit.buy(uint256,address) (#301-330)
getRoundTimes(uint256) should be declared external:
- Solmit.getRoundTimes(uint256) (#375-383)
getRoundData(uint256) should be declared external:
- Solmit.getRoundData(uint256) (#392-397)
getRoundPrice(uint256) should be declared external:
- Solmit.getRoundPrice(uint256) (#407-412)
getUnlockedData(uint256) should be declared external:
- Solmit.getUnlockedData(uint256) (#429-434)
claimBNB() should be declared external:
- Solmit.claimBNB() (#464-467)
Use the external attribute for functions never called from the contract.
Additional information: link
Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#109) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#110)
Prevent variables from having similar names.
Additional information: link
Solmit.addPresaleLiquidity() (#487-509) ignores return value by IBEP20(BUSD).approve(address(router),LockedForLiquidity) (#490)
Solmit.provideLiquidity(uint256,uint256) (#511-533) ignores return value by IBEP20(BUSD).approve(address(router),tokenAmount) (#521)
Solmit.getLiquidity() (#544-549) ignores return value by IBEP20(BUSDpair).approve(address(this),liquidityAmount) (#547)
Ensure that all the return values of the function calls are used.
Additional information: link
Solmit.constructor() (#193-220) uses literals with too many digits:
- roundsMax.push(140000000 * (10 ** _decimals)) (#213)
Solmit.constructor() (#193-220) uses literals with too many digits:
- roundsMax.push(150000000 * (10 ** _decimals)) (#215)
Solmit.slitherConstructorVariables() (#150-570) uses literals with too many digits:
- RoundBuyLimit = (1000000 * (10 ** _decimals)) (#169)
Solmit.slitherConstructorConstantVariables() (#150-570) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#155)
Solmit.slitherConstructorConstantVariables() (#150-570) uses literals with too many digits:
- _totalSupply = 2000000000 * (10 ** _decimals) (#162)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Reentrancy in Solmit.addPresaleLiquidity() (#487-509):
External calls:
- IBEP20(BUSD).approve(address(router),LockedForLiquidity) (#490)
- (amountA,amountB) = router.addLiquidity(address(BUSD),address(this),LockedForLiquidity,balanceOf(address(this)),LockedForLiquidity,0,address(this),block.timestamp) (#491-500)
Event emitted after the call(s):
- AutoLiquify(LockedForLiquidity,amountB) (#507)
Reentrancy in Solmit.buy(uint256,address) (#301-330):
External calls:
- IBEP20(BUSD).transferFrom(msg.sender,BUSDReceiver,_amount) (#312)
- IBEP20(BUSD).transferFrom(msg.sender,address(this),amountToLiquidity) (#317)
- IBEP20(BUSD).transferFrom(msg.sender,BUSDReceiver,amountToReceiver) (#318)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#264)
- _transferFrom(address(this),msg.sender,_token) (#325)
- Transfer(sender,recipient,amount) (#264)
- _transferFrom(address(this),_refer,referTokens) (#323)
Reentrancy in Solmit.constructor() (#193-220):
External calls:
- WBNBpair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#196)
- BUSDpair = IDEXFactory(router.factory()).createPair(BUSD,address(this)) (#197)
Event emitted after the call(s):
- Transfer(address(0),_owner,_totalSupply) (#203)
Reentrancy in Solmit.provideLiquidity(uint256,uint256) (#511-533):
External calls:
- IBEP20(BUSD).approve(address(router),tokenAmount) (#521)
- (amountB) = router.addLiquidity(address(BUSD),address(this),busdAmount,tokenAmount,busdAmount,0,address(this),block.timestamp) (#522-531)
Event emitted after the call(s):
- AutoLiquify(busdAmount,amountB) (#532)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Solmit.addPresaleLiquidity() (#487-509):
External calls:
- IBEP20(BUSD).approve(address(router),LockedForLiquidity) (#490)
- (amountA,amountB) = router.addLiquidity(address(BUSD),address(this),LockedForLiquidity,balanceOf(address(this)),LockedForLiquidity,0,address(this),block.timestamp) (#491-500)
State variables written after the call(s):
- firstLiquidityProvide = false (#504)
- liquidityUnlockTime = block.timestamp + (60 * 60 * 24 * 365) (#503)
Reentrancy in Solmit.constructor() (#193-220):
External calls:
- WBNBpair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#196)
- BUSDpair = IDEXFactory(router.factory()).createPair(BUSD,address(this)) (#197)
State variables written after the call(s):
- BUSDReceiver = owner (#201)
- BUSDpair = IDEXFactory(router.factory()).createPair(BUSD,address(this)) (#197)
- _allowances[address(this)][address(router)] = type()(uint256).max (#198)
- _balances[_owner] = _totalSupply (#202)
- roundsMax.push(0) (#209)
- roundsMax.push(140000000 * (10 ** _decimals)) (#213)
- roundsMax.push(150000000 * (10 ** _decimals)) (#215)
- roundsPrices = (0,100,83,72,62,55,0,0) (#206)
Apply the check-effects-interactions pattern.
Additional information: link
Solmit._transferFrom(address,address,uint256) (#253-266) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_balances[sender] > amount + lockedTokens,you cant send your locked token) (#260)
Solmit.startSpecialRounds(uint256,uint256) (#333-346) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_round7 > 0 && _round6 > 0 && block.timestamp > roundsTiming[5][1],rounds price could not be 0) (#335)
Solmit.updateAndReturnCurrentRound() (#348-373) uses timestamp for comparisons
Dangerous comparisons:
- currentTime > roundsTiming[i][0] && currentTime < roundsTiming[i][1] (#353)
- currentTime > roundsTiming[5][1] && lastRound == 4 (#362)
- currentTime > roundsTiming[7][1] && lastRound == 6 (#364)
Solmit.getUnlockedPercent() (#414-427) uses timestamp for comparisons
Dangerous comparisons:
- currentTime < unlockData[i][0] (#421)
Solmit.claimToken(address,uint256) (#469-485) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(unlockedAmount >= _amount,there is no unlocked BUSD token to claim) (#475)
Solmit.addPresaleLiquidity() (#487-509) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(LockedForLiquidity > 0,there is no tokens for liquidity) (#488)
Solmit.getLiquidity() (#544-549) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > liquidityUnlockTime && liquidityUnlockTime != 0,liquidity has not unlocked!) (#545)
Solmit.totalLockedTokens() (#551-560) uses timestamp for comparisons
Dangerous comparisons:
- i < tokensLocked.length (#554)
- currentTime < tokensLocked[i][1] (#555)
Avoid relying on block.timestamp.
Additional information: link
Solmit.updateAndReturnCurrentRound() (#348-373) compares to a boolean constant:
-presaleStarted == true (#349)
Solmit.getRoundTimes(uint256) (#375-383) compares to a boolean constant:
-presaleStarted == false (#379)
Solmit.getRoundData(uint256) (#392-397) compares to a boolean constant:
-_round == 0 || _round > 7 || presaleStarted == false (#393)
Solmit.getUnlockedPercent() (#414-427) compares to a boolean constant:
-presaleStarted == false (#415)
Solmit.getUnlockedData(uint256) (#429-434) compares to a boolean constant:
-(presaleStarted == false) || _step > 5 (#430)
Solmit.addPresaleLiquidity() (#487-509) compares to a boolean constant:
-firstLiquidityProvide == true (#502)
Solmit.provideLiquidity(uint256,uint256) (#511-533) compares to a boolean constant:
-initialLiquidity == false (#515)
Remove the equality to the boolean constant.
Additional information: link
Reentrancy in Solmit.addPresaleLiquidity() (#487-509):
External calls:
- IBEP20(BUSD).approve(address(router),LockedForLiquidity) (#490)
- (amountA,amountB) = router.addLiquidity(address(BUSD),address(this),LockedForLiquidity,balanceOf(address(this)),LockedForLiquidity,0,address(this),block.timestamp) (#491-500)
State variables written after the call(s):
- LockedForLiquidity = LockedForLiquidity - amountA (#508)
Reentrancy in Solmit.buy(uint256,address) (#301-330):
External calls:
- IBEP20(BUSD).transferFrom(msg.sender,BUSDReceiver,_amount) (#312)
- IBEP20(BUSD).transferFrom(msg.sender,address(this),amountToLiquidity) (#317)
- IBEP20(BUSD).transferFrom(msg.sender,BUSDReceiver,amountToReceiver) (#318)
State variables written after the call(s):
- _transferFrom(address(this),_refer,referTokens) (#323)
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#262)
- _balances[recipient] = _balances[recipient].add(amount) (#263)
- _transferFrom(address(this),msg.sender,_token) (#325)
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#262)
- _balances[recipient] = _balances[recipient].add(amount) (#263)
- _transferFrom(address(this),_refer,referTokens) (#323)
- currentRound = i (#357)
- currentRound = 0 (#367)
- _transferFrom(address(this),msg.sender,_token) (#325)
- currentRound = i (#357)
- currentRound = 0 (#367)
- _transferFrom(address(this),_refer,referTokens) (#323)
- lastRound = currentRound (#355)
- lastRound = 5 (#363)
- lastRound = 7 (#365)
- _transferFrom(address(this),msg.sender,_token) (#325)
- lastRound = currentRound (#355)
- lastRound = 5 (#363)
- lastRound = 7 (#365)
- roundsFilled[currentRound] = roundsFilled[currentRound] + _token (#326)
- usersBought[msg.sender][currentRound] = userBought + _token (#327)
- usersTotalBought[msg.sender] = usersTotalBought[msg.sender] + _token (#328)
Apply the check-effects-interactions pattern.
Additional information: link
Solmit.updateAndReturnCurrentRound() (#348-373) has costly operations inside a loop:
- lastRound = currentRound (#355)
Solmit.updateAndReturnCurrentRound() (#348-373) has costly operations inside a loop:
- currentRound = i (#357)
Use a local variable to hold the loop computation result.
Additional information: link
Solmit.PANCAKE_ROUTER (#156) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Token has no transactions for more than 100 days. It seems dead / abandoned.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find KYC or doxxing proof
Unable to find audit link on the website
Unable to find token on CoinHunt
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Last post in Twitter was more than 30 days ago
Twitter account has few posts