Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2022/06/03 12:0 a.m.16 views

Minter.sol#startInflation() can be bypassed

Lines of code Vulnerability details function startInflation external override onlyGovernance requirelastEvent == 0, "Inflation has already started."; lastEvent = block.timestamp; lastInflationDecay = block.timestamp; As lastEvent and lastInflationDecay are not initialized in the constructor, they...

7AI score
SaveExploits0
Rows per page
Query Builder