constants

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 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"
	CatFilePitVowLabel      = "catFilePitVow"
	DealLabel               = "deal"
	DentLabel               = "dent"
	DripDripLabel           = "dripDrip"
	DripFileIlkLabel        = "dripFileIlk"
	DripFileRepoLabel       = "dripFileRepo"
	DripFileVowLabel        = "dripFileVow"
	FlapKickLabel           = "flapKick"
	FlipKickLabel           = "flipKick"
	FlopKickLabel           = "flopKick"
	FrobLabel               = "frob"
	PitFileDebtCeilingLabel = "pitFileDebtCeiling"
	PitFileIlkLabel         = "pitFileIlk"
	PriceFeedLabel          = "priceFeed"
	TendLabel               = "tend"
	VatFluxLabel            = "vatFlux"
	VatFoldLabel            = "vatFold"
	VatGrabLabel            = "vatGrab"
	VatHealLabel            = "vatHeal"
	VatInitLabel            = "vatInit"
	VatMoveLabel            = "vatMove"
	VatSlipLabel            = "vatSlip"
	VatTollLabel            = "vatToll"
	VatTuneLabel            = "vatTune"
	VowFlogLabel            = "vowFlog"
)

Variables

View Source
var (
	BiteChecked               = "bite_checked"
	CatFileChopLumpChecked    = "cat_file_chop_lump_checked"
	CatFileFlipChecked        = "cat_file_flip_checked"
	CatFilePitVowChecked      = "cat_file_pit_vow_checked"
	DealChecked               = "deal_checked"
	DentChecked               = "dent_checked"
	DripDripChecked           = "drip_drip_checked"
	DripFileIlkChecked        = "drip_file_ilk_checked"
	DripFileRepoChecked       = "drip_file_repo_checked"
	DripFileVowChecked        = "drip_file_vow_checked"
	FlapKickChecked           = "flap_kick_checked"
	FlipKickChecked           = "flip_kick_checked"
	FlopKickChecked           = "flop_kick_checked"
	FrobChecked               = "frob_checked"
	PitFileDebtCeilingChecked = "pit_file_debt_ceiling_checked"
	PitFileIlkChecked         = "pit_file_ilk_checked"
	PriceFeedsChecked         = "price_feeds_checked"
	TendChecked               = "tend_checked"
	VatFluxChecked            = "vat_flux_checked"
	VatFoldChecked            = "vat_fold_checked"
	VatGrabChecked            = "vat_grab_checked"
	VatHealChecked            = "vat_heal_checked"
	VatInitChecked            = "vat_init_checked"
	VatMoveChecked            = "vat_move_checked"
	VatSlipChecked            = "vat_slip_checked"
	VatTollChecked            = "vat_toll_checked"
	VatTuneChecked            = "vat_tune_checked"
	VowFlogChecked            = "vow_flog_checked"
)
View Source
var TTL = int64(10800) // 60 * 60 * 3 == 10800 seconds == 3 hours

Functions

func AllTransformerLabels

func AllTransformerLabels() []string

func CatABI

func CatABI() string

func CatContractAddress

func CatContractAddress() string

Getters for contract addresses from environment files

func CatDeploymentBlock

func CatDeploymentBlock() int64

func DripABI

func DripABI() string

func DripContractAddress

func DripContractAddress() string

func DripDeploymentBlock

func DripDeploymentBlock() 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 GetCatFilePitVowSignature

func GetCatFilePitVowSignature() string

func GetDealSignature

func GetDealSignature() string

func GetDentFunctionSignature

func GetDentFunctionSignature() string

func GetDripDripSignature

func GetDripDripSignature() string

func GetDripFileIlkSignature

func GetDripFileIlkSignature() string

func GetDripFileRepoSignature

func GetDripFileRepoSignature() string

func GetDripFileVowSignature

func GetDripFileVowSignature() string

func GetEventSignature

func GetEventSignature(solidityMethodSignature string) string

func GetFlapKickSignature

func GetFlapKickSignature() string

func GetFlipKickSignature

func GetFlipKickSignature() string

func GetFlopKickSignature

func GetFlopKickSignature() string

func GetFrobSignature

func GetFrobSignature() string

func GetLogNoteSignature

func GetLogNoteSignature(solidityMethodSignature string) string

func GetLogValueSignature

func GetLogValueSignature() string

func GetPitFileDebtCeilingSignature

func GetPitFileDebtCeilingSignature() string

func GetPitFileIlkSignature

func GetPitFileIlkSignature() string

func GetSolidityMethodSignature

func GetSolidityMethodSignature(abi, name string) string

func GetTendFunctionSignature

func GetTendFunctionSignature() string

func GetVatFluxSignature

func GetVatFluxSignature() string

func GetVatFoldSignature

func GetVatFoldSignature() 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 GetVatTollSignature

func GetVatTollSignature() string

func GetVatTuneSignature

func GetVatTuneSignature() string

func GetVowFlogSignature

func GetVowFlogSignature() string

func MedianizerABI

func MedianizerABI() string

func MedianizerDeploymentBlock

func MedianizerDeploymentBlock() int64

func PepContractAddress

func PepContractAddress() string

func PepDeploymentBlock

func PepDeploymentBlock() int64

func PipContractAddress

func PipContractAddress() string

func PipDeploymentBlock

func PipDeploymentBlock() int64

func PitABI

func PitABI() string

func PitContractAddress

func PitContractAddress() string

func PitDeploymentBlock

func PitDeploymentBlock() int64

func RepContractAddress

func RepContractAddress() string

func RepDeploymentBlock

func RepDeploymentBlock() int64

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