30918 - [SC - Insight] Incorrect implementation of ownerOf makes veALC...
Description
Brief/Intro
Vulnerability Details
/// @notice Find the owner of an NFT
/// @dev NFTs assigned to zero address are considered invalid, and queries
/// about them do throw.
/// @param _tokenId The identifier for an NFT
/// @return The address of the owner of the NFT
function ownerOf(uint256 _tokenId) external view returns (address);Impact Details
References
Proof of Concept
Previous30910 - [SC - High] Processing of voting results is not implemented...Next30919 - [SC - Critical] Front running of pokeTokens could lead to loss ...
Last updated
Was this helpful?