Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2021/04/28 12:0 a.m.13 views

deploySynth does not prevent token to be VADER or USDV

Handle paulius.eth Vulnerability details Impact function deploySynth checks that token is not VADER or not USDV. The condition should be && not || as OR condition always holds when VADER != USDV: function deploySynthaddress token external requiretoken != VADER || token != USDV;...

7AI score
SaveExploits0
Rows per page
Query Builder