Open askeluv opened 4 years ago
@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.
These are the events found from using the Contract Parser:
Perfect, let's do it :)
@askeluv I have a PR up at #135
@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
.