> ## Documentation Index
> Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# IERC20Metadata

Extension to IERC20 that includes token metadata

## Functions

### name

```solidity theme={null}
  function name(
  ) external returns (string)
```

#### Return Values:

| Type   | Description       |
| :----- | :---------------- |
| string | name of the token |

### symbol

```solidity theme={null}
  function symbol(
  ) external returns (string)
```

#### Return Values:

| Type   | Description         |
| :----- | :------------------ |
| string | symbol of the token |

### decimals

```solidity theme={null}
  function decimals(
  ) external returns (uint8)
```

#### Return Values:

| Type  | Description                            |
| :---- | :------------------------------------- |
| uint8 | number of decimal places the token has |
