UserDepositManagerV1
Kiln
User Deposit Manager (v1)
This contract handles 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
InvalidCall
The call was invalid
InvalidZeroAddress
The address is zero
Last updated