# IWNATIVE

Required interface of Wrapped NATIVE contract

## deposit

```solidity
function deposit() external payable
```

## withdraw

```solidity
function withdraw(uint256) external
```
