Expand description

Module containing a contract’s types and functions.

interface IUniswapV2Factory {
    event PairCreated(address indexed token0, address indexed token1, address pair, uint256);
}

Structs§

  • Event with signature PairCreated(address,address,address,uint256) and selector 0x0d3648bd0f6ba80134a33ba9275ac585d9d315f0ad8355cddefde31afa28d0e9.

Enums§