Skip to content

Commit

Permalink
Remove unused events
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Jan 9, 2024
1 parent e5359c8 commit 9ee2177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LockstakeEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ contract LockstakeEngine is Multicall {
event FreeNgt(address indexed urn, address indexed to, uint256 ngtWad, uint256 burn);
event Draw(address indexed urn, uint256 wad);
event Wipe(address indexed urn, uint256 wad);
event Stake(address indexed urn, address indexed farm, uint256 wad, uint16 ref);
event Withdraw(address indexed urn, address indexed farm, uint256 wad);
event GetReward(address indexed urn, address indexed farm, address indexed to, uint256 amt);
event OnKick(address indexed urn, uint256 wad);
event OnTake(address indexed urn, address indexed who, uint256 wad);
Expand Down

0 comments on commit 9ee2177

Please sign in to comment.