Documentation
¶
Index ¶
- Constants
- Variables
- func CatABI() string
- func CatContractAddress() string
- func CatDeploymentBlock() int64
- func FlapperABI() string
- func FlapperContractAddress() string
- func FlapperDeploymentBlock() int64
- func FlipperABI() string
- func FlipperContractAddress() string
- func FlipperDeploymentBlock() int64
- func FlopperABI() string
- func FlopperContractAddress() string
- func FlopperDeploymentBlock() int64
- func GetBiteSignature() string
- func GetCatFileChopLumpSignature() string
- func GetCatFileFlipSignature() string
- func GetCatFileVowSignature() string
- func GetDealSignature() string
- func GetDentFunctionSignature() string
- func GetEventTopicZero(solidityEventSignature string) string
- func GetFlapKickSignature() string
- func GetFlipKickSignature() string
- func GetFlopKickSignature() string
- func GetJugDripSignature() string
- func GetJugFileBaseSignature() string
- func GetJugFileIlkSignature() string
- func GetJugFileVowSignature() string
- func GetLogNoteTopicZero(solidityFunctionSignature string) string
- func GetPipLogValueSignature() string
- func GetSolidityFunctionSignature(abi, name string) string
- func GetTendFunctionSignature() string
- func GetVatFileDebtCeilingSignature() string
- func GetVatFileIlkSignature() string
- func GetVatFluxSignature() string
- func GetVatFoldSignature() string
- func GetVatFrobSignature() string
- func GetVatGrabSignature() string
- func GetVatHealSignature() string
- func GetVatInitSignature() string
- func GetVatMoveSignature() string
- func GetVatSlipSignature() string
- func GetVowFessSignature() string
- func GetVowFlogSignature() string
- func JugABI() string
- func JugContractAddress() string
- func JugDeploymentBlock() int64
- func PipABI() string
- func PipCol1ContractAddress() string
- func PipCol1DeploymentBlock() int64
- func PipCol2ContractAddress() string
- func PipCol2DeploymentBlock() int64
- func PipCol3ContractAddress() string
- func PipCol3DeploymentBlock() int64
- func PipCol4ContractAddress() string
- func PipCol4DeploymentBlock() int64
- func PipCol5ContractAddress() string
- func PipCol5DeploymentBlock() int64
- func PipEthContractAddress() string
- func PipEthDeploymentBlock() int64
- func VatABI() string
- func VatContractAddress() string
- func VatDeploymentBlock() int64
- func VowABI() string
- func VowContractAddress() string
- func VowDeploymentBlock() int64
Constants ¶
View Source
const ( Ilk utils.Key = "ilk" Guy utils.Key = "guy" Flip utils.Key = "flip" Timestamp utils.Key = "timestamp" )
View Source
const ( BiteLabel = "bite" CatFileChopLumpLabel = "catFileChopLump" CatFileFlipLabel = "catFileFlip" CatFileVowLabel = "catFileVow" DealLabel = "deal" DentLabel = "dent" FlapKickLabel = "flapKick" FlipKickLabel = "flipKick" FlopKickLabel = "flopKick" JugDripLabel = "jugDrip" JugFileBaseLabel = "jugFileBase" JugFileIlkLabel = "jugFileIlk" JugFileVowLabel = "jugFileVow" PipLogValueLabel = "pipLogValue" 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" JugFileBaseChecked = "jug_file_base_checked" JugFileIlkChecked = "jug_file_ilk_checked" JugFileVowChecked = "jug_file_vow_checked" PipLogValueChecked = "pip_log_value_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 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 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 GetJugFileBaseSignature ¶ added in v0.2.2
func GetJugFileBaseSignature() string
func GetJugFileIlkSignature ¶ added in v0.2.2
func GetJugFileIlkSignature() string
func GetJugFileVowSignature ¶ added in v0.2.2
func GetJugFileVowSignature() string
func GetLogNoteTopicZero ¶ added in v0.2.2
func GetPipLogValueSignature ¶ added in v0.2.2
func GetPipLogValueSignature() string
func GetSolidityFunctionSignature ¶ added in v0.2.2
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 JugContractAddress ¶ added in v0.2.2
func JugContractAddress() string
func JugDeploymentBlock ¶ added in v0.2.2
func JugDeploymentBlock() int64
func PipCol1ContractAddress ¶ added in v0.2.2
func PipCol1ContractAddress() string
func PipCol1DeploymentBlock ¶ added in v0.2.2
func PipCol1DeploymentBlock() int64
func PipCol2ContractAddress ¶ added in v0.2.2
func PipCol2ContractAddress() string
func PipCol2DeploymentBlock ¶ added in v0.2.2
func PipCol2DeploymentBlock() int64
func PipCol3ContractAddress ¶ added in v0.2.2
func PipCol3ContractAddress() string
func PipCol3DeploymentBlock ¶ added in v0.2.2
func PipCol3DeploymentBlock() int64
func PipCol4ContractAddress ¶ added in v0.2.2
func PipCol4ContractAddress() string
func PipCol4DeploymentBlock ¶ added in v0.2.2
func PipCol4DeploymentBlock() int64
func PipCol5ContractAddress ¶ added in v0.2.2
func PipCol5ContractAddress() string
func PipCol5DeploymentBlock ¶ added in v0.2.2
func PipCol5DeploymentBlock() int64
func PipEthContractAddress ¶ added in v0.2.2
func PipEthContractAddress() string
func PipEthDeploymentBlock ¶ added in v0.2.2
func PipEthDeploymentBlock() int64
func VatContractAddress ¶
func VatContractAddress() string
func VatDeploymentBlock ¶
func VatDeploymentBlock() int64
func VowContractAddress ¶
func VowContractAddress() string
func VowDeploymentBlock ¶
func VowDeploymentBlock() int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.