File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It also includes a repository and analysis of several [honeypots](honeypots/)
1010- [ Incorrect Interface] ( incorrect_interface/ ) : Implementation uses different function signatures than interface
1111- [ Integer Overflow] ( integer_overflow/ ) : Arithmetic in Solidity (or EVM) is not safe by default
1212- [ Forced Ether Reception] ( forced_ether_reception/ ) : Contracts can be forced to receive Ether
13- - [ Missing Constructor] ( missing_constructor /) : Anyone can become owner of contract due to missing constructor
13+ - [ Wrong Constructor Name ] ( wrong_constructor_name /) : Anyone can become owner of contract due to missing constructor
1414- [ Race Condition] ( race_condition/ ) : Transactions can be frontrun on the blockchain
1515- [ Reentrancy] ( reentrancy/ ) : Calling external contracts gives them control over execution
1616- [ Unchecked External Call] ( unchecked_external_call/ ) : Some Solidity operations silently fail
You can’t perform that action at this time.
0 commit comments