@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.
82 lines (38 loc) • 904 B
Markdown
IFlashNFT
# Methods
## burn
```solidity
function burn(uint256 _tokenId) external nonpayable returns (bool)
```
### Parameters
| Name | Type | Description |
|---|---|---|
| _tokenId | uint256 | undefined |
### Returns
| Name | Type | Description |
|---|---|---|
| _0 | bool | undefined |
## mint
```solidity
function mint(address _recipientAddress) external nonpayable returns (uint256)
```
### Parameters
| Name | Type | Description |
|---|---|---|
| _recipientAddress | address | undefined |
### Returns
| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |
## ownerOf
```solidity
function ownerOf(uint256 tokenId) external view returns (address)
```
### Parameters
| Name | Type | Description |
|---|---|---|
| tokenId | uint256 | undefined |
### Returns
| Name | Type | Description |
|---|---|---|
| _0 | address | undefined |