Lucene search
+L

2 matches found

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

ERC-721 Enumerable Spec mismatch for return value of tokenByIndex() function

Handle 0xRajeev Vulnerability details Impact tokenByIndex is required to return the token at queried index but the implementation here returns the parameter index itself. This will prevent all querying of tokens. See reference implementation This will impact compatibility with NFT platforms that...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/30 12:00 a.m.7 views

ERC-721 Enumerable Spec mismatch for index of tokenByIndex() function

Handle 0xRajeev Vulnerability details Impact Index starts at 0 for token array but the implementation here requires index to be greater than 0. This will prevent querying of token at index 0. See reference implementation This will impact compatibility with NFT platforms that expect full conformit...

7AI score
SaveExploits0
Rows per page
Query Builder