Skip to content

eth_getLogs

function eth_getLogs(
uint256 fromBlock,
uint256 toBlock,
address target,
bytes32[] calldata topics
) external returns (EthGetLogs[] memory logs);

Gets all the logs according to specified filter.