Platypus.Finance was a stableswap protocol on Avalanche that suffered one or two hacks and is now dead. For tax reasons I need to unstake my PTP (Platypus) tokens and sell them. Unfortunately the website is down, and the Internet Wayback Machine can't display it properly.
The EVM-compatible contract seems to be a proxy that points to 0xf61a96fc6c683d3c3d55a49694440258552f392b. When I run "balanceOf" on the proxy it gives me a non-zero balance. I do not how that much about how proxies work, but if I go to the implementation contract at 0xf61a96fc6c683d3c3d55a49694440258552f392b and execute the same function that result is 0. So I stuck with the public-facing address, 0x5857019c749147eee22b1fe63500f237f3c1b692. I connected my wallet and ran Withdraw for various amounts, including the smallest amount possible, and it failed. I also tried unlockPtp, and that failed as well. The error messages I get are "Warning! Error encountered during contract execution [execution reverted]". I'm lost as to how to debug this. Is there a way?