# Functions

GeGxAddressFromBech32 returns the sdk.Account address of given address, while also changing bech32 human readable prefix (HRP) to the value set on the global sdk.Config (eg: `gx`).
NewSocketCoin is a utility function that returns an "uplugcn" coin with the given sdk.Int amount.
NewSocketCoinInt64 is a utility function that returns an "uplugcn" coin with the given int64 amount.
NewSocketDecCoin is a utility function that returns an "uplugcn" decimal coin with the given sdk.Int amount.

# Constants

BaseDenomUnit defines the base denomination unit for plugcns.
BaseNativeDenom defines the default coin denomination used in Ethermint in: - Staking parameters: denomination used as stake in the PoS chain - Mint parameters: denomination minted due to fee distribution rewards - Governance parameters: denomination used for spam prevention in proposal deposits - Crisis parameters: constant fee denomination used for spam prevention to check broken invariant - EVM parameters: denomination used for running EVM state transitions in Ethermint.
DefaultGasPrice is default gas price for evm transactions.
DisplayNativeDenom defines the denomination displayed to users in client applications.

# Variables

ERC20Contract is the compiled test erc20 contract.

# Structs

CompiledContract contains compiled bytecode and abi.

# Type aliases

HexString is a byte array that serializes to hex.