Skip to content

Instantly share code, notes, and snippets.

@karalabe
Created June 11, 2019 13:16
Show Gist options
  • Save karalabe/bb68b43e48a630baf73f9862521fe45c to your computer and use it in GitHub Desktop.
Save karalabe/bb68b43e48a630baf73f9862521fe45c to your computer and use it in GitHub Desktop.
Geth 1.9.0 Görli ENS GraphQL Demo
{
logs(filter: {fromBlock: 0,
addresses: ["0xf105795bf5d1b1894e70bd04dc846898ab19fa62"],
topics: [["0x0f0c27adfd84b60b6f456b0e87cdccb1e5fb9603991588d87fa99f5b6b61e670"]]}
) {
transaction {
hash
from {
address
}
block{
number
timestamp
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment