Withdraw Assets with Blastscan

Withdrawal Steps

  1. Open the pool contract's Blastscan page

  2. Go to the "Contract" tab

  3. Choose the "Write Contract"

  4. Use the withdrawInstantlyFrom() function to withdraw

withdrawInstantlyFrom()

Function Parameters

  • from is the receiver's address.

  • amount is the amount with decimals that you want to withdraw.

  • controlledToken is the pool's token address.

  • maximumExitFee should be 0.

For example, if I want to withdraw 0.001428622289307662 WETH from pool 0xF0f4cA9C6a5AAdbd76d80cC5232304F7D61B2969 to my address 0x9143743c4a54fdCF81f38e2370A4e9819E98797c. My input values are shown in the image below.

input values of withdrawInstantlyFrom()

Last updated