Skip to main content Link Menu Expand (external link) Document Search Copy Copied

ERC1967UpgradeUpgradeable

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

event AdminChanged(address previousAdmin, address newAdmin)

Emitted when the admin account has changed.

Parameters

NameTypeDescription
previousAdminaddressundefined
newAdminaddressundefined

BeaconUpgraded

event BeaconUpgraded(address indexed beacon)

Emitted when the beacon is changed.

Parameters

NameTypeDescription
beacon indexedaddressundefined

Initialized

event Initialized(uint8 version)

Triggered when the contract has been initialized or reinitialized.

Parameters

NameTypeDescription
versionuint8undefined

Upgraded

event Upgraded(address indexed implementation)

Emitted when the implementation is upgraded.

Parameters

NameTypeDescription
implementation indexedaddressundefined

Back to top

Copyright © Guardians Of The Ball. This site is powered by Gitlab Pages