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

# ERC20Mock

# Solidity API

# Contract: ERC20Mock

### mint

```solidity theme={null}
function mintfunction mint(address account, uint256 amount) external
```

## Public Functions

### constructor

```solidity theme={null}
function constructorconstructor(string name, string symbol) public
```
