contracts

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventSwapToNative = "SwapToNative"
	MethodMint        = "mint"
	MethodBurn        = "burn"
	MethodBalanceOf   = "balanceOf"
	MethodInitialize  = "initialize"
	MethodUpgradeTo   = "upgradeTo"
)

Variables

View Source
var (
	//go:embed compiled_contracts/Token.json
	ERC20JSON []byte //nolint: golint

	//go:embed compiled_contracts/TokenProxy.json
	TokenProxyJSON []byte //nolint: golint

	//go:embed compiled_contracts/UpgradeableBeacon.json
	BeaconJSON []byte //nolint: golint

	// ERC20TokenContract is the compiled erc20 contract
	ERC20TokenContract types.CompiledContract

	// TokenProxyContract is the compiled erc20 contract proxy
	TokenProxyContract types.CompiledContract

	// BeaconContract is the compiled beacon contract proxy
	BeaconContract types.CompiledContract
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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