58579 sc low inconsistent admin management implementation in alchemistcurator sol
Description
Description
function setAdmin(address _admin) external onlyAdmin {
require(_admin != address(0), "zero");
admin = _admin;
emit AdminUpdated(_admin);
}Impact : Administrative confusion and potential misconfiguration
Recommendation
Proof of Concept
Proof of Concept
Previous58287 sc high mytsharesdeposited is not updated on some token transferNext58022 sc medium accounting mismatch and fund stuck due to dust eth on stargateethpoolstrategy
Was this helpful?