get_event_mapping

Documentation for eth_defi.uniswap_v3.events.get_event_mapping function.

get_event_mapping(web3)[source]

Returns tracked event types and mapping.

Currently we are tracking these events:
  • PoolCreated

  • Swap

  • Mint

  • Burn

Parameters

web3 (web3.main.Web3) –

Return type

dict