# Findings

### Issue 01&#x20;

| Type          | Severity      | Location      | Status |
| ------------- | ------------- | ------------- | ------ |
| Best Practice | Informational | `constructor` | Fixed  |

**Description**

Calling mint 16 with base 16 is not readable.&#x20;

**Recommendation**&#x20;

Consider changing the base to 10 for readability.

```
_mint(_msgSender(), 0x204FCE5E3E25026110000000); // 10.000.000.000 MPS
```
