> For the complete documentation index, see [llms.txt](https://docs.nucleusearn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nucleusearn.io/nucleus-architecture/smart-contracts/contracts/base/decoders-and-sanitizers/ionpooldecoderandsanitizer.md).

# IonPoolDecoderAndSanitizer

[Git Source](https://github.com/Ion-Protocol/nucleus-boring-vault/blob/cc0b494b83e17b9b169a73b96050d2810b690477/src/base/DecodersAndSanitizers/IonPoolDecoderAndSanitizer.sol)

**Inherits:** BaseDecoderAndSanitizer

## Functions

### constructor

```solidity
constructor(address _boringVault) BaseDecoderAndSanitizer(_boringVault);
```

### supply

```solidity
function supply(address recipient, uint256, bytes32[] calldata) external pure returns (bytes memory addressesFound);
```

### withdraw

```solidity
function withdraw(address receiverOfUnderlying, uint256) external pure returns (bytes memory addressesFound);
```
