decode_pool_created
Documentation for eth_defi.uniswap_v3.events.decode_pool_created function.
- decode_pool_created(web3, log)
Process a pool created event. The event signature is:
event PoolCreated( address indexed token0, address indexed token1, uint24 indexed fee, int24 tickSpacing, address pool );- Parameters
web3 (web3.main.Web3) –
- Return type