Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2021/04/30 12:0 a.m.10 views

function tokenByIndex treats last index as invalid

Handle paulius.eth Vulnerability details Impact NFT indexes start from 0: // Don't allow a zero index, start counting at 1 return value.add1; so if there are 30 tokens, indexes would be 1-30. However, function tokenByIndex sets such boundaries: requireindex 0 && index TOKENLIMIT; which means that...

6.8AI score
SaveExploits0
Rows per page
Query Builder