The decentralised exchange that promises to be more user friendly. Seamless Swap aims to simplify with buying and staking your cryptocurrencies.
SEAMLESSTOKEN._writeCheckpoint(address,uint32,uint256,uint256) (#847-865) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#857)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
SEAMLESSTOKEN.getChainId() (#872-876) uses assembly
- INLINE ASM (#874)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '>=0.6.0<0.8.0', '>=0.6.4']
- >=0.6.0<0.8.0 (#8)
- >=0.6.0<0.8.0 (#167)
- >=0.6.4 (#190)
- >=0.6.0<0.8.0 (#283)
- >=0.4.0 (#348)
- 0.6.12 (#639)
Use one Solidity version.
Additional information: link
BEP20.constructor(string,string).name (#395) shadows:
- BEP20.name() (#411-413) (function)
- IBEP20.name() (#211) (function)
BEP20.constructor(string,string).symbol (#395) shadows:
- BEP20.symbol() (#419-421) (function)
- IBEP20.symbol() (#206) (function)
BEP20.allowance(address,address).owner (#460) shadows:
- Ownable.owner() (#313-315) (function)
BEP20._approve(address,address,uint256).owner (#619) shadows:
- Ownable.owner() (#313-315) (function)
Rename the local variables that shadow another component.
Additional information: link
SEAMLESSTOKEN.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#713-754) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,SEAMLESS::delegateBySig: signature expired) (#752)
Avoid relying on block.timestamp.
Additional information: link
BEP20._burn(address,uint256) (#598-604) is never used and should be removed
BEP20._burnFrom(address,uint256) (#633-636) is never used and should be removed
Context._msgData() (#184-187) is never used and should be removed
SafeMath.div(uint256,uint256) (#108-110) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#124-130) is never used and should be removed
SafeMath.mod(uint256,uint256) (#144-146) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#160-163) is never used and should be removed
SafeMath.mul(uint256,uint256) (#82-94) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#8) is too complex
Pragma version>=0.6.0<0.8.0 (#167) is too complex
Pragma version>=0.6.4 (#190) allows old versions
Pragma version>=0.6.0<0.8.0 (#283) is too complex
Pragma version>=0.4.0 (#348) allows old versions
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
Parameter SEAMLESSTOKEN.mint(address,uint256)._to (#643) is not in mixedCase
Parameter SEAMLESSTOKEN.mint(address,uint256)._amount (#643) is not in mixedCase
Variable SEAMLESSTOKEN._delegates (#655) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#185)" inContext (#179-188)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#332-335)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#341-345)
symbol() should be declared external:
- BEP20.symbol() (#419-421)
decimals() should be declared external:
- BEP20.decimals() (#426-428)
totalSupply() should be declared external:
- BEP20.totalSupply() (#433-435)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#452-455)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#460-462)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#471-474)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#488-496)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#510-513)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#529-532)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#542-545)
mint(address,uint256) should be declared external:
- SEAMLESSTOKEN.mint(address,uint256) (#643-646)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account