Beacon Proxy
Last updated
Last updated
This contract implements a proxy that gets the implementation address for each call from a {UpgradeableBeacon}. The beacon address is stored in storage slot uint256(keccak256('eip1967.proxy.beacon')) - 1
, so that it doesn't conflict with the storage layout of the implementation behind the proxy. Available since v3.4.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
previousAdmin
address
undefined
newAdmin
address
undefined
beacon indexed
address
undefined
implementation indexed
address
undefined