> For the complete documentation index, see [llms.txt](https://docs.tokensfarm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokensfarm.com/for-developers/tokensfarmsdk/setters.md).

# Setters

* In order to change one of these things, through our approved addresses initiating a call, we can change the state of listed params below

```solidity
function setMinTimeToStake(uint256 _minTimeToStake)
function setIsEarlyWithdrawAllowed(bool _isEarlyWithdrawAllowed)
function setWarmup(uint256 _warmup)
```
