Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/11/13 12:00 a.m.8 views

Add reentrancy protection in payArtist function

Lines of code Vulnerability details In payArtist function, the potential for reentrancy exists due to the call method being used to transfer Ether. The call method is known to be risky for reentrancy attacks because it hands off control to the called contract, which could be malicious. After the...

7.1AI score
SaveExploits0
Rows per page
Query Builder