A DeFi protocol on Cardano blockchain which facilitates creation of fully collateralized stable coins leveraging Native Cardano Assets
Contract ownership is not renounced (belongs to a wallet)
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#482-511) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#489)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Variable LGEWhitelisted._lgeWhitelistRounds (#339) is not in mixedCase
Variable LGEWhitelisted._lgeTimestamp (#341) is not in mixedCase
Variable LGEWhitelisted._lgePairAddress (#342) is not in mixedCase
Variable LGEWhitelisted._whitelister (#344) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#110)" inContext (#104-113)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20TokenWhitelisted._approve(address,address,uint256).owner (#703) shadows:
- Ownable.owner() (#146-148) (function)
BEP20TokenWhitelisted.allowance(address,address).owner (#595) shadows:
- Ownable.owner() (#146-148) (function)
Rename the local variables that shadow another component.
Additional information: link
LGEWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (#382) lacks a zero-check on :
- _lgePairAddress = pairAddress (#388)
Check that the address is not zero.
Additional information: link
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#482-511) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#489)
- wlRoundNumber > 0 (#497)
LGEWhitelisted.getLGEWhitelistRound() (#443-475) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp > 0 (#455)
- block.timestamp <= wlCloseTimestampLast (#462)
Avoid relying on block.timestamp.
Additional information: link
Pragma version^0.8.0 (#1) allows old versions
solc-0.8.0 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
BEP20TokenWhitelisted.constructor() (#527-535) uses literals with too many digits:
- _totalSupply = 500000000 * 10 ** 18 (#531)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#165-168)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#174-178)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.mul(uint256,uint256) (#249-261) is never used and should be removed
SafeMath.sub(uint256,uint256) (#220-222) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#324-327) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#289-296) is never used and should be removed
Context._msgData() (#109-112) is never used and should be removed
SafeMath.mod(uint256,uint256) (#309-311) is never used and should be removed
SafeMath.div(uint256,uint256) (#274-276) is never used and should be removed
Remove unused functions.
Additional information: link
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 low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token has no active CoinGecko listing / rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Discord account
Unable to find Youtube account