ImplementationProvider
contract ImplementationProvider
Abstract contract for providing implementation addresses for other contracts by name.
Index
Reference
Functions
getImplementation
abstract function getImplementation(string contractName) public view returns (address)
Abstract function to return the implementation address of a contract.
- Parameters:
contractName
- Name of the contract.- Returns:
- Implementation address of the contract.