 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
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 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)
Types ¶
This section is empty.
       Source Files
      ¶
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.