Withdraw from V2

  1. Go to Blastscan, search for your address

image.png

  1. Open “Token Holdings” tab and type Blaster-LP

image.png

  1. Click on the position you want to withdraw
    1. Go to Contract Tab
    2. Go to Read Contract

image.png

  1. Find balanceOf string below
    1. Paste your address into <input> (address)
    2. Click ‘Query
    3. Copy numbers in response (example 810774390229924025, you will have different number)

image.png

  1. Go to Write Contract and Connect Wallet

image.png

  1. Find approve string (this operation will approve Blaster Router to spend your LP tokens)
    1. Paste 0xc972FaE6b524E8A6e0af21875675bF58a3133e60 (Blaster router)
    2. Paste the number previously copied in balanceOf
    3. Press ‘Write’ and confirm in your wallet

image.png

  1. Now, we need to get addresses of both tokens in the Liquidity Pool
    1. On the same page open “Token Holdings”
    2. Find 2 tokens which make the pool
    3. Go to the each token and copy their addresses (for this case WETH (0x4300000000000000000000000000000000000004) and USDB (0x4300000000000000000000000000000000000003))

image.png

  1. Go to BlasterRouter contract and connect wallet https://blastscan.io/address/0xc972fae6b524e8a6e0af21875675bf58a3133e60#writeContract

  2. Open removeLiquidity string and fill with following parameters:

    tokenA: tokenB address

    tokenB: tokenA address

    liquidity: amount you got from balanceOf

    amountAMin:0

    amountBMin: 0

    to: your address

    deadline: 1900400101

image.png

  1. Final step - click ‘write’ and check your transaction