NFTBridge
60,000 USDC
View results
Submission Details
Severity: low
Invalid

Emit events when state changes

Emit events when state changes in State.sol. Event emission is required when critical storage variables updated.

function setStarklaneL2Address(uint256 l2Address) public onlyOwner {
_starklaneL2Address = Cairo.snaddressWrap(l2Address);
}

https://github.com/Cyfrin/2024-07-ark-project/blob/main/apps/blockchain/ethereum/src/State.sol#L42C5-L50C1

Updates

Lead Judging Commences

n0kto Lead Judge 12 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Informational / Gas

Please, do not suppose impacts, think about the real impact of the bug and check the CodeHawks documentation to confirm: https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity A PoC always helps to understand the real impact possible.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.