Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BYZ_token.setAddr(address,address).liuidityPool_ (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#278) lacks a zero-check on :
- liuidityPool = liuidityPool_ (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#280)
BYZ_token.setAddr(address,address).member_ (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#278) lacks a zero-check on :
- member = member_ (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#281)
Check that the address is not zero.
Additional information: link
Context._msgData() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#13-15) is never used and should be removed
SafeMath.add(uint256,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#234-236) is never used and should be removed
SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#242-244) is never used and should be removed
SafeMath.sub(uint256,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#238-240) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#6) 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
Contract BYZ_token (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#247-385) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#36-38)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#41-44)
name() should be declared external:
- ERC20.name() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#84-86)
symbol() should be declared external:
- ERC20.symbol() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#88-90)
decimals() should be declared external:
- BYZ_token.decimals() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#321-323)
- ERC20.decimals() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#92-94)
totalSupply() should be declared external:
- ERC20.totalSupply() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#96-98)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#100-102)
transfer(address,uint256) should be declared external:
- BYZ_token.transfer(address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#329-350)
- ERC20.transfer(address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#104-107)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#113-116)
transferFrom(address,address,uint256) should be declared external:
- BYZ_token.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#352-381)
- ERC20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#118-132)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#134-137)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#139-147)
setAddr(address,address) should be declared external:
- BYZ_token.setAddr(address,address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#278-282)
setFissionX(uint256) should be declared external:
- BYZ_token.setFissionX(uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#285-287)
setAdmin(address) should be declared external:
- BYZ_token.setAdmin(address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#289-292)
setCheater(address) should be declared external:
- BYZ_token.setCheater(address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#294-297)
setCobuilder(address) should be declared external:
- BYZ_token.setCobuilder(address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#299-301)
setRemakeUser(address) should be declared external:
- BYZ_token.setRemakeUser(address) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#303-307)
checkLiquidityPoolTotal() should be declared external:
- BYZ_token.checkLiquidityPoolTotal() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#311-313)
checkMemberTotalTotal() should be declared external:
- BYZ_token.checkMemberTotalTotal() (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#314-316)
mint(address,uint256) should be declared external:
- BYZ_token.mint(address,uint256) (crytic-export/etherscan-contracts/0xcb1cde64ba6432f84041b1e5e1ae0b50fdbe3350.bscscan.com-BYZ_token.sol#325-327)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts