Skip to content

Commit

Permalink
adding event for each recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoMelo00 committed Sep 18, 2024
1 parent cb7631b commit 20391f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/ERC20Splitter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ contract ERC20Splitter is ReentrancyGuard {
uint16[][] shares,
address[][] recipients
);

event Withdraw(address indexed user, address[] tokenAddresses, uint256[] amounts);

event RecipientSplit(
Expand Down

0 comments on commit 20391f1

Please sign in to comment.