ERC-165 vs ERC-7887
Standard Interface Detection compared with Cancelation for ERC-7540 Tokenized Vaults.
No shared functions
0 shared · 1 vs 8 functions · 0% of the smaller surface
ERC-7887 lists ERC-165 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-165 (1)
0x01ffc9a7 | supportsInterface(bytes4) |
▶️ Only in ERC-7887 (8)
0xb9cf0634 | cancelDepositRequest(uint256,address) |
0x2b9d9c1f | cancelRedeemRequest(uint256,address) |
0xaabb5922 | claimableCancelDepositRequest(uint256,address) |
0xb04a5e05 | claimableCancelRedeemRequest(uint256,address) |
0x69d77a44 | claimCancelDepositRequest(uint256,address,address) |
0x00a06d19 | claimCancelRedeemRequest(uint256,address,address) |
0xf15b65b1 | pendingCancelDepositRequest(uint256,address) |
0x7c1b50c4 | pendingCancelRedeemRequest(uint256,address) |
Both surfaces parsed from the canonical specifications: ERC-165 · ERC-7887