UserDepositManagerV1
Alluvial Finance Inc.
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 indexed
address
Address performing the deposit
recipient indexed
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