ETH Price: $3,111.66 (+2.85%)
Gas: 14 Gwei

Solidity Bug Info

Bug Name Description Severity
DynamicConstructorArgumentsClippedABIV2
A contract's constructor that takes structs or arrays that contain dynamically-sized arrays reverts or decodes to invalid data.
During construction of a contract, constructor parameters are copied from the code section to memory for decoding. The amount of bytes to copy was calculated incorrectly in case all parameters are statically-sized but contain dynamically-sized arrays as struct members or inner arrays. Such types are only available if ABIEncoderV2 is activated.

- First Introduced: 0.4.16
- Fixed in Version: 0.5.9
- Published:
- Severity<: very low

very low