Router
Methods
getImplementationForFunction
function getImplementationForFunction(bytes4 _functionSelector) external view returns (address)
Unimplemented. Returns the implementation contract address for a given function signature.
Parameters
| Name | Type | Description |
|---|---|---|
| _functionSelector | bytes4 | undefined |
Returns
| Name | Type | Description |
|---|---|---|
| _0 | address | undefined |