Skip to main content

E1007 — Gas calculation overflow

PropertyValue
Code1007
SlugE1007
Categorygas (Gas)
CIPCIP-3

What happened

Gas calculation overflow.

Why it happened

The product of fee × gas_limit overflows a u128 integer.

How to fix

Lower fee or gas_limit values so their product fits in u128.

Receipt example

{
  "code": 1007,
  "slug": "E1007",
  "category": "gas",
  "what": "Gas calculation overflow",
  "fix": "Lower fee or `gas_limit` values so their product fits in u128.",
  "docs_url": "https://docs.cowboy.inc/errors/E1007"
}

All Error Codes

View the complete error code reference