StrategyCreated()
CarbonController.sol
This event is emitted when a new strategy is created.
Event Parameters
Name
Type
Description
id
uint256
The incrementally assigned id number of the strategy
owner
address
The address of the owner of the strategy
token0
Token
The first token in the strategy
token1
Token
The second token in the strategy
order0
Order
The first Order object in the strategy.
order1
Order
The second Order object in the strategy.
Last updated