# 피자 스마트 컨트렉트

### Smart Contract 배포 정보

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

#### Contract

```
Contract Address: 0x7f85bb460271405444fdb948fb07b262216057d3
Transaction Hash : 0xdcffcf64a05df543c58e5070e4d5a45a1e76b41e20f932ff4d2fd372cff978f2
```

#### Explorer URL

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

{% tab title="Calculator" %}

#### Contract

```
Contract Address: 0x6c91bc150e8aff5854e389145532e5857781e400
Transaction Hash : 0x2b3aececadf324b5e3d7d5a6d7f5af424e2b7cea87f581541ec1f879350fee79
```

#### Explorer URL

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

### 주요 계산 공식

```
# emission factor of Pizza: 2 kgCO2/count
Pizza(count) x emission factors of Pizza(kgCO2/count)
```


---

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