CompoundStakingFactory
The staking contract that donates earned interest to the DAO.
Events
Deployed
Parameter name
Annotation
event Deployed(address proxy, address cToken, address impl);cloneAndInit
Parameter name
Annotation
function cloneAndInit(
address _cToken,
address _ns,
uint64 _maxRewardThreshold,
address _tokenUsdOracle,
address _compUsdOracle,
address[] memory _tokenToDaiSwapPath
) public;predictAddress
Parameter name
Annotation
Last updated
Was this helpful?