Skip to content

Commit

Permalink
Fix IERC4973 interface identifier to 0x8d7bac72
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Oct 21, 2022
1 parent 1c8d612 commit 27fe86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IERC4973.sol
Expand Up @@ -3,7 +3,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

0 comments on commit 27fe86f

Please sign in to comment.