ozERC1967Proxy
It inherits Open Zeppelin's ERC1967Proxy contract which follows EIP 1967 for storing the implementation, which is the ProxyFactory contract.
It also inherits Solmate's ReentrancyGuard to match the storage of the implementation.
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