constants

package
v0.2.1-rc.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Ilk  utils.Key = "ilk"
	Guy  utils.Key = "guy"
	Flip utils.Key = "flip"
)
View Source
const (
	BiteLabel               = "bite"
	CatFileChopLumpLabel    = "catFileChopLump"
	CatFileFlipLabel        = "catFileFlip"
	CatFileVowLabel         = "catFileVow"
	DealLabel               = "deal"
	DentLabel               = "dent"
	JugDripLabel            = "jugDrip"
	FlapKickLabel           = "flapKick"
	FlipKickLabel           = "flipKick"
	FlopKickLabel           = "flopKick"
	JugFileIlkLabel         = "jugFileIlk"
	JugFileRepoLabel        = "jugFileRepo"
	JugFileVowLabel         = "jugFileVow"
	PriceFeedLabel          = "priceFeed"
	TendLabel               = "tend"
	VatFileDebtCeilingLabel = "vatFileDebtCeiling"
	VatFileIlkLabel         = "vatFileIlk"
	VatFluxLabel            = "vatFlux"
	VatFoldLabel            = "vatFold"
	VatFrobLabel            = "vatFrob"
	VatGrabLabel            = "vatGrab"
	VatHealLabel            = "vatHeal"
	VatInitLabel            = "vatInit"
	VatMoveLabel            = "vatMove"
	VatSlipLabel            = "vatSlip"
	VowFessLabel            = "vowFess"
	VowFlogLabel            = "vowFlog"
)

Variables

View Source
var (
	BiteChecked               = "bite_checked"
	CatFileChopLumpChecked    = "cat_file_chop_lump_checked"
	CatFileFlipChecked        = "cat_file_flip_checked"
	CatFileVowChecked         = "cat_file_vow_checked"
	DealChecked               = "deal_checked"
	DentChecked               = "dent_checked"
	FlapKickChecked           = "flap_kick_checked"
	FlipKickChecked           = "flip_kick_checked"
	FlopKickChecked           = "flop_kick_checked"
	JugDripChecked            = "jug_drip_checked"
	JugFileIlkChecked         = "jug_file_ilk_checked"
	JugFileRepoChecked        = "jug_file_repo_checked"
	JugFileVowChecked         = "jug_file_vow_checked"
	PriceFeedsChecked         = "price_feeds_checked"
	TendChecked               = "tend_checked"
	VatFileDebtCeilingChecked = "vat_file_debt_ceiling_checked"
	VatFileIlkChecked         = "vat_file_ilk_checked"
	VatFluxChecked            = "vat_flux_checked"
	VatFoldChecked            = "vat_fold_checked"
	VatFrobChecked            = "vat_frob_checked"
	VatGrabChecked            = "vat_grab_checked"
	VatHealChecked            = "vat_heal_checked"
	VatInitChecked            = "vat_init_checked"
	VatMoveChecked            = "vat_move_checked"
	VatSlipChecked            = "vat_slip_checked"
	VowFessChecked            = "vow_fess_checked"
	VowFlogChecked            = "vow_flog_checked"
)
View Source
var TTL = int64(10800) // 60 * 60 * 3 == 10800 seconds == 3 hours

Functions

func CatABI

func CatABI() string

func CatContractAddress

func CatContractAddress() string

Getters for contract addresses from environment files

func CatDeploymentBlock

func CatDeploymentBlock() int64

func FlapperABI

func FlapperABI() string

func FlapperContractAddress

func FlapperContractAddress() string

func FlapperDeploymentBlock

func FlapperDeploymentBlock() int64

func FlipperABI

func FlipperABI() string

func FlipperContractAddress

func FlipperContractAddress() string

func FlipperDeploymentBlock

func FlipperDeploymentBlock() int64

func FlopperABI

func FlopperABI() string

func FlopperContractAddress

func FlopperContractAddress() string

func FlopperDeploymentBlock

func FlopperDeploymentBlock() int64

func GetBiteSignature

func GetBiteSignature() string

func GetCatFileChopLumpSignature

func GetCatFileChopLumpSignature() string

func GetCatFileFlipSignature

func GetCatFileFlipSignature() string

func GetCatFileVowSignature added in v0.2.2

func GetCatFileVowSignature() string

func GetDealSignature

func GetDealSignature() string

func GetDentFunctionSignature

func GetDentFunctionSignature() string

func GetEventTopicZero added in v0.2.2

func GetEventTopicZero(solidityEventSignature string) string

func GetFlapKickSignature

func GetFlapKickSignature() string

func GetFlipKickSignature

func GetFlipKickSignature() string

func GetFlopKickSignature

func GetFlopKickSignature() string

func GetJugDripSignature added in v0.2.2

func GetJugDripSignature() string

func GetJugFileIlkSignature added in v0.2.2

func GetJugFileIlkSignature() string

func GetJugFileRepoSignature

func GetJugFileRepoSignature() string

func GetJugFileVowSignature added in v0.2.2

func GetJugFileVowSignature() string

func GetLogMedianPriceSignature

func GetLogMedianPriceSignature() string

func GetLogNoteTopicZero added in v0.2.2

func GetLogNoteTopicZero(solidityFunctionSignature string) string

func GetSolidityFunctionSignature added in v0.2.2

func GetSolidityFunctionSignature(abi, name string) string

func GetTendFunctionSignature

func GetTendFunctionSignature() string

func GetVatFileDebtCeilingSignature added in v0.2.2

func GetVatFileDebtCeilingSignature() string

func GetVatFileIlkSignature added in v0.2.2

func GetVatFileIlkSignature() string

func GetVatFluxSignature

func GetVatFluxSignature() string

func GetVatFoldSignature

func GetVatFoldSignature() string

func GetVatFrobSignature added in v0.2.2

func GetVatFrobSignature() string

func GetVatGrabSignature

func GetVatGrabSignature() string

func GetVatHealSignature

func GetVatHealSignature() string

func GetVatInitSignature

func GetVatInitSignature() string

func GetVatMoveSignature

func GetVatMoveSignature() string

func GetVatSlipSignature

func GetVatSlipSignature() string

func GetVowFessSignature added in v0.2.2

func GetVowFessSignature() string

func GetVowFlogSignature

func GetVowFlogSignature() string

func JugABI added in v0.2.2

func JugABI() string

func JugContractAddress added in v0.2.2

func JugContractAddress() string

func JugDeploymentBlock added in v0.2.2

func JugDeploymentBlock() int64

func MedianizerABI

func MedianizerABI() string

func PipEthContractAddress added in v0.2.2

func PipEthContractAddress() string

func PipEthDeploymentBlock added in v0.2.2

func PipEthDeploymentBlock() int64

func PipRepContractAddress

func PipRepContractAddress() string

func PipRepDeploymentBlock

func PipRepDeploymentBlock() int64

func PitContractAddress

func PitContractAddress() string

func VatABI

func VatABI() string

func VatContractAddress

func VatContractAddress() string

func VatDeploymentBlock

func VatDeploymentBlock() int64

func VowABI

func VowABI() string

func VowContractAddress

func VowContractAddress() string

func VowDeploymentBlock

func VowDeploymentBlock() int64

Types

This section is empty.

Jump to

Keyboard shortcuts

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