|
|
|
@ -317,7 +317,7 @@ abstract contract Proxy { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @dev This is a virtual function that should be overriden so it returns the address to which the fallback function |
|
|
|
|
* @dev This is a virtual function that should be overridden so it returns the address to which the fallback function |
|
|
|
|
* and {_fallback} should delegate. |
|
|
|
|
*/ |
|
|
|
|
function _implementation() internal view virtual returns (address); |
|
|
|
@ -352,7 +352,7 @@ abstract contract Proxy { |
|
|
|
|
* @dev Hook that is called before falling back to the implementation. Can happen as part of a manual `_fallback` |
|
|
|
|
* call, or as part of the Solidity `fallback` or `receive` functions. |
|
|
|
|
* |
|
|
|
|
* If overriden should call `super._beforeFallback()`. |
|
|
|
|
* If overridden should call `super._beforeFallback()`. |
|
|
|
|
*/ |
|
|
|
|
function _beforeFallback() internal virtual { |
|
|
|
|
} |
|
|
|
|