37 Protocol is a foundation that has its own platform Lucky Ball advertising platform and is designed to share the platform's profit structure with users.
Distribute profitability to users with the goal of growing up with companies and users.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20.transfer(address,uint256).owner (#343) shadows:
- Ownable.owner() (#82-84) (function)
BEP20.approve(address,uint256).owner (#386) shadows:
- Ownable.owner() (#82-84) (function)
BEP20.allowance(address,address).owner (#394) shadows:
- Ownable.owner() (#82-84) (function)
BEP20.increaseAllowance(address,uint256).owner (#411) shadows:
- Ownable.owner() (#82-84) (function)
BEP20.decreaseAllowance(address,uint256).owner (#431) shadows:
- Ownable.owner() (#82-84) (function)
BEP20._approve(address,address,uint256).owner (#540) shadows:
- Ownable.owner() (#82-84) (function)
BEP20._spendAllowance(address,address,uint256).owner (#571) shadows:
- Ownable.owner() (#82-84) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in SimpleBEP20.constructor(string,string,uint256,bytes,address) (#687-697):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20,signature_,_msgSender()) (#693)
- IPayable(receiver).pay{value: msg.value}(serviceName,signature,wallet) (#646)
- ServicePayer(feeReceiver_,SimpleBEP20,signature_,_msgSender()) (#693)
- IPayable(receiver).pay{value: msg.value}(serviceName,signature,wallet) (#646)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#493)
- _mint(_msgSender(),initialBalance_) (#696)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (#17) allows old versions
Pragma version^0.8.0 (#44) allows old versions
Pragma version^0.8.0 (#128) allows old versions
Pragma version^0.8.0 (#232) allows old versions
Pragma version^0.8.0 (#625) allows old versions
Pragma version^0.8.0 (#654) allows old versions
Pragma version^0.8.0 (#676) allows old versions
solc-0.8.15 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
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#100-102)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#108-111)
name() should be declared external:
- BEP20.name() (#284-286)
symbol() should be declared external:
- BEP20.symbol() (#292-294)
decimals() should be declared external:
- BEP20.decimals() (#309-311)
totalSupply() should be declared external:
- BEP20.totalSupply() (#316-318)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#323-325)
getOwner() should be declared external:
- BEP20.getOwner() (#330-332)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#342-346)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#364-373)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#385-389)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#410-414)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#430-439)
generator() should be declared external:
- GeneratorCopyright.generator() (#667-669)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in SimpleBEP20.constructor(string,string,uint256,bytes,address) (#687-697):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20,signature_,_msgSender()) (#693)
- IPayable(receiver).pay{value: msg.value}(serviceName,signature,wallet) (#646)
- ServicePayer(feeReceiver_,SimpleBEP20,signature_,_msgSender()) (#693)
- IPayable(receiver).pay{value: msg.value}(serviceName,signature,wallet) (#646)
State variables written after the call(s):
- _mint(_msgSender(),initialBalance_) (#696)
- _balances[account] += amount (#492)
- _mint(_msgSender(),initialBalance_) (#696)
- _totalSupply += amount (#491)
Reentrancy in SimpleBEP20.constructor(string,string,uint256,bytes,address) (#687-697):
External calls:
- ServicePayer(feeReceiver_,SimpleBEP20,signature_,_msgSender()) (#693)
- IPayable(receiver).pay{value: msg.value}(serviceName,signature,wallet) (#646)
State variables written after the call(s):
- BEP20(name_,symbol_) (#693)
- _decimals = 18 (#278)
- BEP20(name_,symbol_) (#693)
- _name = name_ (#276)
- BEP20(name_,symbol_) (#693)
- _symbol = symbol_ (#277)
Apply the check-effects-interactions pattern.
Additional information: link
Contract name (3.7Protocol) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
Contract ticker (3.7C) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
BEP20._burn(address,uint256) (#509-524) is never used and should be removed
BEP20._setupDecimals(uint8) (#558-560) is never used and should be removed
Context._msgData() (#34-36) is never used and should be removed
Remove unused functions.
Additional information: link
Token is deployed only at one blockchain
Token has only one trading pair
Number of Binance Smart Chain (BSC) token holders is low.
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.
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 find KYC or doxxing proof
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
Token is not listed at Mobula.Finance
Additional information: link
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
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 scam / price dump / death
Token has no active CoinMarketCap listing / rank
Token has relatively low CoinGecko rank
Twitter account has relatively few followers
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts