Implement the safeTransferFrom functions in the ERC404 Cairo contract. These functions should ensure the safe transfer of tokens, especially for ERC721 tokens to contracts.
Requirements:
Handling both forms of safeTransferFrom (with and without data).
Implement the safeTransferFrom functions in the ERC404 Cairo contract. These functions should ensure the safe transfer of tokens, especially for ERC721 tokens to contracts.
Requirements:
References: ERC404 Solidity Implementation Pandora Solidity Contract using ERC404 ERC20 Cairo Openzeppelin Implementation ERC721 Cairo Openzeppelin Implementation