ERC 1967 Proxy
This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an implementation address that can be changed. This address is stored in storage in the location specified by https://eips.ethereum.org/EIPS/eip-1967[EIP1967], so that it doesn't conflict with the storage layout of the implementation behind the proxy.
Events
AdminChanged
Parameters
Name | Type | Description |
---|---|---|
previousAdmin | address | undefined |
newAdmin | address | undefined |
BeaconUpgraded
Parameters
Name | Type | Description |
---|---|---|
beacon | address | undefined |
Upgraded
Parameters
Name | Type | Description |
---|---|---|
implementation | address | undefined |
Last updated