package
0.0.0-20250222181736-423ad2c20814
Repository: https://github.com/dlnrd/solgo.git
Documentation: pkg.go.dev

# Functions

DecodeConstructorFromAbi decodes the constructor from the provided ABI and bytecode.
DecodeContractMetadata decodes the metadata from Ethereum contract creation bytecode.
DecodeLogFromAbi decodes an Ethereum event log using the provided ABI data.
DecodeTransactionFromAbi decodes an Ethereum transaction using the provided ABI.
GetTopicByName searches for and returns a Topic by its name from a slice of Topic instances.

# Structs

Argument represents a single argument in a contract constructor.
Constructor represents a contract constructor.
Log encapsulates a decoded Ethereum event log.
Metadata represents the metadata contained in Ethereum contract creation bytecode.
Topic represents a single decoded topic from an Ethereum event log.
Transaction encapsulates a decoded Ethereum transaction, providing detailed information about the transaction's method, its arguments, and the associated ABI.