Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildMCMSv2Cmd ¶
func BuildMCMSv2Cmd(lggr logger.Logger, domain cldf_domain.Domain, proposalContextProvider analyzer.ProposalContextProvider) *cobra.Command
Types ¶
type DecodedExecutionError ¶ added in v0.71.0
type DecodedExecutionError struct {
RevertReason string
RevertReasonDecoded bool
UnderlyingReason string
UnderlyingReasonDecoded bool
}
DecodedExecutionError contains the decoded revert reasons from an ExecutionError.
type ErrDecoder ¶
type ErrDecoder struct {
// contains filtered or unexported fields
}
ErrDecoder indexes custom-error selectors across many ABIs.
func NewErrDecoder ¶
func NewErrDecoder(registry analyzer.EVMABIRegistry) (*ErrDecoder, error)
NewErrDecoder builds an index from EVM ABI registry.
Click to show internal directories.
Click to hide internal directories.