Skip to content

Commit

Permalink
Index tokenAddr in events
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed May 22, 2024
1 parent 9a6bde9 commit 578e97b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tokens/wrappers/clawback/IClawback.sol
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ interface IClawbackSignals {
event Wrapped(
uint256 indexed wrappedTokenId,
uint24 indexed templateId,
address tokenAddr,
address indexed tokenAddr,
uint256 tokenId,
uint256 amount,
address sender,
Expand All @@ -165,7 +165,7 @@ interface IClawbackSignals {
event Unwrapped(
uint256 indexed wrappedTokenId,
uint24 indexed templateId,
address tokenAddr,
address indexed tokenAddr,
uint256 tokenId,
uint256 amount,
address sender
Expand All @@ -175,7 +175,7 @@ interface IClawbackSignals {
event ClawedBack(
uint256 indexed wrappedTokenId,
uint24 indexed templateId,
address tokenAddr,
address indexed tokenAddr,
uint256 tokenId,
uint256 amount,
address operator,
Expand Down

0 comments on commit 578e97b

Please sign in to comment.