Skip to content

Events ​

Git Source

Events ​

LogSmartLendingDeployed ​

Emitted when a new smart lending is deployed

solidity
event LogSmartLendingDeployed(uint256 dexId, address smartLending);

Parameters

NameTypeDescription
dexIduint256The ID of the deployed DEX
smartLendingaddressThe address of the deployed smart lending

LogAuthUpdated ​

Emitted when a SmartLending auth is updated

solidity
event LogAuthUpdated(address smartLending, address auth, bool allowed);

Parameters

NameTypeDescription
smartLendingaddressaddress of SmartLending
authaddressaddress of auth whose status is being updated
allowedboolupdated status of auth

LogDeployerUpdated ​

Emitted when a deployer is modified by owner

solidity
event LogDeployerUpdated(address deployer, bool allowed);

Parameters

NameTypeDescription
deployeraddressaddress of deployer
allowedboolupdated status of deployer

LogSetCreationCode ​

Emitted when the smart lending creation code is modified by owner

solidity
event LogSetCreationCode(address creationCodePointer);

Parameters

NameTypeDescription
creationCodePointeraddressaddress of the creation code pointer