Proxy (Proxy.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↘ Derived Contracts: , , ,
Proxy
Gives the possibility to delegate any call to a foreign implementation.
⤿ Overridden Implementation(s): ,,,
Tells the address of the implementation where every call will be delegated.
Returns
address of the implementation to which it will be delegated
Arguments
Name
Type
Description
Fallback function. Implemented entirely in _fallback
.
Arguments
Name
Type
Description
Fallback function allowing to perform a delegatecall to the given implementation. This function will return whatever the implementation call returns
Arguments
Name
Type
Description
implementation
address
Arguments
Name
Type
Description