I wrote this tutorial as a guide to those who are stuck on the deprecated AST contract.
Navigate to the deprecated staking contract in etherscan (or the V2 contract) -> contract -> read contract
Under balanceOf, input your address and click query (querying the chain does not require gas)
Check to ensure that the amount tallies with the amount of AST you have staked
Note: The amount displayed is multiplied by 10,000 to account for the decimal places

Under available, input your address and under index, input 0
This number represents the amount of AST available to be unstaked currently. Make sure that this number tallies with the number of AST in balanceOf if you want to withdraw the full amount.
Note: If you have made multiple stakes into this contract, you can check the balance available for each staking event by changing index.

If the number does not tally, either, you have to wait longer to unstake the full amount (20 weeks), or you had staked in multiple batches. Check your historical interactions with this contract in etherscan to find out when you staked, and how many stakes you had made.
Finally, to unstake, head to write contract and scroll to the unstake function.
Input the amount you wish to unstake (it has to be less than the available balance from above). If you had staked multiple times, you can batch unstake by providing the input in an array format [unstake1,unstake2,unstake3...].
Sign the transaction with your web3 wallet and pay the gas fee to unstake.
Note: Remember to multiply the AST you wish to unstake by 10,000 to account for decimals!


I wrote this tutorial as a guide to those who are stuck on the deprecated AST contract.
Navigate to the deprecated staking contract in etherscan (or the V2 contract) -> contract -> read contract
Under balanceOf, input your address and click query (querying the chain does not require gas)
Check to ensure that the amount tallies with the amount of AST you have staked
Note: The amount displayed is multiplied by 10,000 to account for the decimal places

Under available, input your address and under index, input 0
This number represents the amount of AST available to be unstaked currently. Make sure that this number tallies with the number of AST in balanceOf if you want to withdraw the full amount.
Note: If you have made multiple stakes into this contract, you can check the balance available for each staking event by changing index.

If the number does not tally, either, you have to wait longer to unstake the full amount (20 weeks), or you had staked in multiple batches. Check your historical interactions with this contract in etherscan to find out when you staked, and how many stakes you had made.
Finally, to unstake, head to write contract and scroll to the unstake function.
Input the amount you wish to unstake (it has to be less than the available balance from above). If you had staked multiple times, you can batch unstake by providing the input in an array format [unstake1,unstake2,unstake3...].
Sign the transaction with your web3 wallet and pay the gas fee to unstake.
Note: Remember to multiply the AST you wish to unstake by 10,000 to account for decimals!


Hello World
Starting up a mirror account to explore using this medium as a way to write down some thoughts. Generally interested in building on the web3 space. So far, I’ve helped to build a new community-based DEX with other contributors on AirSwap. You can also find me helping out the Zapper community. I’m also currently exploring the world of coding and generative art, and most likely going to be using this as a way to journal some tutorials and learnings from my experiments. Will also leave some of m...
zkSanta - An idea for a Web3 Secret Santa project
Anyone in?This idea just popped into my head, so I’m trying to get it all down before I forget. My web3 dev skills are sorely inadequate for building such a project, so I’m leaving this as an open call to any web3 developer who wants to take it up and attempt to build it before Christmas. I will gladly be the first participant to join in.SummaryzkSanta is a smart contract which opens 1 month before Christmas. Anyone can deposit an NFT into the contract using depositPresent() until 25/12 @ 00:...

Nishikigoi
Some time back I started to learn some p5.js to create a generative art project which I had intended to publish on ArtBlocks. The premise was simple, a basic life simulator, not unlike Conway’s game of life, but focusing more on the animation of the animal itself. The lifeform I chose to emulate was a koi fish which would swim around in a pond. This article is meant to be a walk through the creation process.Starting outArtBlocks has some pretty useful code on their github docs. The code takes...
Hello World
Starting up a mirror account to explore using this medium as a way to write down some thoughts. Generally interested in building on the web3 space. So far, I’ve helped to build a new community-based DEX with other contributors on AirSwap. You can also find me helping out the Zapper community. I’m also currently exploring the world of coding and generative art, and most likely going to be using this as a way to journal some tutorials and learnings from my experiments. Will also leave some of m...
zkSanta - An idea for a Web3 Secret Santa project
Anyone in?This idea just popped into my head, so I’m trying to get it all down before I forget. My web3 dev skills are sorely inadequate for building such a project, so I’m leaving this as an open call to any web3 developer who wants to take it up and attempt to build it before Christmas. I will gladly be the first participant to join in.SummaryzkSanta is a smart contract which opens 1 month before Christmas. Anyone can deposit an NFT into the contract using depositPresent() until 25/12 @ 00:...

Nishikigoi
Some time back I started to learn some p5.js to create a generative art project which I had intended to publish on ArtBlocks. The premise was simple, a basic life simulator, not unlike Conway’s game of life, but focusing more on the animation of the animal itself. The lifeform I chose to emulate was a koi fish which would swim around in a pond. This article is meant to be a walk through the creation process.Starting outArtBlocks has some pretty useful code on their github docs. The code takes...
Share Dialog
Share Dialog

Subscribe to agrimony

Subscribe to agrimony
<100 subscribers
<100 subscribers
No activity yet