Events
LogSetAdmin
event LogSetAdmin(address oldAdmin, address newAdmin)
emitted when a new admin is set
LogSetDummyImplementation
event LogSetDummyImplementation(address oldDummyImplementation, address newDummyImplementation)
emitted when a new dummy implementation is set
LogSetImplementation
event LogSetImplementation(address implementation, bytes4[] sigs)
emitted when a new implementation is set with certain sigs
LogRemoveImplementation
event LogRemoveImplementation(address implementation)
emitted when an implementation is removed