TokenCache

Documentation for eth_defi.uniswap_v3.events.TokenCache Python class.

class TokenCache[source]

Manage cache of token data when doing PoolCreated look-up.

Do not do extra requests for already known tokens.

Methods summary

__init__()

get_token_info(web3, address)

__init__()[source]