We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this out of my Discord convo with @Rapha-btc, data courtesy of @friedger:
Query code:
select se.block_height , amount, ((b.burn_block_height - 666050) / 2100) - 1 as cycle, * from stx_events se left join blocks b on se.block_height = b.block_height where sender = 'SP21YTSM60CAY6D011EZVEVNKXVW8FVZE198XEFFP' and recipient = 'SP8A9HZ3PKST0S42VM9523Z9NV42SZ026V4K39WH.ccd002-treasury-mia-stacking' and se.canonical and se.microblock_canonical and b.canonical order by se.block_height desc
Resulting data for MIA:
Resulting data for NYC:
This will be helpful both for the CCIP table and for the download/analysis script:
We'll also need the numbers from 80 forward once the payout for 83 is complete.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting this out of my Discord convo with @Rapha-btc, data courtesy of @friedger:
Query code:
Resulting data for MIA:
Resulting data for NYC:
This will be helpful both for the CCIP table and for the download/analysis script:
We'll also need the numbers from 80 forward once the payout for 83 is complete.
The text was updated successfully, but these errors were encountered: