From 854e4cc56189890398d569701d095343d8466c73 Mon Sep 17 00:00:00 2001 From: Kames Geraghty <3408362+kamescg@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:45:32 -0600 Subject: [PATCH] Update contracts/GaugeController.sol Co-authored-by: Pierrick Turelier --- contracts/GaugeController.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/GaugeController.sol b/contracts/GaugeController.sol index b0d86056..268e5717 100644 --- a/contracts/GaugeController.sol +++ b/contracts/GaugeController.sol @@ -89,7 +89,7 @@ contract GaugeController is IGaugeController, Ownable { * @param user Address of the user who withdrew 'token' from the GaugeController * @param amount Amount of 'token' withdrawn from the GaugeController */ - event UserWithdraw(address user, uint256 amount); + event TokenWithdrawn(address indexed user, IERC20 indexed token, uint256 amount); /** * @notice Emitted when User increases a Gauge weight.