ICronV1PoolFactory

CronV1PoolCreated

event CronV1PoolCreated(address pool, address token0, address token1, enum ICronV1PoolEnums.PoolType poolType)

This event tracks pool creations from this factory

Parameters

Name
Type
Description

pool

address

the address of the pool

token0

address

The token 0 in this pool

token1

address

The token 1 in this pool

poolType

enum ICronV1PoolEnums.PoolType

The poolType set for this pool

CronV1PoolSet

event CronV1PoolSet(address pool, address token0, address token1, enum ICronV1PoolEnums.PoolType poolType)

This event tracks pool being set from this factory

Parameters

Name
Type
Description

pool

address

the address of the pool

token0

address

The token 0 in this pool

token1

address

The token 1 in this pool

poolType

enum ICronV1PoolEnums.PoolType

The poolType set for this pool

CronV1PoolRemoved

This event tracks pool deletions from this factory

Parameters

Name
Type
Description

pool

address

the address of the pool

token0

address

The token 0 in this pool

token1

address

The token 1 in this pool

poolType

enum ICronV1PoolEnums.PoolType

The poolType set for this pool

OwnerChanged

This event tracks pool creations from this factory

Parameters

Name
Type
Description

oldAdmin

address

the address of the previous admin

newAdmin

address

the address of the new admin

create

set

remove

transferOwnership

claimOwnership

owner

pendingOwner

getPool

Last updated