Solidity Bug Info
Bug Name | Description | Severity |
---|---|---|
EventStructWrongDataUsing structs in events logged wrong data. | If a struct is used in an event, the address of the struct is logged instead of the actual data. - Link: https://blog.soliditylang.org/2018/09/13/solidity-bugfix-release/ - First Introduced: 0.4.17 - Fixed in Version: 0.4.25 - Published: - Severity<: very low | very low |