Skip to main content

IERC20Rebasing.sol

Methods

claim(address,uint256)

Solidity

function claim(address recipient, uint256 amount) external nonpayable returns (uint256)

Parameters

NameTypeDescription
recipientaddressundefined
amountuint256undefined

Returns

NameTypeDescription
_0uint256undefined

configure(uint8)

Solidity

function configure(enum YieldMode) external nonpayable returns (uint256)

Parameters

NameTypeDescription
_0enum YieldModeundefined

Returns

NameTypeDescription
_0uint256undefined

getClaimableAmount(address)

Solidity

function getClaimableAmount(address account) external view returns (uint256)

Parameters

NameTypeDescription
accountaddressundefined

Returns

NameTypeDescription
_0uint256undefined