call_proxy

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContractType cldf_deployment.ContractType = "CallProxy"
View Source
var Deploy = contract.NewDeploy(contract.DeployParams[ConstructorArgs]{
	Name:             "call-proxy:deploy",
	Version:          Version,
	Description:      "Deploys the CallProxy contract",
	ContractMetadata: gobindings.CallProxyMetaData,
	BytecodeByTypeAndVersion: map[string]contract.Bytecode{
		cldf_deployment.NewTypeAndVersion(ContractType, *Version).String(): {
			EVM:      common.FromHex(gobindings.CallProxyMetaData.Bin),
			ZkSyncVM: zkbindings.CallProxyZkBytecode,
		},
	},
})
View Source
var Version = semver.MustParse("1.0.0")

Functions

This section is empty.

Types

type ConstructorArgs

type ConstructorArgs struct {
	Target common.Address `json:"target"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL