-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Add contract parsers for SushiSwap #134
Comments
@askeluv It seems staking to all the 13 pools are facilitated by the single MasterChef contract at 0xc2edad668740f1aa35e4d8f227fb8e17dca888cd. I got the info from their discord. I shall create a PR with the table definition files for that contract. Is that good? |
@sebastiantf thanks for checking! yeah that sounds good, as long as it has the basic events like Withdrawn and Staked. |
Perfect, let's do it :) |
@askeluv I have submitted work on Gitcoin |
Context
We add "table definition" for contract events so that we can regularly parse these events from Ethereum logs. One benefit of this is that the events become available in public BigQuery tables, under the
blockchain-etl
project.For more details on this, please read How to get any Ethereum smart contract into BigQuery.
In this ticket we are looking to add datasets for SushiSwap.
Proposed solution
Add table definition files for SushiSwap by following the checklist below.
Checklist
Please note
_YFI
.Before applying for this bounty, please list the contracts identified in step 1, and confirm you've understood the process.
It may be helpful to look at past PRs that are labeled
contract parsing
.The text was updated successfully, but these errors were encountered: