Skip to content

Commit

Permalink
Fix interface identifier to 0x8d7bac72 (ethereum#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub authored and nachomazzara committed Jan 13, 2023
1 parent 01c36d4 commit 35e97d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EIPS/eip-4973.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pragma solidity ^0.8.6;
/// @title Account-bound tokens
/// @dev See https://eips.ethereum.org/EIPS/eip-4973
/// Note: the ERC-165 identifier for this interface is 0x5164cf47
/// Note: the ERC-165 identifier for this interface is 0x8d7bac72
interface IERC4973 {
/// @dev This emits when ownership of any ABT changes by any mechanism.
/// This event emits when ABTs are given or equipped and unequipped
Expand Down
2 changes: 1 addition & 1 deletion assets/eip-4973/ERC-4973.sol
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ interface IERC721Metadata {

/// @title Account-bound tokens
/// @dev See https://eips.ethereum.org/EIPS/eip-4973
/// Note: the ERC-165 identifier for this interface is 0x5164cf47
/// Note: the ERC-165 identifier for this interface is 0x8d7bac72
interface IERC4973 {
/// @dev This emits when ownership of any ABT changes by any mechanism.
/// This event emits when ABTs are given or equipped and unequipped
Expand Down

0 comments on commit 35e97d4

Please sign in to comment.