Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2019 Changes in this version + const BloomBitsBlocks + const Bn256AddGas + const Bn256PairingBaseGas + const Bn256PairingPerPointGas + const Bn256ScalarMulGas + const CallCreateDepth + const CallGas + const CallNewAccountGas + const CallStipend + const CallValueTransferGas + const CopyGas + const CreateDataGas + const CreateGas + const EcrecoverGas + const EpochDuration + const ExpByteGas + const ExpGas + const Finney + const GasLimitBoundDivisor + const GenesisGasLimit + const GetPublicKeySetMaxSize + const Hui + const IdentityBaseGas + const IdentityPerWordGas + const JumpdestGas + const LogDataGas + const LogGas + const LogTopicGas + const MaxCodeSize + const MaximumExtraDataSize + const MemoryGas + const MinGasLimit + const ModExpQuadCoeffDiv + const QuadCoeffDiv + const Ripemd160BaseGas + const Ripemd160PerWordGas + const Sha256BaseGas + const Sha256PerWordGas + const Sha3Gas + const Sha3WordGas + const Shannon + const SloadGas + const SstoreClearGas + const SstoreRefundGas + const SstoreResetGas + const SstoreSetGas + const StackLimit + const SuicideRefundGas + const TierStepGas + const TxDataNonZeroGas + const TxDataZeroGas + const TxGas + const TxGasContractCreation + const Use + const VersionMajor + const VersionMeta + const VersionMinor + const VersionPatch + var AllCliqueProtocolChanges = &ChainConfig + var AllRpowProtocolChanges = &ChainConfig + var DAOForkBlockExtra = common.FromHex("0x64616f2d686172642d666f726b") + var DAOForkExtraRange = big.NewInt(10) + var DAORefundContract = common.HexToAddress("0xbf4ed7b27f1d666546e30d74d50d173d20bca754") + var DifficultyBoundDivisor = big.NewInt(2048) + var DiscoveryV5Bootnodes = []string + var DurationLimit = big.NewInt(13) + var GasTableEIP150 = GasTable + var GasTableEIP158 = GasTable + var GasTableHomestead = GasTable + var GenesisDifficulty = big.NewInt(131072) + var MainnetBootnodes = []string + var MainnetChainConfig = &ChainConfig + var MainnetGenesisHash = common.HexToHash("0x4a7a62dbe8b9cedb4d1b00c36ddda832019d39d5d6ae190208b963698bdc991f") + var MinimumDifficulty = big.NewInt(131072) + var MoonetBootnodes = []string + var MoonetChainConfig = &ChainConfig + var TargetGasLimit uint64 = GenesisGasLimit + var TestChainConfig = &ChainConfig + var TestRules = TestChainConfig.Rules(new(big.Int)) + var TestnetBootnodes = []string + var TestnetChainConfig = &ChainConfig + var TestnetGenesisHash = common.HexToHash("0x23afeb0669114afb80a5856390b7aa07a0a8d6442b8841eac3414537eb41ab47") + var Version = func() string { ... }() + func DAODrainList() []common.Address + func VersionWithCommit(gitCommit string) string + type ChainConfig struct + ByzantiumBlock *big.Int + ChainId *big.Int + Clique *CliqueConfig + ConstantinopleBlock *big.Int + DAOForkBlock *big.Int + DAOForkSupport bool + EIP150Block *big.Int + EIP150Hash common.Hash + EIP155Block *big.Int + EIP158Block *big.Int + HomesteadBlock *big.Int + Rpow *RpowConfig + func (c *ChainConfig) CheckCompatible(newcfg *ChainConfig, height uint64) *ConfigCompatError + func (c *ChainConfig) GasTable(num *big.Int) GasTable + func (c *ChainConfig) IsByzantium(num *big.Int) bool + func (c *ChainConfig) IsConstantinople(num *big.Int) bool + func (c *ChainConfig) IsDAOFork(num *big.Int) bool + func (c *ChainConfig) IsEIP150(num *big.Int) bool + func (c *ChainConfig) IsEIP155(num *big.Int) bool + func (c *ChainConfig) IsEIP158(num *big.Int) bool + func (c *ChainConfig) IsHomestead(num *big.Int) bool + func (c *ChainConfig) Rules(num *big.Int) Rules + func (c *ChainConfig) String() string + type CliqueConfig struct + Epoch uint64 + Period uint64 + func (c *CliqueConfig) String() string + type ConfigCompatError struct + NewConfig *big.Int + RewindTo uint64 + StoredConfig *big.Int + What string + func (err *ConfigCompatError) Error() string + type GasTable struct + Balance uint64 + Calls uint64 + CreateBySuicide uint64 + ExpByte uint64 + ExtcodeCopy uint64 + ExtcodeSize uint64 + SLoad uint64 + Suicide uint64 + type RpowConfig struct + func (c *RpowConfig) String() string + type Rules struct + ChainId *big.Int + IsByzantium bool + IsEIP150 bool + IsEIP155 bool + IsEIP158 bool + IsHomestead bool