# 난방 스마트 컨트렉트

### Smart Contract 배포 정보

{% tabs %}
{% tab title="CarbonEmission" %}

#### Contract

```
Contract Address: 0x55d6dcdd08108aa4307a38258c7cb27a4ad65397
Transaction Hash : 0x7b469012d90220ac60b5878a12acc5148a5bdfcdd66109c116fe404f3636725d
```

#### Explorer URL

URL: <https://explorer.gesia.io/accounts/0x55d6dcdd08108aa4307a38258c7cb27a4ad65397>
{% endtab %}

{% tab title="Calculator" %}

#### Contract

```
Contract Address: 0x05c8e87c81363883fe7fc6562bc1c6a17b93b191
Transaction Hash : 0x5108ac7faf217255524eb8ae219cf59356fb82057296213b2f8547005e1c6f32
```

#### Explorer URL

URL: <https://explorer.gesia.io/accounts/0x05c8e87c81363883fe7fc6562bc1c6a17b93b191>
{% endtab %}
{% endtabs %}

### 주요 계산 공식

```
# emission factor of Heating: 0.046946 kgCO2/MJ

heating consumption(MJ) x emission factors of Heating(kgCO2/MJ)
```

### 출처

{% embed url="<https://en.wikipedia.org/wiki/Joule>" %}
Joule wiki
{% endembed %}

{% embed url="<https://www.kdhc.co.kr/kdhc/main/contents.do?menuNo=200368>" %}
한국지역난방공사 온실가스 통계
{% endembed %}

{% embed url="<https://archive.ipcc.ch/publications_and_data/ar4/wg1/en/ch2s2-10-2.html>" %}
IPCC - Direct Global Warming Potentials
{% endembed %}

### Github 링크

{% embed url="<https://github.com/gesia-platform/carbon-heating-calculator>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-kr.gesia.io/service/carbon-emissions-calculator-smart-contracts/heating.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
