Kaizen.Finance is the first cross-chain token lifecycle management platform where projects and DAOs can securely generate, issue, and manage their token offerings without writing a single line of code.
In other words, Kaizen lowers the entry barrier to crypto and allows for smooth and simple creation of tokens even without prior experience in the industry. The platform provides a comprehensive selection of tools, features and services.
Modifier TransparentUpgradeableProxy.ifAdmin() (#649-655) does not always execute _; or revert
All the paths in a modifier must execute _ or revert.
Additional information: link
ERC1967Upgrade._upgradeToAndCall(address,bytes,bool) (#453-462) ignores return value by Address.functionDelegateCall(newImplementation,data) (#460)
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#469-497) ignores return value by Address.functionDelegateCall(newImplementation,data) (#479)
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#469-497) ignores return value by Address.functionDelegateCall(newImplementation,abi.encodeWithSignature(upgradeTo(address),oldImplementation)) (#487-490)
ERC1967Upgrade._upgradeBeaconToAndCall(address,bytes,bool) (#572-582) ignores return value by Address.functionDelegateCall(IBeacon(newBeacon).implementation(),data) (#580)
Ensure that all the return values of the function calls are used.
Additional information: link
Reentrancy in ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#469-497):
External calls:
- Address.functionDelegateCall(newImplementation,data) (#479)
- Address.functionDelegateCall(newImplementation,abi.encodeWithSignature(upgradeTo(address),oldImplementation)) (#487-490)
Event emitted after the call(s):
- Upgraded(newImplementation) (#445)
- _upgradeTo(newImplementation) (#495)
Reentrancy in TransparentUpgradeableProxy.constructor(address,address,bytes) (#637-644):
External calls:
- ERC1967Proxy(_logic,_data) (#641)
- Address.functionDelegateCall(newImplementation,data) (#460)
- (success,returndata) = target.delegatecall(data) (#284)
Event emitted after the call(s):
- AdminChanged(_getAdmin(),newAdmin) (#532)
- _changeAdmin(admin_) (#643)
Apply the check-effects-interactions pattern.
Additional information: link
StorageSlot.getAddressSlot(bytes32) (#70-74) uses assembly
- INLINE ASM (#71-73)
StorageSlot.getBooleanSlot(bytes32) (#79-83) uses assembly
- INLINE ASM (#80-82)
StorageSlot.getBytes32Slot(bytes32) (#88-92) uses assembly
- INLINE ASM (#89-91)
StorageSlot.getUint256Slot(bytes32) (#97-101) uses assembly
- INLINE ASM (#98-100)
Address.isContract(address) (#125-135) uses assembly
- INLINE ASM (#131-133)
Address.verifyCallResult(bool,bytes,string) (#294-314) uses assembly
- INLINE ASM (#306-309)
Proxy._delegate(address) (#333-356) uses assembly
- INLINE ASM (#334-355)
Do not use evm assembly.
Additional information: link
Address.functionCall(address,bytes) (#178-180) is never used and should be removed
Address.functionCall(address,bytes,string) (#188-194) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#207-213) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#221-232) is never used and should be removed
Address.functionStaticCall(address,bytes) (#240-242) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#250-259) is never used and should be removed
Address.sendValue(address,uint256) (#153-158) is never used and should be removed
ERC1967Upgrade._getBeacon() (#550-552) is never used and should be removed
ERC1967Upgrade._setBeacon(address) (#557-564) is never used and should be removed
ERC1967Upgrade._upgradeBeaconToAndCall(address,bytes,bool) (#572-582) is never used and should be removed
ERC1967Upgrade._upgradeToAndCallSecure(address,bytes,bool) (#469-497) is never used and should be removed
Proxy._implementation() (#362) is never used and should be removed
StorageSlot.getBooleanSlot(bytes32) (#79-83) is never used and should be removed
StorageSlot.getBytes32Slot(bytes32) (#88-92) is never used and should be removed
StorageSlot.getUint256Slot(bytes32) (#97-101) is never used and should be removed
TransparentUpgradeableProxy._admin() (#717-719) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#153-158):
- (success) = recipient.call{value: amount}() (#156)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#221-232):
- (success,returndata) = target.call{value: value}(data) (#230)
Low level call in Address.functionStaticCall(address,bytes,string) (#250-259):
- (success,returndata) = target.staticcall(data) (#257)
Low level call in Address.functionDelegateCall(address,bytes,string) (#277-286):
- (success,returndata) = target.delegatecall(data) (#284)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
TransparentUpgradeableProxy (#632-729) should inherit from IBeacon (#15-22)
Inherit from the missing interface or contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume 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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
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 verify that token and website are owned by the same team (no listings + unable to find contract on website)
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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account