Documentation
¶
Index ¶
Constants ¶
View Source
const ( FeeAmt = 10000000000 BaseDenom = "aatom" )
Variables ¶
This section is empty.
Functions ¶
func DeployContract ¶ added in v0.3.2
func DeployContract(t *testing.T, chain *evmibctesting.TestChain, deploymentData factory.ContractDeploymentData) (common.Address, error)
SetupNativeErc20 deploys, registers, and mints a native ERC20 token on an EVM-based chain.
Types ¶
type NativeErc20Info ¶
type NativeErc20Info struct {
Denom string
ContractAbi abi.ABI
ContractAddr common.Address
Account common.Address // The address of the minter on the EVM chain
InitialBal *big.Int
}
NativeErc20Info holds details about a deployed ERC20 token.
func SetupNativeErc20 ¶
func SetupNativeErc20(t *testing.T, chain *evmibctesting.TestChain) *NativeErc20Info
SetupNativeErc20 deploys, registers, and mints a native ERC20 token on an EVM-based chain.
Click to show internal directories.
Click to hide internal directories.