event AlkSpeedUpdated(address indexed market, uint256 newSpeed, bool isVerified);
event DistributedSupplierAlk(address indexed market, address indexed supplier, uint256 supplierDelta, uint256 supplierAccruedAlk, uint256 supplyIndexMantissa, bool isVerified);
event DistributedBorrowerAlk(address indexed market, address indexed borrower, uint256 borrowerDelta, uint256 borrowerAccruedAlk, uint256 borrowIndexMantissa, bool isVerified);
event TransferredAlk(address indexed participant, uint256 participantAccrued, address market, bool isVerified);
event OwnerUpdate(address indexed owner, address indexed newOwner);
event MarketAdded(address indexed market, uint256 numberOfMarkets, bool isVerified);
event MarketRemoved(address indexed market, uint256 numberOfMarkets, bool isVerified);