We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e51ff commit 8b7c580Copy full SHA for 8b7c580
contracts/exchangeIssuance/ExchangeIssuanceZeroEx.sol
@@ -65,7 +65,7 @@ contract ExchangeIssuanceZeroEx is Ownable, ReentrancyGuard {
65
);
66
67
event ExchangeRedeem(
68
- address indexed _recipient, // The recipient address which redeemed the SetTokens
+ address indexed _recipient, // The recipient adress of the output tokens obtained for redemption
69
ISetToken indexed _setToken, // The redeemed SetToken
70
IERC20 indexed _outputToken, // The address of output asset(ERC20/ETH) received by the recipient
71
uint256 _amountSetRedeemed, // The amount of SetTokens redeemed for output tokens
0 commit comments