Skip to content

Instantly share code, notes, and snippets.

@buddies2705
Created September 14, 2020 15:03
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/fc9c78b723f4a351ba7c6271bd4538ae to your computer and use it in GitHub Desktop.
Save buddies2705/fc9c78b723f4a351ba7c6271bd4538ae to your computer and use it in GitHub Desktop.
uniswap pool initial balance
{
ethereum {
transfers(options: {asc: "block.timestamp.time", limit: 2}, amount: {gt: 0}, receiver: {is: "0x7bc3a77b1b8daa4bf4b38c710119b932c5b27925"}) {
block {
timestamp {
time(format: "%Y-%m-%d %H:%M:%S")
}
height
}
address: sender {
address
annotation
}
currency {
address
symbol
}
amount
transaction {
hash
}
external
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment