RebasedStakedCelo
RebasedStakedCelo.sol (wrap & unwrap)
Methods
function initialize(
address _stakedCelo,
address _account,
address _owner
) external initializer {
__ERC20_init("Rebased Staked CELO", "rstCELO");
_transferOwnership(_owner);
stakedCelo = IStakedCelo(_stakedCelo);
account = IAccount(_account);
}Last updated