Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ABI = func() ethABI.ABI { abi, err := ethABI.JSON(strings.NewReader(abiJSON)) if err != nil { panic(err) } return abi }()
ABI is the ABI of the subcall contract.
View Source
var Compiled = func() []byte { contract, err := hex.DecodeString(strings.TrimSpace(CompiledHex)) if err != nil { panic(fmt.Errorf("failed to decode contract: %w", err)) } return contract }()
Compiled is the compiled subcall contract.
View Source
var CompiledHex string
CompiledHex is the compiled subcall contract in hex encoding.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.