> For the complete documentation index, see [llms.txt](https://contracts.synapseprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contracts.synapseprotocol.com/bridge/interfaces/isynapseerc20.md).

# ISynapseERC20

## Methods

### initialize

```solidity
function initialize(string _name, string _symbol, uint8 _decimals, address owner) external nonpayable
```

#### Parameters

| Name       | Type    | Description |
| ---------- | ------- | ----------- |
| \_name     | string  | undefined   |
| \_symbol   | string  | undefined   |
| \_decimals | uint8   | undefined   |
| owner      | address | undefined   |

### mint

```solidity
function mint(address to, uint256 amount) external nonpayable
```

#### Parameters

| Name   | Type    | Description |
| ------ | ------- | ----------- |
| to     | address | undefined   |
| amount | uint256 | undefined   |
