-
Notifications
You must be signed in to change notification settings - Fork 17
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
Adding data collection to thegraph #263
Comments
GoodDollarMintBurnWrapperMaybe need more data that will be time dependent MinterObj
Removed writing single actions globalStats
GoodDollarStakingContractStakeHistory(key: contract_daytime) (aggregation per day)totalTokenStaked = contractStats.totalTokenStaked stakeStats (global statistics)totalTokenStaked += tokenValue contractStats (key: contract)totalTokenStaked += tokenValue stakingHistory (key: daytime) day statistics of the globalstakingContracts.push(contractHistory.id) supporter (key: stakerAddress)totalUSDStaked += usdValue Not adding transferred from or to. |
DistributionHelper.solDistributionHelper
DistributionAction
Recipient
|
Think and plan about adding data collection to thegraph for: GoodStaking, DistributionHelper, GoodDollarMintBurnWrapper, invite contracts
The text was updated successfully, but these errors were encountered: