ERC-7579 vs ERC-7780
Minimal Modular Smart Accounts compared with Validation Module Extension for ERC-7579.
Overlapping, neither contains the other
1 shared · 12 vs 5 functions · 20% of the smaller surface
ERC-7780 lists ERC-7579 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.
🤝 Shared (1)
0xecd05961 | isModuleType(uint256) |
◀️ Only in ERC-7579 (11)
0x9cfd7cff | accountId() |
0xe9ae5c53 | execute(bytes32,bytes) |
0xd691c964 | executeFromExecutor(bytes32,bytes) |
0x9517e29f | installModule(uint256,address,bytes) |
0x112d3a7d | isModuleInstalled(uint256,address,bytes) |
0xf551e2ee | isValidSignatureWithSender(address,bytes32,bytes) |
0x6d61fe70 | onInstall(bytes) |
0x8a91b0e3 | onUninstall(bytes) |
0xd03c7914 | supportsExecutionMode(bytes32) |
0xf2dc691d | supportsModule(uint256) |
0xa71763a8 | uninstallModule(uint256,address,bytes) |
▶️ Only in ERC-7780 (4)
0x392dffaf | checkSignature(bytes32,address,bytes32,bytes) |
0x309bfb76 | checkSignaturePolicy(bytes32,address,bytes32,bytes) |
0x7a0468b7 | preValidationHookERC1271(address,bytes32,bytes) |
0x940d3840 | validateSignatureWithData(bytes32,bytes,bytes) |
Both surfaces parsed from the canonical specifications: ERC-7579 · ERC-7780