ERC-1077 vs ERC-1271
Gas relay for contract calls compared with Standard Signature Validation Method for Contracts.
No shared functions
0 shared · 4 vs 1 functions · 0% of the smaller surface
ERC-1077 lists ERC-1271 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-1077 (4)
0xee60cd10 | executeGasRelay(bytes,uint256,uint256,address,address,bytes) |
0xb350c537 | executeGasRelayERC191Msg(uint256,bytes,uint256,uint256,address,address) |
0xcb914962 | executeGasRelayMsg(uint256,bytes,uint256,uint256,address,address) |
0x52631ab4 | lastNonce() |
▶️ Only in ERC-1271 (1)
0x1626ba7e | isValidSignature(bytes32,bytes) |
Both surfaces parsed from the canonical specifications: ERC-1077 · ERC-1271