IERC20Rebasing.sol
Methods
claim(address,uint256)
Solidity
function claim(address recipient, uint256 amount) external nonpayable returns (uint256)
Parameters
Name | Type | Description |
---|---|---|
recipient | address | undefined |
amount | uint256 | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
configure(uint8)
Solidity
function configure(enum YieldMode) external nonpayable returns (uint256)
Parameters
Name | Type | Description |
---|---|---|
_0 | enum YieldMode | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
getClaimableAmount(address)
Solidity
function getClaimableAmount(address account) external view returns (uint256)
Parameters
Name | Type | Description |
---|---|---|
account | address | undefined |
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |