> For the complete documentation index, see [llms.txt](https://quantera.gitbook.io/nakerich-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantera.gitbook.io/nakerich-token/qualification-test-report.md).

# Qualification Test Report

### **Contract: NAKERICH**&#x20;

#### &#x20;   **Token Info**&#x20;

&#x20;      <mark style="color:green;">✔</mark> get correct name, NAKERICH&#x20;

&#x20;      <mark style="color:green;">✔</mark> get correct symbol, NAKERICH&#x20;

&#x20;      <mark style="color:green;">✔</mark> get correct decimals, 18&#x20;

&#x20;      <mark style="color:green;">✔</mark> get correct total supply, 100M NAKERICH&#x20;

#### &#x20;   **Allowance**&#x20;

&#x20;      <mark style="color:green;">✔</mark> can allow other addresses to be spenders with the maximum amount&#x20;

&#x20;      <mark style="color:green;">✔</mark> can allow other addresses to be spenders with specific amount&#x20;

&#x20;      <mark style="color:green;">✔</mark> can increase allowance to spencer&#x20;

&#x20;      <mark style="color:green;">✔</mark> can decrease allowance to spencer &#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot increase allowance over max uint256 &#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot decrease allowance below zero &#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot use zero addresses to be spenders &#x20;

#### &#x20;   **Mint**&#x20;

&#x20;      <mark style="color:green;">✔</mark> can mint by owner&#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot mint by anyone&#x20;

&#x20;      <mark style="color:red;">✘</mark> <mark style="color:red;">cannot mint more than 100M NAKERICH</mark>&#x20;

#### &#x20;   **Burn Token**

&#x20;      <mark style="color:red;">✘</mark> <mark style="color:red;">can burn token by owner</mark>

&#x20;      <mark style="color:red;">✘</mark> <mark style="color:red;">can burn by anyone</mark>&#x20;

#### &#x20;   **Transfer Token**&#x20;

&#x20;      <mark style="color:green;">✔</mark> can transfer tokens that are owned&#x20;

&#x20;      <mark style="color:green;">✔</mark> can transfer tokens that are not owned but allowanced&#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot transfer tokens that amount exceeds the balance&#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot transfer tokens that are not owned and insufficient allowance&#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot transfer token that owned to zero address&#x20;

&#x20;      <mark style="color:green;">✔</mark> cannot transfer token that not owned but allowances to zero address&#x20;

<mark style="color:green;">19 passing</mark> &#x20;

<mark style="color:red;">3 failing</mark>
