IERC1967

Git Source

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

NameTypeDescription
implementationaddressThe address of the new implementation.