MoneydefiSwap Token Logo

MSD [MoneydefiSwap] Token

About MSD

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Moneydefiswap is an innovative BEP-20 token that uses complex algorithms to generate automatic gas-less yield rewards, incentivizes holding while stabilizing the price through automatically generating liquidity, providing an unbreakable price floor. What makes Moneydefiswap truly Money Shot growing up  is the automatic market making mechanisms that guarantees an ever-lasting baseline liquidity (basically a price floor) that inches higher on each trade executed.

Social

Laser Scorebeta Last Audit: 7 December 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

Different versions of Solidity are used:
- Version used: ['>=0.6.0<0.8.0', '^0.6.12']
- >=0.6.0<0.8.0 (Context.sol#3)
- >=0.6.0<0.8.0 (ERC20.sol#3)
- >=0.6.0<0.8.0 (EnumerableSet.sol#3)
- >=0.6.0<0.8.0 (IERC20.sol#3)
- ^0.6.12 (MoneydefiSwap.sol#2)
- >=0.6.0<0.8.0 (Ownable.sol#3)
- >=0.6.0<0.8.0 (SafeMath.sol#3)
Use one Solidity version.

Additional information: link

Pragma version>=0.6.0<0.8.0 (SafeMath.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (ERC20.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (Context.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (Ownable.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (IERC20.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (EnumerableSet.sol#3) is too complex
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

Function MoneydefiSwap.RemoveMinter(address) (MoneydefiSwap.sol#15-17) is not in mixedCase
Variable MoneydefiSwap.Minter (MoneydefiSwap.sol#6) is not in mixedCase
Parameter MoneydefiSwap.AddMinter(address)._minter (MoneydefiSwap.sol#12) is not in mixedCase
Function MoneydefiSwap.AddMinter(address) (MoneydefiSwap.sol#12-14) is not in mixedCase
Parameter MoneydefiSwap.RemoveMinter(address)._minter (MoneydefiSwap.sol#15) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

MoneydefiSwap.constructor() (MoneydefiSwap.sol#7-11) uses literals with too many digits:
- _mint(msg.sender,99999981000000000000000000) (MoneydefiSwap.sol#8)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

RemoveMinter(address) should be declared external:
- MoneydefiSwap.RemoveMinter(address) (MoneydefiSwap.sol#15-17)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#152-156)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (Ownable.sol#54-57)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#89-91)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#189-192)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#72-74)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#103-105)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#115-118)
owner() should be declared external:
- Ownable.owner() (Ownable.sol#35-37)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#170-173)
AddMinter(address) should be declared external:
- MoneydefiSwap.AddMinter(address) (MoneydefiSwap.sol#12-14)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#63-67)
name() should be declared external:
- ERC20.name() (ERC20.sol#64-66)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#96-98)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#134-137)
mint(address,uint256) should be declared external:
- MoneydefiSwap.mint(address,uint256) (MoneydefiSwap.sol#22-24)
burn(address,uint256) should be declared external:
- MoneydefiSwap.burn(address,uint256) (MoneydefiSwap.sol#25-27)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#123-125)
Use the external attribute for functions never called from the contract.

Additional information: link

SafeMath.mul(uint256,uint256) (SafeMath.sol#77-89) is never used and should be removed
EnumerableSet._contains(EnumerableSet.Set,bytes32) (EnumerableSet.sol#109-111) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (EnumerableSet.sol#171-173) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (EnumerableSet.sol#185-187) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (EnumerableSet.sol#116-118) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (EnumerableSet.sol#130-133) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#266-268) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (EnumerableSet.sol#164-166) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#273-275) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (EnumerableSet.sol#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#155-158) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (EnumerableSet.sol#239-241) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (EnumerableSet.sol#218-220) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#119-125) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (EnumerableSet.sol#225-227) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (EnumerableSet.sol#147-149) is never used and should be removed
ERC20._setupDecimals(uint8) (ERC20.sol#287-289) is never used and should be removed
Context._msgData() (Context.sol#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#139-141) is never used and should be removed
EnumerableSet._add(EnumerableSet.Set,bytes32) (EnumerableSet.sol#54-64) is never used and should be removed
SafeMath.div(uint256,uint256) (SafeMath.sol#103-105) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (EnumerableSet.sol#280-282) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#294-296) is never used and should be removed
EnumerableSet.add(EnumerableSet.AddressSet,address) (EnumerableSet.sol#201-203) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (EnumerableSet.sol#72-104) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (EnumerableSet.sol#256-258) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (EnumerableSet.sol#157-159) is never used and should be removed
Remove unused functions.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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 30d PancakeSwap volume is less than $100. 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


Telegram account link seems to be invalid


Unable to find Discord account


Unable to find Youtube account


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for MSD

News for MSD