PoolTogether User Guide
V4 DocsDeveloper DocsApp
  • Welcome
    • About PoolTogether
    • Frequently Asked Questions
    • Getting Started
  • PoolTogether V5
    • Use PoolTogether V5
    • V5 Developer Docs
    • Cabana.fi Docs
    • Build on PoolTogether
  • PoolTogether V4
    • PoolTogether on Optimism
      • Getting USDC & ETH on Optimism
    • PoolTogether on Polygon
      • Getting USDC on Polygon
    • Guides & How Tos
      • Deposit Delegator
      • Setting up Prize Notifications
      • Migration Guides
        • Withdrawing from V2
        • Withdrawing from V3
        • Withdrawing from V4
      • Using Coinbase Pay
      • Using PoolTogether via Coinbase App
      • Withdrawing USDC from Binance
      • PoolTogether Debit Card FAQ
      • Bridging POOL with Across
      • Getting involved
    • Governance
      • Proposal Process
        • PT Budget Requests
      • Voting & Delegation 101
      • Governance Roles
      • Protocol Constitution
      • Governance Calendar
    • POOL Token
      • Tokenomics
      • POOL Supply
      • Getting POOL Tokens
    • Ecosystem & Links
    • Developers
  • Security
    • Risks
      • Protocol Coverage
    • Audits
    • Bug Bounties
  • Dive Deeper
    • PoolTogether Discord
    • Developer Documentation
    • Brand Kit
Powered by GitBook
On this page
  • Step 1:
  • Step 2:
  • Step 3:
  • Step 4:

Was this helpful?

Edit on GitHub
  1. PoolTogether V4
  2. Guides & How Tos
  3. Migration Guides

Withdrawing from V2

This guide explains how to withdraw from the PoolTogether V2 Smart Contracts.

PreviousMigration GuidesNextWithdrawing from V3

Last updated 1 year ago

Was this helpful?

Step 1:

Navigate to the .

Step 2:

Make sure you are on the contract tab and you are writing as Proxy. Click "Connect to Web3".

Step 3:

Scroll down to 37 withdrawCommittedDeposit

The _amount field requires you to enter the amount formatted as uint256. DAI has 18 decimals.

Example: To withdraw 10 DAI, the uint256 number is 10000000000000000000

Step 4:

Click on Write and sign the transaction in your wallet. Done!

Prize Pool contract on Etherscan