ERC-7936 Versioned Proxy Contract Interface
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IVersionedProxy | 0x69999698 |
⚙️ Functions this standard introduces (7)
0x7a586f87 | executeAtVersion(bytes32,bytes) | payable |
0x83334bba | getDefaultVersion() | view |
0x3c2e0828 | getImplementation(bytes32) | view |
0x6d0cc895 | getVersions() | view |
0x920147dc | registerVersion(bytes32,address) | |
0x13dcd0cb | removeVersion(bytes32) | |
0x400de50f | setDefaultVersion(bytes32) |
⚖️ Compare with
Parsed from the canonical specification · discussion