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.

50 lines (20 loc) 481 B
# FeeVault ## Methods ### claim ```solidity function claim(address token) external nonpayable ``` #### Parameters | Name | Type | Description | |---|---|---| | token | address | undefined | ### onReceiveERC20 ```solidity function onReceiveERC20(address token, address, uint256) external nonpayable ``` #### Parameters | Name | Type | Description | |---|---|---| | token | address | undefined | | _1 | address | undefined | | _2 | uint256 | undefined |