# 기차 스마트 컨트렉트

### Smart Contract 배포 정보

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

#### Contract

```
Contract Address: 0xfe8c1d14725da9261cd823c3d9567eb7de05676d
Transaction Hash : 0x46092d72316988d69485003b49739f7171ac548d3573273156e8fdc2eebf064a
```

#### Explorer URL

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

{% tab title="Calculator" %}

#### Contract

```
Contract Address: 0x65b6fff09a1c243528cebc9c4b3630bbf51455c7
Transaction Hash : 0x5ff329847b8b0412224503fa8a36a8fd86885cef96e69c1cc2f8ba19c6535cbc
```

#### Explorer URL

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

### 주요 계산 공식

```
# emission factor of Common Train: 0.022560290 kgCO2/km
on Common Train(km) x emission factors of Common Train(kgCO2/km)

# emission factor of KTX/SRT Train: 0.025334000 kgCO2/km
on KTX/SRT Train(km) x emission factors of KTX/SRT Train(kgCO2/km)
```


---

# 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-9.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.
