ICronV1PoolFactory
CronV1PoolCreated
This event tracks pool creations from this factory
Parameters
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
This event tracks pool being set from this factory
Parameters
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
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
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