Event logs are produced by OP_LOG
in EVM.
defines the range to filter in. e.g.
{
"range": {
"unit": "block",
"from": 10,
"to": 1000
}
}
refers to the range from block 10 to block 1000.
null
stands for the full range.
pass these parameters if you need filtered results paged. e.g.
{
"options": {
"offset": 0,
"limit": 10
}
}
the above refers that page offset is 0, and the page size is 10.
pass options null
if you don't need to demand paging.
order of filters, defaults to asc
OK
the address of contract which produces the event (bytes20)
"0x7567d83b7b8d80addcb281a71d54fc7b3364ffed"
"0x4de71f2d588aa8a1ea00fe8312d92966da424d9939a511fc0be81e65fad52af8"
event or transfer log meta info