IUserDepositManagerV1
Kiln
User Deposit Manager (v1)
This interface exposes methods to handle the inbound transfers cases or the explicit submissions
Methods
deposit
Explicit deposit method to mint on msg.sender
depositAndTransfer
Explicit deposit method to mint on msg.sender and transfer to _recipient
Parameters
Name | Type | Description |
---|---|---|
_recipient | address | Address receiving the minted LsETH |
Events
UserDeposit
User deposited ETH in the system
Parameters
Name | Type | Description |
---|---|---|
depositor | address | Address performing the deposit |
recipient | address | Address receiving the minted shares |
amount | uint256 | Amount in ETH deposited |
Errors
EmptyDeposit
And empty deposit attempt was made
Last updated