From 35e97d40387b7182cef681609415a6699089a771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Fri, 21 Oct 2022 14:30:02 +0200 Subject: [PATCH] Fix interface identifier to 0x8d7bac72 (#5811) - Thanks to https://ethereum-magicians.org/u/glu for pointing this out: https://ethereum-magicians.org/t/eip-4973-account-bound-tokens/8825/154 --- EIPS/eip-4973.md | 2 +- assets/eip-4973/ERC-4973.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-4973.md b/EIPS/eip-4973.md index a03e78cd84c5b..0a0d042b9ee14 100644 --- a/EIPS/eip-4973.md +++ b/EIPS/eip-4973.md @@ -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 diff --git a/assets/eip-4973/ERC-4973.sol b/assets/eip-4973/ERC-4973.sol index c7cceef1051a6..4b7b60540a3ba 100644 --- a/assets/eip-4973/ERC-4973.sol +++ b/assets/eip-4973/ERC-4973.sol @@ -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