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

# IERC20

*Interface for ERC20 tokens*

## burn

```solidity theme={null}
function burn(address, uint256) external
```

## mint

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

## hasRole

```solidity theme={null}
function hasRole(bytes32, address) external view returns (bool)
```

## deposit

```solidity theme={null}
function deposit() external payable
```
