@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.
66 lines (27 loc) • 599 B
Markdown
# IWETH
## Methods
### deposit
```solidity
function deposit() external payable
```
### transfer
```solidity
function transfer(address to, uint256 value) external nonpayable returns (bool)
```
#### Parameters
| Name | Type | Description |
|---|---|---|
| to | address | undefined |
| value | uint256 | undefined |
#### Returns
| Name | Type | Description |
|---|---|---|
| _0 | bool | undefined |
### withdraw
```solidity
function withdraw(uint256) external nonpayable
```
#### Parameters
| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |