> For the complete documentation index, see [llms.txt](https://docs.onnano.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onnano.co/moe-erc20-token/read-contract.md).

# Read Contract

## allowance

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

* owner(address)
* spender(address)
  {% endtab %}

{% tab title="returns" %}

* uint256
  {% endtab %}
  {% endtabs %}

## balanceOf

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

* accout(address)
  {% endtab %}

{% tab title="returns" %}

* uint256
  {% endtab %}
  {% endtabs %}

## decimals

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

* uint8
  {% endtab %}
  {% endtabs %}

## name

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

* string
  {% endtab %}
  {% endtabs %}

## symbol

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

* string
  {% endtab %}
  {% endtabs %}

## totalSupply

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

* uint256
  {% endtab %}
  {% endtabs %}
