diff --git a/dedust/contracts/jettons/jetton_root.py b/dedust/contracts/jettons/jetton_root.py index fb053ab..feecc5f 100644 --- a/dedust/contracts/jettons/jetton_root.py +++ b/dedust/contracts/jettons/jetton_root.py @@ -30,7 +30,7 @@ async def get_jetton_data(self, provider: LiteBalancer) -> dict: return { "total_supply": stack[0], "is_mintable": stack[1] != 0, - "admin_address": stack[2].begin_parse().load_address(), + "admin_address": stack[2].load_address(), "content": stack[3], "wallet_code": stack[4] } \ No newline at end of file