Deposit
Smart contract Front End for user contribution to the dynaset
deposit(
uint256 forgeId,
uint256 amount,
address to
) external nonReentrant payable
Allows to contribute into a specific forge and receive Dynaset lp tokens to the value of the asset deposited.
function depositOutput(uint256 forgeId, uint256 amount) public nonReentrant
Deposit Dynaset LP tokens in order to redeem them
Last updated
Was this helpful?