@ohgeez/fsushi
Version:
fSUSHI is a protocol built on top of [FlashStake](http://flashstake.io/) and [SushiSwap](https://sushi.com) that enables stakers to get instant, upfront yield without waiting for it to accrue.
67 lines (28 loc) • 673 B
Markdown
# 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 |