Skip to content

Instantly share code, notes, and snippets.

@buddies2705
Created October 2, 2020 12:18
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/0e78c9d6c1a17290dca355b2b28afe14 to your computer and use it in GitHub Desktop.
Save buddies2705/0e78c9d6c1a17290dca355b2b28afe14 to your computer and use it in GitHub Desktop.
Aave Flashloan events from Bitquery GraphQL APIs
{
ethereum {
smartContractEvents(options: {desc: "block.height", limit: 10},
smartContractEvent: {is: "FlashLoan"},
smartContractAddress:
{is: "0x398eC7346DcD622eDc5ae82352F02bE94C62d119"}) {
block {
height
timestamp {
iso8601
unixtime
}
}
arguments {
value
argument
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment