decode_pool_created

Documentation for eth_defi.uniswap_v3.events.decode_pool_created function.

decode_pool_created(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

log (eth_defi.event_reader.logresult.LogResult) –

Return type

dict