> For the complete documentation index, see [llms.txt](https://docs.flashstake.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashstake.io/smart-contracts/time-vault-strategy/events.md).

# Events

#### BurnedFToken

```
event BurnedFToken(address indexed _address, uint256 _tokenAmount, uint256 _yieldReturned);
```

* **\_address**: the address of the user who burned fTokens.
* **\_tokenAmount**: the number of fTokens burned.
* **\_yieldReturned**: the number of yield tokens returned to the user.
