Dmitry Semenovsky
Results
2
comments of
Dmitry Semenovsky
@pixelmatrix Thank you for the explanation! I will have to wait until getting past events are supported as this is needed for my application to work.
Well, ideally all functions described here: https://web3js.readthedocs.io/en/1.0/web3-eth-contract.html#events However, contract.events.MyEvent() with filtering by block number will be enough. I need the capability of getting logged events by event name, e.g. Register,...