Events

Examples

Note

These examples are crafted as a Jupyter notebook. You can download the original notebook file here.

Also note that inside Jupyter notebooks, await can be used freely outside of asyncio.run().

events

Reference

async ctc.evm.async_get_events(contract_address, *, start_block=None, end_block=None, start_time=None, end_time=None, include_timestamps=False, backend_order=None, keep_multiindex=True, verbose=True, provider=None, **query)

get events matching given inputs