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