Events ​
Events ​
LogSmartLendingDeployed ​
Emitted when a new smart lending is deployed
solidity
event LogSmartLendingDeployed(uint256 dexId, address smartLending);Parameters
| Name | Type | Description | 
|---|---|---|
dexId | uint256 | The ID of the deployed DEX | 
smartLending | address | The address of the deployed smart lending | 
LogAuthUpdated ​
Emitted when a SmartLending auth is updated
solidity
event LogAuthUpdated(address smartLending, address auth, bool allowed);Parameters
| Name | Type | Description | 
|---|---|---|
smartLending | address | address of SmartLending | 
auth | address | address of auth whose status is being updated | 
allowed | bool | updated status of auth | 
LogDeployerUpdated ​
Emitted when a deployer is modified by owner
solidity
event LogDeployerUpdated(address deployer, bool allowed);Parameters
| Name | Type | Description | 
|---|---|---|
deployer | address | address of deployer | 
allowed | bool | updated status of deployer | 
LogSetCreationCode ​
Emitted when the smart lending creation code is modified by owner
solidity
event LogSetCreationCode(address creationCodePointer);Parameters
| Name | Type | Description | 
|---|---|---|
creationCodePointer | address | address of the creation code pointer | 

