Strategy Factory

For the StrategyFactory contract, there is only one event that allows you to listen to all the created strategy contract addresses.

event CreateStrategyEvent(
    bytes32 indexed pair,
    uint8   indexed strategyId,
    address strategyPair
);

pair: Trading pair(weth:cusd)
strate

Last updated