# 자동차 스마트 컨트렉트

### Smart Contract 배포 정보

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

#### Contract

<pre><code><strong>Contract Address: 0x1fc42ac85cbe5c6c9ec63c8965d2168d00833771
</strong><strong>Transaction Hash : 0x0a11f6339abb67ba3a9b874d32e9ce709eb75a7e172675cc7e14b2e113ed3b8d
</strong></code></pre>

#### Explorer URL

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

{% tab title="Calculator" %}

#### Contract

```
Contract Address: 0xd6e94a9a16da05ce24e229a981a38c751ebcc93b
Transaction Hash : 0x18eee43e81bdeb85b9b97238a71f17a7d6ce69b3caca643e1f6e40576750a446
```

#### Explorer URL

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

### 주요 계산 공식

```
# emission factor of gasoline: 2.1776
# emission factor of diesel: 2.6003
# emission factor of LPG: 3.7309

range(km) ÷ fuel economy(km/L) x emission factors of car fuel(kgCO2/L)
```

### 출처

{% embed url="<https://tips.energy.or.kr/carbon/Ggas_tatistics03.do>" %}
에너지, 산업공정의 국가 에너지 발열량 및 온실가스 배출계수
{% endembed %}

{% embed url="<https://en.wikipedia.org/wiki/List_of_elements_by_atomic_properties>" %}
List of elements by atomic properties
{% endembed %}

### Github 링크

{% embed url="<https://github.com/gesia-platform/carbon-car-calculator?tab=readme-ov-file>" %}
Carbon Car Calculator Github
{% endembed %}


---

# 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/car.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.
