ozERC1967Proxy

It inherits Open Zeppelin's ERC1967Proxyarrow-up-right contract which follows EIP 1967arrow-up-right for storing the implementation, which is the ProxyFactory contract.

It also inherits Solmate's ReentrancyGuardarrow-up-right to match the storage of the implementation.

circle-info

Github repo herearrow-up-right.

Open methods

getImplementation

function getImplementation() external view returns(address);

Gets the current implementation of the factory of Accounts.

Return value:

Type
Description

address

The current implementation

Last updated