ChickenLegs Token Logo

CORN [ChickenLegs] Token

About CORN

Listings

Token 4 years

ChickenLegs is a racing competition game using NFT's with play-to-earn mechanics designed to give our users an entertaining experience that will allow them to collect Chickens and Combis to run through a world full of Farms where Chickens races are the King sport.

Social

Laser Scorebeta Last Audit: 19 January 2022

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

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61):
External calls:
- _mint(marketingWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#49)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
State variables written after the call(s):
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- _balances[account] += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#258)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- _totalSupply += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#257)
Reentrancy in ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61):
External calls:
- _mint(marketingWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#49)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
State variables written after the call(s):
- _antiBotWhitelist[address(this)] = true (contracts/ERC20/ChickenLegsToken.sol#53)
- _antiBotWhitelist[_marketingWallet] = true (contracts/ERC20/ChickenLegsToken.sol#54)
- _antiBotWhitelist[_rewardsWallet] = true (contracts/ERC20/ChickenLegsToken.sol#55)
- _antiBotWhitelist[_presaleWallet] = true (contracts/ERC20/ChickenLegsToken.sol#56)
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
- _balances[account] += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#258)
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
- _totalSupply += amount (@openzeppelin/contracts/token/ERC20/ERC20.sol#257)
- pinkAntiBot = IPinkAntiBot(pinkAntiBot_) (contracts/ERC20/ChickenLegsToken.sol#58)
Reentrancy in ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61):
External calls:
- _mint(marketingWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#49)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- pinkAntiBot.setTokenOwner(msg.sender) (contracts/ERC20/ChickenLegsToken.sol#59)
State variables written after the call(s):
- antiBotEnabled = true (contracts/ERC20/ChickenLegsToken.sol#60)
Apply the check-effects-interactions pattern.

Additional information: link

ChickenLegsToken.constructor(address,address,address,string,string,address)._name (contracts/ERC20/ChickenLegsToken.sol#37) shadows:
- ERC20._name (@openzeppelin/contracts/token/ERC20/ERC20.sol#42) (state variable)
ChickenLegsToken.constructor(address,address,address,string,string,address)._symbol (contracts/ERC20/ChickenLegsToken.sol#38) shadows:
- ERC20._symbol (@openzeppelin/contracts/token/ERC20/ERC20.sol#43) (state variable)
Rename the local variables that shadow another component.

Additional information: link

ChickenLegsToken.constructor(address,address,address,string,string,address)._marketingWallet (contracts/ERC20/ChickenLegsToken.sol#34) lacks a zero-check on :
- marketingWallet = _marketingWallet (contracts/ERC20/ChickenLegsToken.sol#41)
ChickenLegsToken.constructor(address,address,address,string,string,address)._rewardsWallet (contracts/ERC20/ChickenLegsToken.sol#35) lacks a zero-check on :
- rewardsWallet = _rewardsWallet (contracts/ERC20/ChickenLegsToken.sol#42)
ChickenLegsToken.constructor(address,address,address,string,string,address)._presaleWallet (contracts/ERC20/ChickenLegsToken.sol#36) lacks a zero-check on :
- presaleWallet = _presaleWallet (contracts/ERC20/ChickenLegsToken.sol#43)
Check that the address is not zero.

Additional information: link

Reentrancy in ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61):
External calls:
- _mint(marketingWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#49)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (@openzeppelin/contracts/token/ERC20/ERC20.sol#259)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
Reentrancy in ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61):
External calls:
- _mint(marketingWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#49)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
- pinkAntiBot.onPreTransferCheck(from,to,amount) (contracts/ERC20/ChickenLegsToken.sol#108)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (@openzeppelin/contracts/token/ERC20/ERC20.sol#259)
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
Apply the check-effects-interactions pattern.

Additional information: link

ChickenLegsToken._beforeTokenTransfer(address,address,uint256) (contracts/ERC20/ChickenLegsToken.sol#100-112) compares to a boolean constant:
-antiBotEnabled && isWhitelisted == false (contracts/ERC20/ChickenLegsToken.sol#107)
Remove the equality to the boolean constant.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.10']
- ^0.8.0 (@openzeppelin/contracts/access/AccessControl.sol#4)
- ^0.8.0 (@openzeppelin/contracts/access/IAccessControl.sol#4)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/ERC20.sol#4)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#4)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol#4)
- ^0.8.0 (@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Arrays.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Context.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Counters.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/Strings.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/introspection/ERC165.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/introspection/IERC165.sol#4)
- ^0.8.0 (@openzeppelin/contracts/utils/math/Math.sol#4)
- ^0.8.10 (contracts/ERC20/ChickenLegsToken.sol#2)
- ^0.8.10 (contracts/ERC20/IPinkAntiBot.sol#2)
Use one Solidity version.

Additional information: link

AccessControl._setRoleAdmin(bytes32,bytes32) (@openzeppelin/contracts/access/AccessControl.sol#194-198) is never used and should be removed
AccessControl._setupRole(bytes32,address) (@openzeppelin/contracts/access/AccessControl.sol#185-187) is never used and should be removed
Context._msgData() (@openzeppelin/contracts/utils/Context.sol#21-23) is never used and should be removed
Counters.decrement(Counters.Counter) (@openzeppelin/contracts/utils/Counters.sol#32-38) is never used and should be removed
Counters.reset(Counters.Counter) (@openzeppelin/contracts/utils/Counters.sol#40-42) is never used and should be removed
ERC20._burn(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#275-290) is never used and should be removed
Math.ceilDiv(uint256,uint256) (@openzeppelin/contracts/utils/math/Math.sol#39-42) is never used and should be removed
Math.max(uint256,uint256) (@openzeppelin/contracts/utils/math/Math.sol#13-15) is never used and should be removed
Math.min(uint256,uint256) (@openzeppelin/contracts/utils/math/Math.sol#20-22) is never used and should be removed
Strings.toHexString(uint256) (@openzeppelin/contracts/utils/Strings.sol#40-51) is never used and should be removed
Strings.toString(uint256) (@openzeppelin/contracts/utils/Strings.sol#15-35) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (@openzeppelin/contracts/access/AccessControl.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/access/IAccessControl.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/ERC20.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Arrays.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Context.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Counters.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/Strings.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/introspection/ERC165.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/introspection/IERC165.sol#4) allows old versions
Pragma version^0.8.0 (@openzeppelin/contracts/utils/math/Math.sol#4) allows old versions
Pragma version^0.8.10 (contracts/ERC20/ChickenLegsToken.sol#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
Pragma version^0.8.10 (contracts/ERC20/IPinkAntiBot.sol#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.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

Parameter ChickenLegsToken.setEnableAntiBot(bool)._enable (contracts/ERC20/ChickenLegsToken.sol#67) is not in mixedCase
Parameter ChickenLegsToken.setAntiBotWhitelist(address,bool)._address (contracts/ERC20/ChickenLegsToken.sol#79) is not in mixedCase
Parameter ChickenLegsToken.setAntiBotWhitelist(address,bool)._skips (contracts/ERC20/ChickenLegsToken.sol#79) is not in mixedCase
Variable ChickenLegsToken._antiBotWhitelist (contracts/ERC20/ChickenLegsToken.sol#24) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61) uses literals with too many digits:
- _mint(marketingWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#49)
ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61) uses literals with too many digits:
- _mint(rewardsWallet,5600000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#50)
ChickenLegsToken.constructor(address,address,address,string,string,address) (contracts/ERC20/ChickenLegsToken.sol#33-61) uses literals with too many digits:
- _mint(presaleWallet,700000 * 10 ** decimals()) (contracts/ERC20/ChickenLegsToken.sol#51)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

grantRole(bytes32,address) should be declared external:
- AccessControl.grantRole(bytes32,address) (@openzeppelin/contracts/access/AccessControl.sol#130-132)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (@openzeppelin/contracts/access/AccessControl.sol#143-145)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (@openzeppelin/contracts/access/AccessControl.sol#161-165)
name() should be declared external:
- ERC20.name() (@openzeppelin/contracts/token/ERC20/ERC20.sol#62-64)
symbol() should be declared external:
- ERC20.symbol() (@openzeppelin/contracts/token/ERC20/ERC20.sol#70-72)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#113-116)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (@openzeppelin/contracts/token/ERC20/ERC20.sol#121-123)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#132-135)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#150-164)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#178-181)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#197-205)
balanceOfAt(address,uint256) should be declared external:
- ERC20Snapshot.balanceOfAt(address,uint256) (@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol#106-110)
totalSupplyAt(uint256) should be declared external:
- ERC20Snapshot.totalSupplyAt(uint256) (@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol#115-119)
snapshot() should be declared external:
- ChickenLegsToken.snapshot() (contracts/ERC20/ChickenLegsToken.sol#89-91)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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 PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for CORN