Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index Events #66

Open
NouDaimon opened this issue Jul 27, 2023 · 2 comments
Open

Index Events #66

NouDaimon opened this issue Jul 27, 2023 · 2 comments
Labels
low hanging This issue is most likely resolved easily low priority This issue is not critical or urgent

Comments

@NouDaimon
Copy link

After identifying the data requirements, events (new and old) must be indexed in order to surface the required data.

@NouDaimon
Copy link
Author

NouDaimon commented Aug 14, 2023

Add the following events:

  • YieldClaimed(address indexed depositor, uint256 amount)
  • ERC721/1155AssetWon(address indexed collection, uint256 tokenId, address indexed oldOwner, address indexed newOwner)

@NouDaimon
Copy link
Author

NouDaimon commented Aug 16, 2023

Add the following events:

  • ERC721AssetsIdled(address indexed collection, uint256[] tokenIds)
  • ERC1155AssetsIdled(address indexed collection, uint256[] tokenIds, uint256[] amounts)

@NouDaimon NouDaimon self-assigned this Aug 21, 2023
@NouDaimon NouDaimon added low hanging This issue is most likely resolved easily low priority This issue is not critical or urgent labels Aug 21, 2023
@NouDaimon NouDaimon removed their assignment Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low hanging This issue is most likely resolved easily low priority This issue is not critical or urgent
Projects
None yet
Development

No branches or pull requests

1 participant