• Returns a query for all Logs within the block range from the given address with a matching topic0 event signature. Topic0 is the keccak256 hash of the event signature. If to_block is None then query runs to the head of the chain.

    Parameters

    • contractAddress: string
    • topic0: string
    • fromBlock: number
    • Optional toBlock: number

    Returns Query