Skip to main content

E1409 — Transfer hook attempted reentrancy

PropertyValue
Code1409
SlugE1409
Categorytoken (Token (CIP-20))
CIPCIP-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

{
  "code": 1409,
  "slug": "E1409",
  "category": "token",
  "what": "Transfer hook attempted reentrancy",
  "fix": "Reentrancy from transfer hooks is forbidden by CIP-20 §8.",
  "docs_url": "https://docs.cowboy.inc/errors/E1409"
}

All Error Codes

View the complete error code reference