UNPKG

@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.

39 lines (15 loc) 413 B
# IFlashFTokenFactory ## Methods ### createFToken ```solidity function createFToken(string _fTokenName, string _fTokenSymbol) external nonpayable returns (address) ``` #### Parameters | Name | Type | Description | |---|---|---| | _fTokenName | string | undefined | | _fTokenSymbol | string | undefined | #### Returns | Name | Type | Description | |---|---|---| | _0 | address | undefined |