Documentation
¶
Index ¶
- Variables
- func LoadContractCreationTester() (evmtypes.CompiledContract, error)
- func LoadDebugPrecompileCaller() (evmtypes.CompiledContract, error)
- func LoadERC20RecursiveNonReverting() (evmtypes.CompiledContract, error)
- func LoadERC20RecursiveReverting() (evmtypes.CompiledContract, error)
- func LoadERC20WithNativeTransfers() (evmtypes.CompiledContract, error)
- func LoadICS20TransferTester() (evmtypes.CompiledContract, error)
- func LoadSequentialICS20Sender() (evmtypes.CompiledContract, error)
- func LoadSequentialOperationsTester() (evmtypes.CompiledContract, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed solidity/DebugPrecompileCaller.json DebugPrecompileCallerJSON []byte // GreeterContract is the compiled Greeter contract DebugPrecompileCallerContract evmtypes.CompiledContract )
View Source
var ( // ERC20MinterBurnerDecimalsJSON are the compiled bytes of the ERC20MinterBurnerDecimalsContract // //go:embed solidity/ERC20MinterBurnerDecimals.json ERC20MinterBurnerDecimalsJSON []byte // ERC20MinterBurnerDecimalsContract is the compiled erc20 contract ERC20MinterBurnerDecimalsContract evmtypes.CompiledContract )
View Source
var ( // WATOMJSON are the compiled bytes of the WATOMContract // //go:embed solidity/WATOM.json WATOMJSON []byte // WATOMContract is the compiled watom contract WATOMContract evmtypes.CompiledContract )
Functions ¶
func LoadContractCreationTester ¶ added in v0.6.0
func LoadContractCreationTester() (evmtypes.CompiledContract, error)
func LoadDebugPrecompileCaller ¶ added in v0.3.2
func LoadDebugPrecompileCaller() (evmtypes.CompiledContract, error)
LoadGreeter loads the Greeter contract
func LoadERC20RecursiveNonReverting ¶ added in v0.3.2
func LoadERC20RecursiveNonReverting() (evmtypes.CompiledContract, error)
func LoadERC20RecursiveReverting ¶ added in v0.3.2
func LoadERC20RecursiveReverting() (evmtypes.CompiledContract, error)
func LoadERC20WithNativeTransfers ¶ added in v0.6.0
func LoadERC20WithNativeTransfers() (evmtypes.CompiledContract, error)
func LoadICS20TransferTester ¶ added in v0.6.0
func LoadICS20TransferTester() (evmtypes.CompiledContract, error)
func LoadSequentialICS20Sender ¶ added in v0.6.0
func LoadSequentialICS20Sender() (evmtypes.CompiledContract, error)
func LoadSequentialOperationsTester ¶ added in v0.6.0
func LoadSequentialOperationsTester() (evmtypes.CompiledContract, error)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.