ETH Price: $3,057.06 (-1.50%)

Solidity Bug Info

Bug Name Description Severity
LibrariesNotCallableFromPayableFunctions
Library functions threw an exception when called from a call that received Ether.
Library functions are protected against sending them Ether through a call. Since the DELEGATECALL opcode forwards the information about how much Ether was sent with a call, the library function incorrectly assumed that Ether was sent to the library and threw an exception.

- First Introduced: 0.4.0
- Fixed in Version: 0.4.2
- Published:
- Severity<: low

low