Closing Positions on Etherscan

If you do not know your position parameters you must first look them up otherwise you may skip Steps to Read Position.
Steps to Read Position
  1. 1.
    Go to the relevant OptionToken contract for your market. Click here for the sETH OptionToken contract.
  2. 2.
    Click on the getOwnerPositions dropdown.
  3. 3.
    Input the user address that you would like to view. For example:
    1. 1.
      target: 0xa0Ee7A142d267C1f36714E4a8F75612F20a79720
  4. 4.
    Click query. Now you have the information to paste into Steps to Close Position.
----------------------------------------------------------------------------------------------------
Steps to Close Position
  1. 1.
    Go to the OptionMarketWrapper contract on Optimistic Etherscan. Click here for the contract.
  2. 2.
    Click Connect to Web3 and connect your wallet.
  3. 3.
    Click on the closePosition dropdown.
  4. 4.
    Input the parameters you would like to close your position. The openPosition parameters are:
    1. 1.
      optionMarket (address)
    2. 2.
      strikeId (uint256)
    3. 3.
      positionId (uint256)
    4. 4.
      iterations (uint256)
    5. 5.
      setCollateralTo (uint256)
    6. 6.
      currentCollateral (uint256)
    7. 7.
      amount (uint256)
    8. 8.
      minCost (uint256)
    9. 9.
      maxCost (uint256)
    10. 10.
      inputAmount (uint256)
    11. 11.
      inputAsset (address)
    For example, if you want to close 1 sETH contract you would input: ["0xc7f1A22c30aE981E6A74a0267CE6cBBF27D8ecD5", "61", "0", "1", "0", "0", "1000000000000000", "0", "72640965621474238", "73509", "0x7F5c764cBc14f9669B88837ca1490cCa17c31607"]
  5. 5.
    Click write and sign the transaction.