solidity/contract/fragments library

Classes

AbiBaseFragment
Abstract class representing a base fragment in ABI, providing common properties and methods.
AbiConstructorFragment
Class representing an ABI constructor fragment.
AbiErrorFragment
Represents an error fragment in ABI, providing methods for decoding errors.
AbiEventFragment
Represents an event fragment in ABI, providing methods for decoding event data.
AbiFallbackFragment
Represents a fallback function fragment in ABI, providing methods for working with fallback functions.
AbiFunctionFragment
Represents a function fragment in ABI, providing methods for working with function calls.
AbiReceiveFragment
FragmentTypes
Enum class representing different types of ABI fragments, such as constructor, event, function, fallback, and error.
StateMutability
Enum class representing different state mutabilities of Ethereum functions.