consts

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2019 License: LGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// gray but other places to use
	DIP_Units     = 1
	DIP_Thousands = 1000
	DIP_Millions  = 1000 * 1000
	DIP           = 1000 * 1000 * 1000
)

currency unit

View Source
const (
	ERC20TypeName      = "ERC20"
	EarlyTokenTypeName = "EarlyReward"
)

contract name configuration

View Source
const (
	CoinDIPName = " DIP"
)

ninimum currency unit name

View Source
const (
	DIPDecimalBits = 9
)

coin digits

View Source
const (
	MinAmount = 0
)

Variables

View Source
var (
	MaxAmount = big.NewInt(0).Mul(big.NewInt(1000000000000), big.NewInt(DIP))
)

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