# StakingRootDeployer

#### **`deploy`**

Membuat dan meluncurkan root taruhan baru.

```
function deploy(
        address _admin,
        address _dao_root,
        address _rewarder,
        address _rescuer,
        address _bridge_event_config_eth_ton,
        address _bridge_event_config_ton_eth,
        address _tokenRoot,
        uint32 _deploy_nonce
    ) public returns(address)
```

**Parameter:**

| Nama                              | Jenis   | Deskripsi                                                     |
| --------------------------------- | ------- | ------------------------------------------------------------- |
| \_admin                           | address | Alamat admin root taruhan                                     |
| \_dao\_root                       | address | Alamat root DAO                                               |
| \_rewarder                        | address | Alamat pemberi hadiah                                         |
| \_rescuer                         | address | Alamat penyelamat                                             |
| \_bridge\_event\_config\_eth\_ton | address | Alamat penanganan konfigurasi acara bridge ethereum ke ton    |
| \_bridge\_event\_config\_ton\_eth | address | Alamat penanganan konfigurasi acara bridge ton ke ethereum    |
| \_tokenRoot                       | address | Alamat root token taruhan                                     |
| \_deploy\_nonce                   | uint32  | Bendera yang digunakan untuk meluncurkan kontrak Taruhan baru |

**Nilai hasil:**

| Jenis   | Deskripsi                            |
| ------- | ------------------------------------ |
| address | Alamat root taruhan yang diluncurkan |


---

# 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.octusbridge.io/ob-id/integrate/octus-bridge-contracts/everscale/staking-section/stakingrootdeployer.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.
