Skip to content

Commit

Permalink
feat: address comment from the community (ethereum#5100)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
  • Loading branch information
Daniel-K-Ivanov authored and nachomazzara committed Jan 13, 2023
1 parent f03137d commit f633494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EIPS/eip-4400.md
Expand Up @@ -87,7 +87,8 @@ The `changeConsumer(address _consumer, uint256 _tokenId)` function MAY be implem

The `ConsumerChanged` event MUST be emitted when a consumer is changed.

On every `transfer`, the consumer MUST be changed to the zero address the same way `approve` address is changed.
On every `transfer`, the consumer MUST be changed to a default address. It is RECOMMENDED for implementors to use
`address(0)` as that default address.

The `supportsInterface` method MUST return `true` when called with `0x953c8dfa`.

Expand Down

0 comments on commit f633494

Please sign in to comment.