> For the complete documentation index, see [llms.txt](https://reports.immunefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reports.immunefi.com/puffer-finance/28947-sc-insight-info.md).

# 28947 - \[SC - Insight] Info

## Info

Submitted on Mar 2nd 2024 at 18:35:50 UTC by @OxJoyBoy03 for [Boost | Puffer Finance](https://immunefi.com/bounty/pufferfinance-boost/)

Report ID: #28947

Report type: Smart Contract

Report severity: Insight

Target: <https://etherscan.io/address/0x7276925e42f9c4054afa2fad80fa79520c453d6a>

Impacts:

* Info

### Description

## NC Issues

### \[N-1] errors and events did not use!!!

#### Details

these errors and events were not used anywhere, you can remove or use them.

* Found in src/IPufferDepositor.sol [Line: 17](https://github.com/immunefi-team/Past-Audit-Competitions/blob/main/Puffer%20Finance/src/interface/IPufferDepositor.sol#L17)

  ```js
  //@audit-info This error is not used!!! 
  error TokenNotAllowed(address token);
  ```
* Found in src/IPufferDepositor.sol [Line: 28](https://github.com/immunefi-team/Past-Audit-Competitions/blob/main/Puffer%20Finance/src/interface/IPufferDepositor.sol#L28)

  ```js
  //@audit-info this event is not used!!!
  event TokenAllowed(IERC20 token);
  ```
* Found in src/IPufferDepositor.sol [Line: 33](https://github.com/immunefi-team/Past-Audit-Competitions/blob/main/Puffer%20Finance/src/interface/IPufferDepositor.sol#L33)

  ```js
  //@audit-info this event is not used!!!
  event TokenDisallowed(IERC20 token);

  ```

### Proof of Concept


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://reports.immunefi.com/puffer-finance/28947-sc-insight-info.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
