Kill event; mock fix
This commit is contained in:
@@ -26,6 +26,8 @@ interface IPartyPool is IERC20Metadata, IOwnable {
|
||||
|
||||
// Events
|
||||
|
||||
event Killed();
|
||||
|
||||
event Mint(address payer, address indexed receiver, uint256[] amounts, uint256 lpMinted);
|
||||
|
||||
event Burn(address payer, address indexed receiver, uint256[] amounts, uint256 lpBurned);
|
||||
|
||||
Reference in New Issue
Block a user