Enroot Facet
Call Functions
function enrootDeposit(
address token,
int96 stem,
uint256 amount
) external payable nonReentrant mowSender(token);Parameter
Type
Description
function enrootDeposits(
address token,
int96[] calldata stems,
uint256[] calldata amounts
) external payable nonReentrant mowSender(token);Parameter
Type
Description
View Functions
Events
Parameter
Type
Description
Parameter
Type
Description
Last updated