Open hats-bug-reporter[bot] opened 2 months ago
Its EIP721 compliant, the implementation is same as openzeppelin's ERC721.
@0xRizwan please check the link below it's validated on the codehawk platform
https://solodit.xyz/issues/no-check-for-transferring-to-self-codehawks-stakelink-git
Github username: -- Twitter username: -- Submission hash (on-chain): 0xf7ef7eebf59eb9dc173b770fbd0444c110252ab937df2c97c741c19e49287309 Severity: low
Description: Description\ According to the EIP-721 documentation, the
_transfer()
function should check that thefrom
andto
addresses are not the same.please check the documentation:\ https://eips.ethereum.org/EIPS/eip-721
but there is no check in
_transfer()
function to avoid this issue:Recommendation\ Consdier checking
from
andto
addresses