# IFlashFToken









## Methods

### burnFrom

```solidity
function burnFrom(address from, uint256 amount) external nonpayable
```





#### Parameters

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

### decimals

```solidity
function decimals() external nonpayable returns (uint8)
```






#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | uint8 | undefined |

### mint

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





#### Parameters

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




