ERC-1271 vs ERC-6981
Standard Signature Validation Method for Contracts compared with Reserved Ownership Accounts.
ERC-6981 is a strict superset of ERC-1271
1 shared · 1 vs 5 functions · 100% of the smaller surface
ERC-6981 lists ERC-1271 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.
🤝 Shared (1)
0x1626ba7e | isValidSignature(bytes32,bytes) |
◀️ Only in ERC-1271 (0)
None.
▶️ Only in ERC-6981 (4)
0x2dd7c658 | account(uint256) |
0x8cb6c470 | claimAccount(address,uint256,uint256,bytes32,bytes) |
0xcab13915 | createAccount(uint256) |
0x13af4035 | setOwner(address) |
Both surfaces parsed from the canonical specifications: ERC-1271 · ERC-6981