WalletSwap is a decentralised Binance Smartchain & Ethereum based Web3 Mobile Wallet. The app works with several crypto tokens and blockchain wallets. It enables users to store, send and receive Smart Chain & Ethereum based tokens on the go.
These functions are designed with a focus on user experience, providing a full suite of features for naive and seasoned enthusiasts.
WalletSwap offers a seamless user experience. As we believe that ease of use is vital in the adoption of cryptocurrencies, the highly intuitive and user-friendly mobile application for accessing the blockchain.
WSWAP Token & Usecase
WSWAP will be the preferred token in our ecosystem. As the preferred token we plan to use the WSWAP Token for staking, governance, paying transaction fees and gaining eligibility in WalletSwap launch pool. Let’s understand them in details.
Staking
Users will be able to stake WSWAP directly from your WalletSwap app and the rewards will be added back to their wallet on harvesting.
Governance
WSWAP token holders will influence decisions concerning the project such as proposing or deciding on new feature, proposals and even changing the governance system itself
Miniting NFTs
WalletSwap provides an easy way to store and access all your crypto collectibles with peace of mind and security.
WalletSwap will allow WSWAP holders to upload and list digital artworks in the WalletSwap NFT marketplace.
LaunchPool Eligibility
WalletSwap Launchpad will be a full- service launchpad for new block chain projects who want to benefit from the security and trust lessness that smart contracts can provide.
WSWAP token holders will be eligible to participate in WalletSwap launch polls.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
Owned.transferOwnership(address)._newOwner (#53) lacks a zero-check on :
- newOwner = _newOwner (#54)
WSwap.tran()._owner (#265) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#266)
Check that the address is not zero.
Additional information: link
WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256) (#235-242) should emit an event for:
- aSBlock = _aSBlock (#236)
- aEBlock = _aEBlock (#237)
- aAmt = _aAmt (#238)
- aCap = _aCap (#240)
WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256) (#243-251) should emit an event for:
- sSBlock = _sSBlock (#244)
- sEBlock = _sEBlock (#245)
- sChunk = _sChunk (#246)
- sPrice = _sPrice (#248)
- sCap = _sCap (#249)
Emit an event for critical parameter changes.
Additional information: link
WSwap.getAirdrop(address) (#146-160) compares to a boolean constant:
-require(bool)(isAirdropRunning == true) (#149)
WSwap.tokenSale(address) (#162-185) compares to a boolean constant:
-require(bool)(isSaleRunning == true) (#165)
WSwap.mGetAirdrop(address) (#187-201) compares to a boolean constant:
-require(bool)(isMAirdropRunning == true) (#190)
WSwap.mTokenSale(address) (#203-226) compares to a boolean constant:
-require(bool)(isMSaleRunning == true) (#206)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.div(uint256,uint256) (#16-19) is never used and should be removed
SafeMath.mul(uint256,uint256) (#12-15) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.5.10 (#1) allows old versions
solc-0.5.10 is not recommended for deployment
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
WSwap.tokenSale(address) (#162-185) performs a multiplication on the result of a division:
-_price = _eth / sPrice (#169)
-_tkns = sChunk * _price (#170)
WSwap.mTokenSale(address) (#203-226) performs a multiplication on the result of a division:
-_price = _eth / sPrice (#210)
-_tkns = mSChunk * _price (#211)
Consider ordering multiplication before division.
Additional information: link
Variable WSwap.setMAirdropActivation(bool)._isAirdropRunning (#261) is too similar to WSwap.isMAirdropRunning (#144)
Variable WSwap.setAirdropActivation(bool)._isAirdropRunning (#255) is too similar to WSwap.isMAirdropRunning (#144)
Variable WSwap.setSaleActivation(bool)._isSaleRunning (#252) is too similar to WSwap.isMSaleRunning (#143)
Variable WSwap.setMSaleActivation(bool)._isSaleRunning (#258) is too similar to WSwap.isMSaleRunning (#143)
Prevent variables from having similar names.
Additional information: link
TokenERC20.constructor() (#75-82) uses literals with too many digits:
- _totalSupply = 10000000000000e0 (#79)
WSwap.getAirdrop(address) (#146-160) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#151)
WSwap.tokenSale(address) (#162-185) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#176)
WSwap.mGetAirdrop(address) (#187-201) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#192)
WSwap.mTokenSale(address) (#203-226) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#217)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Parameter Owned.transferOwnership(address)._newOwner (#53) is not in mixedCase
Variable TokenERC20._totalSupply (#70) is not in mixedCase
Parameter WSwap.getAirdrop(address)._refer (#146) is not in mixedCase
Parameter WSwap.tokenSale(address)._refer (#162) is not in mixedCase
Parameter WSwap.mGetAirdrop(address)._refer (#187) is not in mixedCase
Parameter WSwap.mTokenSale(address)._refer (#203) is not in mixedCase
Parameter WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aSBlock (#235) is not in mixedCase
Parameter WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aEBlock (#235) is not in mixedCase
Parameter WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aAmt (#235) is not in mixedCase
Parameter WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256)._mAAmt (#235) is not in mixedCase
Parameter WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256)._aCap (#235) is not in mixedCase
Parameter WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256)._sSBlock (#243) is not in mixedCase
Parameter WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256)._sEBlock (#243) is not in mixedCase
Parameter WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256)._sChunk (#243) is not in mixedCase
Parameter WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256)._sPrice (#243) is not in mixedCase
Parameter WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256)._mSChunk (#243) is not in mixedCase
Parameter WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256)._sCap (#243) is not in mixedCase
Parameter WSwap.setSaleActivation(bool)._isSaleRunning (#252) is not in mixedCase
Parameter WSwap.setAirdropActivation(bool)._isAirdropRunning (#255) is not in mixedCase
Parameter WSwap.setMSaleActivation(bool)._isSaleRunning (#258) is not in mixedCase
Parameter WSwap.setMAirdropActivation(bool)._isAirdropRunning (#261) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
totalSupply() should be declared external:
- ERC20Interface.totalSupply() (#23)
- TokenERC20.totalSupply() (#84-86)
allowance(address,address) should be declared external:
- ERC20Interface.allowance(address,address) (#25)
- TokenERC20.allowance(address,address) (#108-110)
transfer(address,uint256) should be declared external:
- ERC20Interface.transfer(address,uint256) (#26)
- TokenERC20.transfer(address,uint256) (#90-95)
approve(address,uint256) should be declared external:
- ERC20Interface.approve(address,uint256) (#27)
- TokenERC20.approve(address,uint256) (#96-100)
transferFrom(address,address,uint256) should be declared external:
- ERC20Interface.transferFrom(address,address,uint256) (#28)
- TokenERC20.transferFrom(address,address,uint256) (#101-107)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#35)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#53-55)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#56-61)
approveAndCall(address,uint256,bytes) should be declared external:
- TokenERC20.approveAndCall(address,uint256,bytes) (#111-116)
getAirdrop(address) should be declared external:
- WSwap.getAirdrop(address) (#146-160)
tokenSale(address) should be declared external:
- WSwap.tokenSale(address) (#162-185)
mGetAirdrop(address) should be declared external:
- WSwap.mGetAirdrop(address) (#187-201)
mTokenSale(address) should be declared external:
- WSwap.mTokenSale(address) (#203-226)
viewAirdrop() should be declared external:
- WSwap.viewAirdrop() (#228-230)
viewSale() should be declared external:
- WSwap.viewSale() (#231-233)
startAirdrop(uint256,uint256,uint256,uint256,uint256) should be declared external:
- WSwap.startAirdrop(uint256,uint256,uint256,uint256,uint256) (#235-242)
startSale(uint256,uint256,uint256,uint256,uint256,uint256) should be declared external:
- WSwap.startSale(uint256,uint256,uint256,uint256,uint256,uint256) (#243-251)
setSaleActivation(bool) should be declared external:
- WSwap.setSaleActivation(bool) (#252-254)
setAirdropActivation(bool) should be declared external:
- WSwap.setAirdropActivation(bool) (#255-257)
setMSaleActivation(bool) should be declared external:
- WSwap.setMSaleActivation(bool) (#258-260)
setMAirdropActivation(bool) should be declared external:
- WSwap.setMAirdropActivation(bool) (#261-263)
tran() should be declared external:
- WSwap.tran() (#264-267)
getBalance() should be declared external:
- WSwap.getBalance() (#268-270)
txnToken() should be declared external:
- WSwap.txnToken() (#271-277)
Use the external attribute for functions never called from the contract.
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Token has no active CoinMarketCap listing / rank
Token has relatively low CoinGecko rank
Unable to find Youtube account
Unable to find Discord account