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.
Click to show internal directories.
Click to hide internal directories.