The “Force Cow Boy” (FCB) is a gaming ecosystem and the reward tokens earned on the gaming platform, Cowboy Force.
It is a P2E game on Binance Smart Chain inspired by Sci-fi characters, where players can mint NFT characters, battle, create guilds, rent out characters to fellow guild members and share rewards, evolve characters and even participate in tournaments.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Pragma version^0.8.0 (#7) allows old versions
Pragma version^0.8.0 (#91) allows old versions
Pragma version^0.8.0 (#117) allows old versions
Pragma version^0.8.0 (#208) allows old versions
Pragma version^0.8.0 (#279) 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 ForceCowBoy.setBPAddress(address)._bp (#378) is not in mixedCase
Parameter ForceCowBoy.setBpEnabled(bool)._enabled (#382) is not in mixedCase
Variable ForceCowBoy.BP (#307) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#256-258)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#264-267)
Use the external attribute for functions never called from the contract.
Additional information: link
ForceCowBoy._transfer(address,address,uint256) (#431-463) uses tx.origin for authorization: require(bool,string)(! isBlacklisted[tx.origin],FCB: transfer called from blacklisted address) (#441)
Do not use tx.origin for authorization.
Additional information: link
ForceCowBoy.allowance(address,address).owner (#427) shadows:
- Ownable.owner() (#237-239) (function)
ForceCowBoy._approve(address,address,uint256).owner (#477) shadows:
- Ownable.owner() (#237-239) (function)
Rename the local variables that shadow another component.
Additional information: link
ForceCowBoy.constructor(address,uint256).beneficiaryAddress_ (#314) lacks a zero-check on :
- beneficiaryAddress = beneficiaryAddress_ (#316)
ForceCowBoy.setBeneficiaryAddress(address).beneficiaryAddress_ (#400) lacks a zero-check on :
- beneficiaryAddress = beneficiaryAddress_ (#401)
Check that the address is not zero.
Additional information: link
Reentrancy in ForceCowBoy._transfer(address,address,uint256) (#431-463):
External calls:
- BP.protect(sender,recipient,amount) (#444)
State variables written after the call(s):
- _balances[sender] = senderBalance - amount (#449)
- _balances[recipient] += receiveAmount (#453)
- _balances[beneficiaryAddress] += feeAmount (#457)
- _balances[recipient] += receiveAmount (#458)
Reentrancy in ForceCowBoy.transferFrom(address,address,uint256) (#342-354):
External calls:
- _transfer(sender,recipient,amount) (#347)
- BP.protect(sender,recipient,amount) (#444)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (#351)
- _allowances[owner][spender] = amount (#484)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ForceCowBoy._transfer(address,address,uint256) (#431-463):
External calls:
- BP.protect(sender,recipient,amount) (#444)
Event emitted after the call(s):
- Transfer(sender,recipient,receiveAmount) (#462)
- TransferFee(sender,beneficiaryAddress,feeAmount) (#459)
Reentrancy in ForceCowBoy.transferFrom(address,address,uint256) (#342-354):
External calls:
- _transfer(sender,recipient,amount) (#347)
- BP.protect(sender,recipient,amount) (#444)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#485)
- _approve(sender,_msgSender(),currentAllowance - amount) (#351)
Apply the check-effects-interactions pattern.
Additional information: link
Context._msgData() (#108-110) is never used and should be removed
Remove unused functions.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
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 token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account