web3wagmi
← All standards

ERC-4337 vs ERC-7579

Account Abstraction Using Alt Mempool compared with Minimal Modular Smart Accounts.

No shared functions
0 shared · 9 vs 12 functions · 0% of the smaller surface

ERC-7579 lists ERC-4337 in its requires field but declares no inheritance in its interface, so any surface it inherits is not counted here.

🤝 Shared (0)

None.

◀️ Only in ERC-4337 (9)

0x0396cb60addStake(uint32)
0x70a08231balanceOf(address)
0xb760faf9depositTo(address)
0xb0a398d1getCurrentUserOpHash()
0x35567e1agetNonce(address,uint192)
0x7c627b21postOp(uint8,bytes,uint256,uint256)
0xbb9fe6bfunlockStake()
0xc23a5ceawithdrawStake(address)
0x205c2878withdrawTo(address,uint256)

▶️ Only in ERC-7579 (12)

0x9cfd7cffaccountId()
0xe9ae5c53execute(bytes32,bytes)
0xd691c964executeFromExecutor(bytes32,bytes)
0x9517e29finstallModule(uint256,address,bytes)
0x112d3a7disModuleInstalled(uint256,address,bytes)
0xecd05961isModuleType(uint256)
0xf551e2eeisValidSignatureWithSender(address,bytes32,bytes)
0x6d61fe70onInstall(bytes)
0x8a91b0e3onUninstall(bytes)
0xd03c7914supportsExecutionMode(bytes32)
0xf2dc691dsupportsModule(uint256)
0xa71763a8uninstallModule(uint256,address,bytes)

Both surfaces parsed from the canonical specifications: ERC-4337 · ERC-7579