# 비행기 스마트 컨트렉트

### Smart Contract 배포 정보

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

#### Contract

```
Contract Address: 0xbe6d7db66e055ee9757bef7797c985726a4ef3c7
Transaction Hash : 0xb45a611989c6ebb02fa717791818a354a0eb65f4fe6ee7ae6ca0bf9df547dd48
```

#### Explorer URL

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

{% tab title="Calculator" %}

#### Contract

```
Contract Address: 0xda7a35503aa0b475109a595e768b5b2c51600564
Transaction Hash : 0x87d5d3dc24ced48ce133db7b645cbac0b0b29216d9c619c4b6909b4c33bee089
```

#### Explorer URL

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

### 주요 계산 공식

```
# emission factor of individual passenger: 3.16
# T(tot): Total payload transport fuel consumption(Average Fuel Burn x range)
# P(pax/tot): Ratio of passenger weight to total payload weight
# N(seat): Total number of seats
# K(pax/seat): Ratio of seats occupied during flight

emission factor of airplane(kgCO2/kg) x is business class(true: 2, false: 1) x Average Fuel Burn(kg/km) x range(km) x P(pax/tot) ÷ (N(seat) x K(pax/seat))
```

### 출처

{% embed url="<https://www.aeroflot.ru/kr-ko/about/calculator_co2/method>" %}

### Github 링크

{% @github-files/github-code-block %}


---

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