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

Generate a list of users who sent Circles to organization #2

Open
adzialocha opened this issue Apr 7, 2021 · 1 comment
Open

Generate a list of users who sent Circles to organization #2

adzialocha opened this issue Apr 7, 2021 · 1 comment

Comments

@adzialocha
Copy link
Contributor

After the Token Sale we need a script which generates a .csv file of all Circles accounts which sent Tokens to an organization.

@adzialocha
Copy link
Contributor Author

One could simply just write a graph query:

{
  notifications(where: {type: HUB_TRANSFER}) {
    time
    transactionHash
    hubTransfer {
      from
      to
      amount
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant