Created
September 14, 2020 15:03
-
-
Save buddies2705/fc9c78b723f4a351ba7c6271bd4538ae to your computer and use it in GitHub Desktop.
uniswap pool initial balance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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