Skip to content

Commit

Permalink
index id param in URI event of ERC1155ownable
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Dec 19, 2022
1 parent f992492 commit 6888d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tokens/ERC1155ownable.vy
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ event ApprovalForAll:
event URI:
# This emits when the URI gets changed
value: String[MAX_URI_LENGTH]
id: uint256
id: indexed(uint256)

############### interfaces ###############
implements: ERC165
Expand Down

0 comments on commit 6888d95

Please sign in to comment.