Unstake From Lido, Claim It When It Clears, Restake ItUnstake From Lido, Claim It When It Clears, Restake It
0x62180042606624f02D8A130dA8A3171e9b33894d
What this does
Take unstake amount. Read stored value of unstake request in plug. if key is equal to 0. …and 8 more steps.
Actions · 10
Readstoredvalueofin
Reads a stored value from the socket's persistent storage by key.Reads a stored value from the socket's persistent storage by key.
Steers control flow by comparing two values: branch, loop, or require the condition holds.Steers control flow by comparing two values: branch, loop, or require the condition holds.
RequestwithdrawaloffromLido
Queues stETH for withdrawal through Lido's queue and receives a claimable request NFT.Queues stETH for withdrawal through Lido's queue and receives a claimable request NFT.
Setstoredvalueofinto
Writes a value to the socket's persistent storage under a scope and key.Writes a value to the socket's persistent storage under a scope and key.
Else
Opens the else branch of a conditional.Opens the else branch of a conditional.
ClaimwithdrawalfromLido
Claims a finalized Lido withdrawal request and receives native ETH.Claims a finalized Lido withdrawal request and receives native ETH.
Setstoredvalueofinto
Writes a value to the socket's persistent storage under a scope and key.Writes a value to the socket's persistent storage under a scope and key.
Getbalanceofheldby
Reads a token balance held by an address, native or ERC-20.Reads a token balance held by an address, native or ERC-20.
Stakefor
Stakes native ETH with Lido and receives stETH.Stakes native ETH with Lido and receives stETH.
Endblock
Closes the innermost open block, whether a conditional branch or a loop.Closes the innermost open block, whether a conditional branch or a loop.