ETH Price: $3,023.38 (-2.29%)
Gas: 4 Gwei

Solidity Bug Info

Bug Name Description Severity
SkipEmptyStringLiteral
If "" is used in a function call, the following function arguments will not be correctly passed to the function.
If the empty string literal "" is used as an argument in a function call, it is skipped by the encoder. This has the effect that the encoding of all arguments following this is shifted left by 32 bytes and thus the function call data is corrupted.

- First Introduced:
- Fixed in Version: 0.4.12
- Published:
- Severity<: low

low