# Smart Contracts & Audits

* [Binance Smart Chain](#binance-smart-chain-bsc)
* [Ethereum](#ethereum-eth)
* [Sui](#sui)

## Binance Smart Chain (BSC)

### GW Contract

<mark style="color:green;">0x77774A06271d6A305CAccDBc06f847DEF05c7777</mark>

{% file src="/files/nwgjGoWvNbhP9LersXAG" %}
[Audit by SolidProof](https://github.com/solidproof/projects/blob/main/2023/Gyrowin/SmartContract_Audit_Solidproof_Gyrowin.pdf)
{% endfile %}

***

### Buyback & Burn Contract

<mark style="color:green;">0x77787E55B75D22F0fF2807924D7026FE55a83777</mark>

***

### FreezeLock Contracts

* PancakeSwap V2 LP\ <mark style="color:green;">0x777540E6C5FBe6c0692F6eA8D3810025f90D5777</mark>
* Reserve\ <mark style="color:green;">0x7776B274032EBD401cedb4D4F198f61C40ffa777</mark>
* CEX Listings & Loyalty\ <mark style="color:green;">0x77786Deb6E3fbCc3eEAf3eD1d7a04117EBBf3777</mark>

***

### Vesting Contract

<mark style="color:green;">0x777cbE651236c2636E37A0cda4e37F36DCA8a777</mark>

***

### Lottery Contracts

* 6/41 Lottery diamond proxy contract&#x20;

  <mark style="color:green;">0x9aAAb92F37a643844Ff1e6ae25b0904faB9Eb067</mark>\
  To get the random number received from the Chainlink VRF contract:\ <mark style="color:green;">0x933f00d5cfa3A6C1B9Ec347aa7946e7970058F57</mark> (version 3, current)\ <mark style="color:green;">0xa4CeeadbcBb44fb6135B953a700d6b844FDA8640</mark> (version 2, old)\ <mark style="color:green;">0x33140d5cd71641ece9ec7345f841960e6aef0f01</mark> (version 1, old)
* 6/21 Lottery diamond proxy contract\ <mark style="color:green;">0xA114F874912B83623fB578a7e4c67b9619FA2Bf0</mark>\
  To get the random number received from the Chainlink VRF contract:\ <mark style="color:green;">0x2ad1886d782E08e1a9aba1B88143b0c00cC71BAf</mark> (version 2, current)\ <mark style="color:green;">0xCF7dEcBc620385F5b604E4Be683757cD4f71B887</mark> (version 1, old)

{% hint style="info" %}
[How do I check the lottery number generated by the Chainlink VRF contract?](/game/lotto-game/how-to-check-vrf-number.md)
{% endhint %}

## Ethereum (ETH)

### GW Contract

<mark style="color:green;">0x77774A06271d6A305CAccDBc06f847DEF05c7777</mark>

{% file src="/files/nwgjGoWvNbhP9LersXAG" %}
[Audit by SolidProof](https://github.com/solidproof/projects/blob/main/2023/Gyrowin/SmartContract_Audit_Solidproof_Gyrowin.pdf)
{% endfile %}

***

### FreezeLock Contracts

* Uniswap V2 LP\ <mark style="color:green;">0x777</mark>
* Reserve\ <mark style="color:green;">0x777D6BeB1fCdB19A1ed73F9A7288D5274d4AF777</mark>
* CEX Listings & Loyalty\ <mark style="color:green;">0x777</mark>

## Sui

### Lottery API Contracts

* 6/28 Lottery API contract  (2 minutes)

  <mark style="color:green;">0x757ebaf3281e6e9c322e97cfee4d24e3c339b85e4e5ff13fe18a9c2571432af1</mark>\
  Struct object\ <mark style="color:green;">0x3fe8de109004c751ab678285515a1ef4dcfac6325a507ce6fa1371d0b1fac52e</mark>


---

# 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.gyro.win/about/smart-contracts-and-audits.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.
