IStakingRewards.sol
Methods
claimReward()
Solidity
function claimReward() external nonpayable
earned(address)
Solidity
function earned(address account) external view returns (uint256)
Parameters
| Name | Type | Description | 
|---|---|---|
| account | address | undefined | 
Returns
| Name | Type | Description | 
|---|---|---|
| _0 | uint256 | undefined | 
exit()
Solidity
function exit() external nonpayable
stake(uint256)
Solidity
function stake(uint256 amount) external nonpayable
Parameters
| Name | Type | Description | 
|---|---|---|
| amount | uint256 | undefined | 
withdraw(uint256)
Solidity
function withdraw(uint256 amount) external nonpayable
Parameters
| Name | Type | Description | 
|---|---|---|
| amount | uint256 | undefined |