ERC-6224 Contracts Dependencies Registry
🆔 ERC-165 interface ids
Computed here as the XOR of the selectors each interface defines.
| IContractsRegistry | 0xbf1f7ef5 |
| IDependant | 0xdb911e84 |
⚙️ Functions this standard introduces (14)
0xbf5b6016 | addContract(string,address) | |
0xe0e084f8 | addProxyContract(string,address) | |
0x423c072b | addProxyContractAndCall(string,address,bytes) | |
0x35817773 | getContract(string) | view |
0x3e3b5b19 | getInjector() | view |
0x8c223601 | hasContract(string) | view |
0x1adad8cf | injectDependencies(string) | |
0xbe96dc3e | injectDependenciesWithData(string,bytes) | |
0x51dad82c | justAddProxyContract(string,address) | |
0x97623b58 | removeContract(string) | |
0x69130451 | setDependencies(address,bytes) | |
0x8cb941cc | setInjector(address) | |
0x1271bd53 | upgradeContract(string,address) | |
0x6bbe8694 | upgradeContractAndCall(string,address,bytes) |
⚖️ Compare with
Parsed from the canonical specification · discussion