Skip to content

Instantly share code, notes, and snippets.

@achiko
Created September 19, 2018 15:06
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 achiko/be75dea592c58f7ab664734cdc7c0dda to your computer and use it in GitHub Desktop.
Save achiko/be75dea592c58f7ab664734cdc7c0dda to your computer and use it in GitHub Desktop.
eth.event.query-2
{
"query":{
"bool":{
"filter":[
{
"term":{
"event.keyword":"Transfer"
}
},
{
"term":{
"address":"0x9F7DD5Ea934D188A599567Ee104E97Fa46cb4496"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment