We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paulius.eth
event is never emitted: /// @notice The event emitted when the stored price is updated event PriceUpdated(string symbol, uint price);
Emit this event where it was intended.
The text was updated successfully, but these errors were encountered:
paulius.eth issue #23
c226a94
Event is not needed and will be deleted.
Sorry, something went wrong.
UniswapAnchoredView
PriceUpdated
Duplicate of #38
No branches or pull requests
Handle
paulius.eth
Vulnerability details
Impact
event is never emitted:
/// @notice The event emitted when the stored price is updated
event PriceUpdated(string symbol, uint price);
Recommended Mitigation Steps
Emit this event where it was intended.
The text was updated successfully, but these errors were encountered: