eth_getLogs
Returns an array of all logs matching a given filter object.
- CURL
curl --request POST \
     --url https://evm.confluxrpc.com \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "id": 1,
  "jsonrpc": "2.0",
  "params": [{}],
  "method": "eth_getLogs"
}'
Params
filter required
Filter Addresspub type FilterAddress = VariadicValue<H160>; Topicpub type Topic = VariadicValue<H256>; Filter
type : object
- address addressoneOf- H160
- (H160,...)[]
 type : stringPattern :- ^0x[0-9,a-f,A-F]{40}$type : array- items[x]H160type : stringPattern :- ^0x[0-9,a-f,A-F]{40}$
 
- blockHash blockHashtype : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
- fromBlock fromBlockoneOf- U64
- BlockHash
- BlockNumber
- string
 type : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,15}|0)$type : object- blockHash string requiredtype : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
- requireCanonical booleantype : boolean
 type : object- blockNumber string requiredtype : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,15}|0)$
 type : stringPossible values :- earliest
- latest
- pending
 
- toBlock toBlockoneOf- U64
- BlockHash
- BlockNumber
- string
 type : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,15}|0)$type : object- blockHash string requiredtype : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
- requireCanonical booleantype : boolean
 type : object- blockNumber string requiredtype : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,15}|0)$
 type : stringPossible values :- earliest
- latest
- pending
 
- topics topicstype : array- items[x]TopiconeOf- H256
- (H256,...)[]
 type : stringPattern :- ^0x[0-9,a-f,A-F]{64}$type : array- items[x]H256type : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
 
 
Result
Schema
type : array
- items[x]Logtype : object- address addresstype : stringPattern :- ^0x[0-9,a-f,A-F]{40}$
- blockHash blockHashtype : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
- blockNumber blockNumbertype : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,63}|0)$
- data datatype : stringPattern :- ^0x[0-9a-f]*$
- logIndex logIndextype : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,63}|0)$
- removed removedtype : boolean
- topics topicstype : array- items[x]H256type : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
 
- transactionHash transactionHashtype : stringPattern :- ^0x[0-9,a-f,A-F]{64}$
- transactionIndex transactionIndextype : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,63}|0)$
- transactionLogIndex transactionLogIndextype : stringPattern :- ^0x([1-9a-f][0-9a-f]{0,63}|0)$
 
Examples
- eth_getLogs
- eth_getLogs
- eth_getLogs
- eth_getLogs
- eth_getLogs
- eth_getLogs
Request
curl -X POST --data \
'{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getLogs",
    "params": [
        {}
    ]
}' \
-H "Content-Type: application/json" \
localhost:12539
Response
{
  "code": -32016,
  "message": "Error processing request: Filter error: The gap between from_epoch and to_epoch is larger than max_gap (from: 71160000, to: 71252840, max_gap: 1000)"
}
Request
curl -X POST --data \
'{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getLogs",
    "params": [
        {
            "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc"
        }
    ]
}' \
-H "Content-Type: application/json" \
localhost:12539
Response
[
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",
    "logIndex": "0x0",
    "removed": false,
    "topics": [
      "0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e"
    ],
    "transactionHash": "0x1bbc639c7dd00b9a09e51b606137be180c7812c8a752aa90d89fb6b22ef45807",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x0"
  },
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",
    "logIndex": "0x1",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x000000000000000000000000a0897a616ded6a5135d2ae0507bd66ea0af1fec3"
    ],
    "transactionHash": "0x1bbc639c7dd00b9a09e51b606137be180c7812c8a752aa90d89fb6b22ef45807",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x1"
  },
  {
    "address": "0x7d682e65efc5c13bf4e394b8f376c48e6bae0355",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x00000000000000000000000000000000000000000000000005878b698ecb5282",
    "logIndex": "0x2",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000a0897a616ded6a5135d2ae0507bd66ea0af1fec3",
      "0x0000000000000000000000006bc6e87998fdb681afa45c4c4abbd0a1091684d8"
    ],
    "transactionHash": "0x1bbc639c7dd00b9a09e51b606137be180c7812c8a752aa90d89fb6b22ef45807",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x2"
  },
  {
    "address": "0xa0897a616ded6a5135d2ae0507bd66ea0af1fec3",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x00000000000000000000000000000000000000000000cc548f398a5bead2b5ac00000000000000000000000000000000000000000000082962d6687400cc1aa8",
    "logIndex": "0x3",
    "removed": false,
    "topics": [
      "0x1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1"
    ],
    "transactionHash": "0x1bbc639c7dd00b9a09e51b606137be180c7812c8a752aa90d89fb6b22ef45807",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x3"
  },
  {
    "address": "0xa0897a616ded6a5135d2ae0507bd66ea0af1fec3",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005878b698ecb5282",
    "logIndex": "0x4",
    "removed": false,
    "topics": [
      "0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x0000000000000000000000006bc6e87998fdb681afa45c4c4abbd0a1091684d8"
    ],
    "transactionHash": "0x1bbc639c7dd00b9a09e51b606137be180c7812c8a752aa90d89fb6b22ef45807",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x4"
  },
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",
    "logIndex": "0x5",
    "removed": false,
    "topics": [
      "0xe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e"
    ],
    "transactionHash": "0x142febc57ab34e731da29cd68f5330f54311ddab11827ca4a0734ff219548602",
    "transactionIndex": "0x1",
    "transactionLogIndex": "0x0"
  },
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",
    "logIndex": "0x6",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x0000000000000000000000003b4b02b8e8316bce72bc02d5484d802e94629407"
    ],
    "transactionHash": "0x142febc57ab34e731da29cd68f5330f54311ddab11827ca4a0734ff219548602",
    "transactionIndex": "0x1",
    "transactionLogIndex": "0x1"
  },
  {
    "address": "0x49916ba65d0048c4bbb0a786a527d98d10a1cd2d",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x000000000000000000000000000000000000000000000000ddfdc2e604136279",
    "logIndex": "0x7",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x0000000000000000000000003b4b02b8e8316bce72bc02d5484d802e94629407",
      "0x000000000000000000000000548f383c9946dbc8d35dd431ee914acab84b8ff3"
    ],
    "transactionHash": "0x142febc57ab34e731da29cd68f5330f54311ddab11827ca4a0734ff219548602",
    "transactionIndex": "0x1",
    "transactionLogIndex": "0x2"
  },
  {
    "address": "0x3b4b02b8e8316bce72bc02d5484d802e94629407",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000048c9acd3035be3ea44860000000000000000000000000000000000000000000074b88d15e9fb180d6577",
    "logIndex": "0x8",
    "removed": false,
    "topics": [
      "0x1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1"
    ],
    "transactionHash": "0x142febc57ab34e731da29cd68f5330f54311ddab11827ca4a0734ff219548602",
    "transactionIndex": "0x1",
    "transactionLogIndex": "0x3"
  },
  {
    "address": "0x3b4b02b8e8316bce72bc02d5484d802e94629407",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ddfdc2e604136279",
    "logIndex": "0x9",
    "removed": false,
    "topics": [
      "0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x000000000000000000000000548f383c9946dbc8d35dd431ee914acab84b8ff3"
    ],
    "transactionHash": "0x142febc57ab34e731da29cd68f5330f54311ddab11827ca4a0734ff219548602",
    "transactionIndex": "0x1",
    "transactionLogIndex": "0x4"
  },
  {
    "address": "0x0c4be6aa667df48de54ba174be7948875fdf152b",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x0000000000000000000000000000000000000000000000000000000000000416000000000000000000000000e4cff55f193b3493f1aa6811738309b2acf6c963",
    "logIndex": "0xa",
    "removed": false,
    "topics": [
      "0xdec847db058c9c012e0f3dbe2b99e05cfa4c693f61a7d8bc64652a68913cbfff"
    ],
    "transactionHash": "0xb0312f4972128d4bfee5162ee10cdbea6d0252c337db0c88fed6ce4c16ce8008",
    "transactionIndex": "0x2",
    "transactionLogIndex": "0x0"
  },
  {
    "address": "0x0c4be6aa667df48de54ba174be7948875fdf152b",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x000000000000000000000000000000000000000000000000000000000000041f000000000000000000000000e4cff55f193b3493f1aa6811738309b2acf6c963",
    "logIndex": "0xb",
    "removed": false,
    "topics": [
      "0xcabaf9c102f83746b27ae932f638eebfaf5ea7d014edd20ab14dec3768a8f55c"
    ],
    "transactionHash": "0xb0312f4972128d4bfee5162ee10cdbea6d0252c337db0c88fed6ce4c16ce8008",
    "transactionIndex": "0x2",
    "transactionLogIndex": "0x1"
  },
  {
    "address": "0xe4cff55f193b3493f1aa6811738309b2acf6c963",
    "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
    "blockNumber": "0x43543a1",
    "data": "0x000000000000000000000000000000000000000000000000000000000000041f0000000000000000000000000000000000000000000000000000000000036ee8",
    "logIndex": "0xc",
    "removed": false,
    "topics": [
      "0x177160e50d083725209651bf251badbab2b70d078dda089acd2101eefccd82c7",
      "0x0000000000000000000000008d86bc475bedcb08179c5e6a4d494ebd3b44ea8b"
    ],
    "transactionHash": "0xb0312f4972128d4bfee5162ee10cdbea6d0252c337db0c88fed6ce4c16ce8008",
    "transactionIndex": "0x2",
    "transactionLogIndex": "0x2"
  }
]
Request
curl -X POST --data \
'{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getLogs",
    "params": [
        {
            "blockHash": "0x1768f524493543ac12785a8dd50e5a5b2c5b1ebaaef4f6202a5832783fad13bc",
            "fromBlock": "0x43543a1",
            "toBlock": "0x4354405"
        }
    ]
}' \
-H "Content-Type: application/json" \
localhost:12539
Response
{
  "code": -32602,
  "message": "Filter must provide one of the following: (1) a block number range through `fromBlock` and `toBlock`, (2) a set of block hashes through `blockHash`"
}
Request
curl -X POST --data \
'{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getLogs",
    "params": [
        {
            "address": "0x7253cb7bb788f91b18e20b61e708cb0c98383fc8",
            "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62"
        }
    ]
}' \
-H "Content-Type: application/json" \
localhost:12539
Response
[]
Request
curl -X POST --data \
'{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getLogs",
    "params": [
        {
            "address": [
                "0x7253cb7bb788f91b18e20b61e708cb0c98383fc8"
            ],
            "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62"
        }
    ]
}' \
-H "Content-Type: application/json" \
localhost:12539
Response
[]
Request
curl -X POST --data \
'{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_getLogs",
    "params": [
        {
            "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
            "topics": [
                "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"
            ]
        }
    ]
}' \
-H "Content-Type: application/json" \
localhost:12539
Response
[
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x000000000000000000000000000000000000000000000001314fb37062980000",
    "logIndex": "0x1",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x000000000000000000000000684ead642c4b77d535d76ba015690d4368217b52"
    ],
    "transactionHash": "0x88d7b70b17589ca2c2e9feac1b8b13371a55645f3f607693af9c1ed55c54ac06",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x1"
  },
  {
    "address": "0x54593e02c39aeff52b166bd036797d2b1478de8d",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x000000000000000000000000000000000000000000000000000013fe180d0df4",
    "logIndex": "0x2",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000684ead642c4b77d535d76ba015690d4368217b52",
      "0x00000000000000000000000023fcf8d02b1b515ca40ec908463626c1759c2756"
    ],
    "transactionHash": "0x88d7b70b17589ca2c2e9feac1b8b13371a55645f3f607693af9c1ed55c54ac06",
    "transactionIndex": "0x0",
    "transactionLogIndex": "0x2"
  },
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x0000000000000000000000000000000000000000000000008ac7230489e80000",
    "logIndex": "0x6",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x00000000000000000000000021ea4b3239912470b9200357dda507f7c24053e2"
    ],
    "transactionHash": "0x814df8898c715837cfda1a8cd2d5ceb9186fada4d9c2908f5b2abfd34c61bacb",
    "transactionIndex": "0x2",
    "transactionLogIndex": "0x1"
  },
  {
    "address": "0xcd71270f82f319e0498ff98af8269c3f0d547c65",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x00000000000000000000000000000000000000000000000000007ffd9b16eab5",
    "logIndex": "0x7",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x00000000000000000000000021ea4b3239912470b9200357dda507f7c24053e2",
      "0x0000000000000000000000000485ffd22e44b9390a5a2cf218b31f423cce35ef"
    ],
    "transactionHash": "0x814df8898c715837cfda1a8cd2d5ceb9186fada4d9c2908f5b2abfd34c61bacb",
    "transactionIndex": "0x2",
    "transactionLogIndex": "0x2"
  },
  {
    "address": "0x684ead642c4b77d535d76ba015690d4368217b52",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x0000000000000000000000000000000000000000000000000008d95a81bdf598",
    "logIndex": "0xb",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x0000000000000000000000002e45a07dc5bba0397ed67242de16be3bdd60305e",
      "0x000000000000000000000000684ead642c4b77d535d76ba015690d4368217b52"
    ],
    "transactionHash": "0x506d727b15afcadda0a418bfa62cc82ccd5b159729ffa36595994d2cbc6358fe",
    "transactionIndex": "0x3",
    "transactionLogIndex": "0x1"
  },
  {
    "address": "0x684ead642c4b77d535d76ba015690d4368217b52",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x000000000000000000000000000000000000000000000000000007fe652b97fd",
    "logIndex": "0xc",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x0000000000000000000000000000000000000000000000000000000000000000",
      "0x00000000000000000000000009b5928d6ab3381c7d090b6fbe528db136e0bea3"
    ],
    "transactionHash": "0x506d727b15afcadda0a418bfa62cc82ccd5b159729ffa36595994d2cbc6358fe",
    "transactionIndex": "0x3",
    "transactionLogIndex": "0x2"
  },
  {
    "address": "0x684ead642c4b77d535d76ba015690d4368217b52",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x0000000000000000000000000000000000000000000000000008d95a81bdf598",
    "logIndex": "0xd",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000684ead642c4b77d535d76ba015690d4368217b52",
      "0x0000000000000000000000000000000000000000000000000000000000000000"
    ],
    "transactionHash": "0x506d727b15afcadda0a418bfa62cc82ccd5b159729ffa36595994d2cbc6358fe",
    "transactionIndex": "0x3",
    "transactionLogIndex": "0x3"
  },
  {
    "address": "0x2ed3dddae5b2f321af0806181fbfa6d049be47d8",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x000000000000000000000000000000000000000000000000229be9164b575462",
    "logIndex": "0xe",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000684ead642c4b77d535d76ba015690d4368217b52",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e"
    ],
    "transactionHash": "0x506d727b15afcadda0a418bfa62cc82ccd5b159729ffa36595994d2cbc6358fe",
    "transactionIndex": "0x3",
    "transactionLogIndex": "0x4"
  },
  {
    "address": "0x54593e02c39aeff52b166bd036797d2b1478de8d",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x000000000000000000000000000000000000000000000000000002459bbde941",
    "logIndex": "0xf",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000684ead642c4b77d535d76ba015690d4368217b52",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e"
    ],
    "transactionHash": "0x506d727b15afcadda0a418bfa62cc82ccd5b159729ffa36595994d2cbc6358fe",
    "transactionIndex": "0x3",
    "transactionLogIndex": "0x5"
  },
  {
    "address": "0x54593e02c39aeff52b166bd036797d2b1478de8d",
    "blockHash": "0x199ab67c87a39c45acb2ed878ae1b6d3bae22fba16f51dced036babf9b6daf62",
    "blockNumber": "0x4335ba4",
    "data": "0x000000000000000000000000000000000000000000000000000002459bbde941",
    "logIndex": "0x12",
    "removed": false,
    "topics": [
      "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
      "0x000000000000000000000000873789aaf553fd0b4252d0d2b72c6331c47aff2e",
      "0x0000000000000000000000002e45a07dc5bba0397ed67242de16be3bdd60305e"
    ],
    "transactionHash": "0x506d727b15afcadda0a418bfa62cc82ccd5b159729ffa36595994d2cbc6358fe",
    "transactionIndex": "0x3",
    "transactionLogIndex": "0x8"
  }
]