For the complete documentation index, see llms.txt. This page is also available as Markdown.

Changing allowance

esALB uses a different allowance system for allocating to farms — this is what happens when you click Enable before staking esALB (today under Vaults → Locked earn).

In some cases, the allowance might be insufficient, or you may want to revoke it fully. Tools like revoke.cash don't support this kind of allowance (but also, no one can take esALB from you).

To fix allowance issues, for now you need to manually approve usage on Basescan. To do so, head over to this link: https://basescan.org/token/0x365c6d588e8611125De3bEA5B9280C304FA54113#writeContract

Click 'Connect to Web3' to connect your wallet.

Then, find the "approveUsage" function and fill the following parameters:

  • UsageAddress: 0xd3968A4a07d64C6E16982d45191b9A09a261Ec88

  • Amount: 1000000000000000000000000000

Usage Address is the address of our EsMaster, a contract for farming with esALB and other locked tokens. The amount is equivalent to 1 billion ALB, which is more than the total supply and should be more than enough for any approval.

To revoke approval, just set the amount to 0

Next, click on 'Write', confirm the transaction, and your allowance should be fixed!

Last updated