carbonable-labs / cairo-erc-3525

Semi-Fungible Token
Apache License 2.0
24 stars 10 forks source link

Implementation of Interface IERC3525Receiver #5

Closed cloudvenger closed 1 year ago

cloudvenger commented 1 year ago

Description

Implement the functions of the Interface IERC3525Receiver of the EIP-3525.

This interface is implemented in an external smart contract that wants to be informed by EIP-3525 contracts when receiving values from ANY addresses or EIP-3525 tokens.

The list of functions are :

Acceptance Criteria