E1409 — Transfer hook attempted reentrancy
| Property | Value |
|---|---|
| Code | 1409 |
| Slug | E1409 |
| Category | token (Token (CIP-20)) |
| CIP | CIP-20 §8 |
What happened
Transfer hook attempted reentrancy.Why it happened
The transfer hook tried to call back into the token registry, which is forbidden.How to fix
Reentrancy from transfer hooks is forbidden by CIP-20 §8. Restructure the hook logic.Receipt example
All Error Codes
View the complete error code reference

