# Write Contract

{% hint style="info" %}
To run this method, you need to 'approve' the use of MOE tokens .
{% endhint %}

## moeMoeKyun

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

* message(string)
* amount(uint256)
  {% endtab %}
  {% endtabs %}

When executed, contract burns the entered amount . Additionally, it is possible to record message on the blockchain.


---

# 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.onnano.co/otaku-hero-contract/write-contract.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.
