Versions in this module Expand all Collapse all v1 v1.4.0 Apr 25, 2024 v1.3.0 Apr 25, 2024 Changes in this version + var AddressType = abi.NewType("address", "", nil) + var BoolType = abi.NewType("bool", "", nil) + var CrocPolicyContract evmtypes.CompiledContract + var CrocPolicyJSON []byte + var LiquidInfrastructureNFTContract evmtypes.CompiledContract + var LiquidInfrastructureNFTJSON []byte + var Uint16Type = abi.NewType("uint16", "", nil) + var Uint32Type = abi.NewType("uint32", "", nil) + var Uint64Type = abi.NewType("uint64", "", nil) + var Uint8Type = abi.NewType("uint8", "", nil) + func EncodeArguments(args []abi.Argument, values []interface{}) ([]byte, error) + func EncodeTypes(names []string, values []interface{}) ([]byte, error) + func GetType(name string) (abi.Type, error) + func GetTypeArguments(names []string) ([]abi.Argument, error)