Unable to unstake CORE

When I try to withdraw the CORE in redemption I have, I get this error:
call CORE_AGENT_ADDR.proxyUnDelegate() failed

index-34_rGCPN.js:5 Error: cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="execution reverted: call CORE_AGENT_ADDR.proxyUnDelegate() failed", method="estimateGas", transaction={"from":"0x99e85EdbfdECF111CF573F98fe444Cf9d9Cf4FEF","gasPrice":{"type":"BigNumber","hex":"0x06fc23ac00"},"to":"0xf5fA1728bABc3f8D2a617397faC2696c958C3409","data":"0x3ccfd60b","accessList":null}, error={"code":-32603,"message":"execution reverted: call CORE_AGENT_ADDR.proxyUnDelegate() failed","data":{"originalError":{"message":"execution reverted: call CORE_AGENT_ADDR.proxyUnDelegate() failed","code":3,"data":"0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002d63616c6c20434f52455f4147454e545f414444522e70726f7879556e44656c65676174652829206661696c656400000000000000000000000000000000000000"}}}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.7.2)

Thank you,

1 Like

(post deleted by author)

Problem solved,
I had enough gas for the final transaction, but the simulation kept failing.
By increasing the balance, the simulation succeeded.

1 Like