setEggNFT()
see setEggNFT()
Transparency issue
manual review
this code snippet will be required for fix
event EggNFTAddressUpdated(address newAddress);
function setEggNFT(address _eggNFTAddress) external onlyOwner {
require(_eggNFTAddress != address(0), "Invalid address");
eggNFT = EggstravaganzaNFT(_eggNFTAddress);
emit EggNFTAddressUpdated(_eggNFTAddress);
}
Standard practice for clarifying important contract behaviors
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.