ERC 1967 Upgrade
Last updated
Last updated
This abstract contract provides getters and event emitting update functions for https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots. Available since v4.1.
Emitted when the admin account has changed.
Name | Type | Description |
---|---|---|
Emitted when the beacon is upgraded.
Name | Type | Description |
---|---|---|
Emitted when the implementation is upgraded.
Name | Type | Description |
---|---|---|
previousAdmin
address
undefined
newAdmin
address
undefined
beacon indexed
address
undefined
implementation indexed
address
undefined