Skip to content

Instantly share code, notes, and snippets.

@buddies2705
Last active September 14, 2020 14:59
Show Gist options
  • Select an option

  • Save buddies2705/ef58b488b4683af6a9ecc17c49b5f3e6 to your computer and use it in GitHub Desktop.

Select an option

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