Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IERC1967

ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.

Events

Upgraded

Emitted when the implementation is upgraded.

event Upgraded(address indexed implementation);

AdminChanged

Emitted when the admin account has changed.

event AdminChanged(address previousAdmin, address newAdmin);

BeaconUpgraded

Emitted when the beacon is changed.

event BeaconUpgraded(address indexed beacon);