mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-22 03:58:19 +00:00
Based on ethers.js's queryFilter, allows querying of past contract events, by querying the logs for a contract's event topic. * queryFilter to query past logs * Allow querying of past block log events * Can query by block number or block hash