marciob / ERC404-Cairo

ERC404 Cairo: hybrid token standard on StarkNet, enabling liquidity and fractionalization in a ZK Rollup ecosystem.
0 stars 1 forks source link

Implement safeTransferFrom Functions in ERC404 Cairo #11

Open marciob opened 9 months ago

marciob commented 9 months ago

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