Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/07/31 12:0 a.m.13 views

The FollowNFT.initialize() function will never be executed

Lines of code Vulnerability details Impact This function Initializes the follow NFT. To check if a function has already been initialized use: if initialized revert Errors.Initialized; This condition will always end with revert Errors.Initialized, because in the constructor, when expanding the...

7.1AI score
SaveExploits0
Rows per page
Query Builder