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

IERC1967Upgradeable

ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC. _Available since v4.8.3._

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

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