Skip to content

Instantly share code, notes, and snippets.

@buddies2705
Last active September 14, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buddies2705/ef58b488b4683af6a9ecc17c49b5f3e6 to your computer and use it in GitHub Desktop.
Save buddies2705/ef58b488b4683af6a9ecc17c49b5f3e6 to your computer and use it in GitHub Desktop.
Get Newly Created Uniswap Pools (bitquery.io)
{
ethereum {
arguments(smartContractAddress: {is: "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f"}, smartContractEvent: {is: "PairCreated"}, options: {desc: "block.height", limit: 3}) {
block {
height
}
argument {
name
}
reference {
address
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment