These two values 0x2524443fb29fa1 and 0x275f0f797cee6d are hexadecimal representations of jetton_total_supply and ton_total_supply . To convert them to decimal and compute the bmTON price, you can use the following code in Python:
from pytoniq import LiteClient
async with LiteClient.from_mainnet_config(trust_level=2) as client:
result = await client.run_get_method(
address="EQCSxGZPHqa3TtnODgMan8CEM0jf6HpY-uon_NMeFgjKqkEY",
method="get_full_data",
stack=[],
)
bmton_price_in_ton = result[1]/result[0]