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