> For the complete documentation index, see [llms.txt](https://docs.pampdacoin.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pampdacoin.xyz/transparency/contract.md).

# Contract

## $PAMP Contract Address

{% code fullWidth="false" %}

```
0x2879e4Cff83108042A3bd575B5ca46f5b230d073
```

{% endcode %}

## Dextool Security Checklist

* [x] Contract Verified (<mark style="color:green;">**Yes**</mark>)
* [x] Contract Ownership Renounced (<mark style="color:green;">**Yes**</mark>)
* [x] Honeypot (<mark style="color:green;">**No**</mark>)
* [x] Buy Tax (<mark style="color:green;">**No**</mark>)
* [x] Sell Tax (<mark style="color:green;">**No**</mark>)
* [x] Proxy Contract (<mark style="color:green;">**No**</mark>)
* [x] Mintable (<mark style="color:green;">**No**</mark>)
* [x] Tax Modifiable (<mark style="color:green;">**No**</mark>)
* [x] Transfer Pausable (<mark style="color:green;">**No**</mark>)
* [x] Blacklisted (<mark style="color:green;">**No**</mark>)
* [x] Scam Risk (<mark style="color:green;">**No**</mark>)
* [x] Retrieve Ownership (<mark style="color:green;">**No**</mark>)
* [x] Balance Modifiable (<mark style="color:green;">**No**</mark>)
* [x] Hidden Owner (<mark style="color:green;">**No**</mark>)
* [x] Selfdestruct (<mark style="color:green;">**No**</mark>)
* [x] External Call Risk (<mark style="color:green;">**No**</mark>)
* [x] Buy Available (<mark style="color:green;">**No**</mark>)
* [x] Max Sell Ratio (<mark style="color:green;">**No**</mark>)
* [x] Whitelisted (<mark style="color:green;">**No**</mark>)
* [x] Antiwhale (<mark style="color:green;">**No**</mark>)
* [x] Antiwhale Modifiable (<mark style="color:green;">**No**</mark>)
* [x] Trading Cooldown (<mark style="color:green;">**No**</mark>)
* [x] Personal Tax Modifiable (<mark style="color:green;">**No**</mark>)
* [x] Other Risks (<mark style="color:green;">**No**</mark>)

## Eligibility Criteria Framework for Community Coins

* [x] Ownership of the community token contract was renounced.&#x20;
* [x] Initial liquidity burned or adequately locked.&#x20;
* [x] Initial whale protection measures, such as a purchase limit per address, were employed.&#x20;
* [x] No allocation reserved for the team.&#x20;
* [x] Contracts must be verified.&#x20;
* [x] Audits, whether by professionals, the community itself, or through the use of time-tested and widely accepted contracts, ought to have been performed by the team.&#x20;
* [x] The contract creator’s address should have gone through community due diligence. (Owner KYC)
* [x] Native To Arbitrum: The community token should natively exist only within the Arbitrum ecosystem.

## DICE Game Contract Address

```
0xd2fc888eadf1d49bc14bbb3347aeddd9cc1325ef
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pampdacoin.xyz/transparency/contract.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
