> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/api-reference-v1.9/v1.9-periphery/ierc20metadata.md).

# IERC20Metadata

Interface for ERC20 Metadata

Extension to IERC20 that includes token metadata

## Functions

### name

`function name() external view returns (string)` view external

**Returns:**

| Name | Type   | Description           |
| ---- | ------ | --------------------- |
| \[0] | string | The name of the token |

### symbol

`function symbol() external view returns (string)` view external

**Returns:**

| Name | Type   | Description             |
| ---- | ------ | ----------------------- |
| \[0] | string | The symbol of the token |

### decimals

`function decimals() external view returns (uint8)` view external

**Returns:**

| Name | Type  | Description                                |
| ---- | ----- | ------------------------------------------ |
| \[0] | uint8 | The number of decimal places the token has |
