Staking
Stake any amount of ETH
cast send $INTEGRATION_CONTRACT_ADDRESS "stake()" --value $AMOUNT_TO_STAKE_IN_ETHGet the amount of shares from integration contract by wallet
cast call $INTEGRATION_CONTRACT_ADDRESS "balanceOf(address)(uint256)" $USER_ADDRESSGet the current value of a user's staked position
Retrieving all the deposit actions of a user
Last updated
Was this helpful?

