Withdraw from Level Staking Pool

  1. Visit the Level Staking Pool contract on Etherscan here.

  2. Connect your wallet to Etherscan

  1. Call the withdraw function on the contract, the two parameters required are the address of the token being withdrawn, and the amount to be withdrawn. The Staking Pool currently holds around 20 different tokens, their addresses can be found here.

  2. To find the total balance of a token staked in this pool, use the balance function. The first input address is the token address and the second input address in the wallet address

  1. Once you have the token address and the amount, call the withdraw function

Last updated