Events ​
LogSetMaxLTV ​
solidity
event LogSetMaxLTV(uint256 maxLTV)
emitted whenever maxLTV
is updated
LogQueue ​
solidity
event LogQueue(address claimTo, uint256 requestIdFrom, uint256 borrowETHAmount, uint256 queueStETHAmount, address borrowTo)
emitted when a queue() process is executed
LogClaim ​
solidity
event LogClaim(address claimTo, uint256 requestIdFrom, uint256 claimedAmount, uint256 repayAmount)
emitted when a claim() process is executed
LogSetAuth ​
solidity
event LogSetAuth(address auth, bool allowed)
emitted when an auth is modified by owner
LogSetGuardian ​
solidity
event LogSetGuardian(address guardian, bool allowed)
emitted when a guardian is modified by owner
LogSetAllowed ​
solidity
event LogSetAllowed(address user, bool allowed)
emitted when an allowed user is modified by auths
LogSetAllowListActive ​
solidity
event LogSetAllowListActive(bool active)
emitted when allowListActive
status is updated
LogPaused ​
solidity
event LogPaused()
emitted when protocol is paused by guardian
LogUnpaused ​
solidity
event LogUnpaused()
emitted when protocol is unpaused by owner