Events

Git Source

Events

LogSetAdmin

emitted when a new admin is set

event LogSetAdmin(address indexed oldAdmin, address indexed newAdmin);

LogSetDummyImplementation

emitted when a new dummy implementation is set

event LogSetDummyImplementation(address indexed oldDummyImplementation, address indexed newDummyImplementation);

LogSetImplementation

emitted when a new implementation is set with certain sigs

event LogSetImplementation(address indexed implementation, bytes4[] sigs);

LogRemoveImplementation

emitted when an implementation is removed

event LogRemoveImplementation(address indexed implementation);