# 커피 스마트 컨트렉트

### Smart Contract 배포 정보

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

#### Contract

```
Contract Address: 0xf42f5563959d818f4dff39c6042b8eda7e6b02eb
Transaction Hash : 0x701f96ac84bbe34a5b0e0483d848a515ac04f98331138736b1dc86216ec332f2
```

#### Explorer URL

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

{% tab title="Calculator" %}

#### Contract

```
Contract Address: 0xeb624571c82342aa8538dcba816e5665e0674e51
Transaction Hash : 0x126f022a08c4aae4029477b28899f25d134fc7c47654a0f8ce663eaeff5fa3c6
```

#### Explorer URL

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

### 주요 계산 공식

```
# emission factor of Coffee: 0.4 kgCO2/cup
Coffee(cup count) x emission factors of Coffee(kgCO2/cup)
```


---

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