Events

LogSetMaxLTV

event LogSetMaxLTV(uint256 maxLTV)

emitted whenever maxLTV is updated

LogQueue

event LogQueue(address claimTo, uint256 requestIdFrom, uint256 borrowETHAmount, uint256 queueStETHAmount, address borrowTo)

emitted when a queue() process is executed

LogClaim

event LogClaim(address claimTo, uint256 requestIdFrom, uint256 claimedAmount, uint256 repayAmount)

emitted when a claim() process is executed

LogSetAuth

event LogSetAuth(address auth, bool allowed)

emitted when an auth is modified by owner

LogSetGuardian

event LogSetGuardian(address guardian, bool allowed)

emitted when a guardian is modified by owner

LogSetAllowed

event LogSetAllowed(address user, bool allowed)

emitted when an allowed user is modified by auths

LogSetAllowListActive

event LogSetAllowListActive(bool active)

emitted when allowListActive status is updated

LogPaused

event LogPaused()

emitted when protocol is paused by guardian

LogUnpaused

event LogUnpaused()

emitted when protocol is unpaused by owner