Events
Transfer
event Transfer(address indexed from, address indexed to, uint256 value);Approval
event Approval(address indexed owner, address indexed spender, uint256 value);MaxTotalSupplyUpdated
event MaxTotalSupplyUpdated(uint256 assets);AnnualInterestBipsUpdated
event AnnualInterestBipsUpdated(uint256 annualInterestBipsUpdated);LiquidityCoverageRatioUpdated
event LiquidityCoverageRatioUpdated(uint256 liquidityCoverageRatioUpdated);Deposit
Borrow
MarketClosed
FeesCollected
StateUpdated
ScaleFactorUpdated
AuthorizationStatusUpdated
WithdrawalBatchExpired
WithdrawalBatchCreated
WithdrawalBatchClosed
WithdrawalBatchPayment
WithdrawalQueued
WithdrawalExecuted
MarketDeployed
Last updated