decode_pool_created

Documentation for eth_defi.uniswap_v3.events.decode_pool_created function.

decode_pool_created(web3, log)[source]

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
Return type

dict