IERC1967
Functions
implementation
Returns the address of the current implementation.
function implementation() external view returns (address implementation_);
Events
Upgraded
Emitted when the implementation is upgraded.
event Upgraded(address indexed implementation);
Parameters
| Name | Type | Description |
|---|---|---|
implementation | address | The address of the new implementation. |