Sishi Finance is a strategic fork of Master Chef contract of Goose Finance and token contract from Autofarm running on Binance Smart Chain with significant modifications in the token economic model with maximum total supply 21 millions SISHI tokens.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
SafeMath.mul(uint256,uint256) (contracts/SishiToken.sol#84-96) is never used and should be removed
SafeMath.sub(uint256,uint256) (contracts/SishiToken.sol#49-51) is never used and should be removed
ERC20._burn(address,uint256) (contracts/SishiToken.sol#526-537) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/SishiToken.sol#166-173) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/SishiToken.sol#126-136) is never used and should be removed
ERC20._setupDecimals(uint8) (contracts/SishiToken.sol#571-573) is never used and should be removed
Context._msgData() (contracts/SishiToken.sol#15-18) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/SishiToken.sol#150-152) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/SishiToken.sol#110-112) is never used and should be removed
Remove unused functions.
Additional information: link
SishiToken.slitherConstructorVariables() (contracts/SishiToken.sol#656-676) uses literals with too many digits:
- _maxTotalSupply = 21000000e18 (contracts/SishiToken.sol#657)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SishiToken._maxTotalSupply (contracts/SishiToken.sol#657) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (contracts/SishiToken.sol#395-410)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/SishiToken.sol#636-639)
decimals() should be declared external:
- ERC20.decimals() (contracts/SishiToken.sol#316-318)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (contracts/SishiToken.sol#451-465)
symbol() should be declared external:
- ERC20.symbol() (contracts/SishiToken.sol#299-301)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (contracts/SishiToken.sol#330-332)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (contracts/SishiToken.sol#342-350)
owner() should be declared external:
- Ownable.owner() (contracts/SishiToken.sol#617-619)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (contracts/SishiToken.sol#424-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/SishiToken.sol#645-652)
name() should be declared external:
- ERC20.name() (contracts/SishiToken.sol#291-293)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (contracts/SishiToken.sol#372-380)
mint(address,uint256) should be declared external:
- SishiToken.mint(address,uint256) (contracts/SishiToken.sol#659-661)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (contracts/SishiToken.sol#355-363)
Use the external attribute for functions never called from the contract.
Additional information: link
Parameter SishiToken.mint(address,uint256)._to (contracts/SishiToken.sol#659) is not in mixedCase
Parameter SishiToken.mint(address,uint256)._amount (contracts/SishiToken.sol#659) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (contracts/SishiToken.sol#16)" inContext (contracts/SishiToken.sol#10-19)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
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 is deployed only at one blockchain
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Youtube account