> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymath/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymath/misc/ethereum_status_codes.md).

# ethereum\_status\_codes

## For ERC1400

| Code   | Reason                             |
| ------ | ---------------------------------- |
| `0x50` | transfer failure                   |
| `0x51` | transfer success                   |
| `0x52` | insufficient balance               |
| `0x53` | insufficient allowance             |
| `0x54` | transfers halted (contract paused) |
| `0x55` | funds locked (lockup period)       |
| `0x56` | invalid sender                     |
| `0x57` | invalid receiver                   |
| `0x58` | invalid operator (transfer agent)  |
| `0x59` |                                    |
| `0x5a` |                                    |
| `0x5b` |                                    |
| `0x5a` |                                    |
| `0x5b` |                                    |
| `0x5c` |                                    |
| `0x5d` |                                    |
| `0x5e` |                                    |
| `0x5f` | token meta or info                 |

## For Application specific (Polymath)

| Code   | Reason                       |
| ------ | ---------------------------- |
| `0xA0` | Not affected                 |
| `0xA1` | Success                      |
| `0xA2` | Max holders reach            |
| `0xA3` | Manual Approval Expired      |
| `0xA4` | funds limit reached          |
| `0xA5` | Tx Volume limit reached      |
| `0xA6` | Blacklisted tx               |
| `0xA7` | funds locked (lockup period) |
| `0xA8` | Invalid granularity          |
| `0xA9` |                              |
| `0xAa` |                              |
| `0xAb` |                              |
| `0xAa` |                              |
| `0xAb` |                              |
| `0xAc` |                              |
| `0xAd` |                              |
| `0xAe` |                              |
| `0xAf` | token meta or info           |
