Documentation ¶
Index ¶
- Constants
- Variables
- func BiteSignature() string
- func CatABI() string
- func CatContractAddress() string
- func CatDeploymentBlock() int64
- func CatFileChopLumpSignature() string
- func CatFileFlipSignature() string
- func CatFileVowSignature() string
- func Col1FlipContractAddress() string
- func Col2FlipContractAddress() string
- func Col3FlipContractAddress() string
- func Col4FlipContractAddress() string
- func Col5FlipContractAddress() string
- func DealSignature() string
- func DentSignature() string
- func EthFlipContractAddressA() string
- func EthFlipContractAddressB() string
- func EthFlipContractAddressC() string
- func FlapKickSignature() string
- func FlapperABI() string
- func FlapperContractAddress() string
- func FlapperDeploymentBlock() int64
- func FlipKickSignature() string
- func FlipTickSignature() string
- func FlipperABI() string
- func FlipperContractAddresses() []string
- func FlipperDeploymentBlock() int64
- func FlopKickSignature() string
- func FlopperABI() string
- func FlopperContractAddress() string
- func FlopperDeploymentBlock() int64
- func JugABI() string
- func JugContractAddress() string
- func JugDeploymentBlock() int64
- func JugDripSignature() string
- func JugFileBaseSignature() string
- func JugFileIlkSignature() string
- func JugFileVowSignature() string
- func JugInitSignature() string
- func OldFlapperDeploymentBlock() int64
- func OldFlipperABI() string
- func OldFlipperContractAddress() string
- func OldFlipperDeploymentBlock() int64
- func SpotABI() string
- func SpotContractAddress() string
- func SpotDeploymentBlock() int64
- func SpotFileMatSignature() string
- func SpotFilePipSignature() string
- func SpotPokeSignature() string
- func TendSignature() string
- func VatABI() string
- func VatContractAddress() string
- func VatDeploymentBlock() int64
- func VatFileDebtCeilingSignature() string
- func VatFileIlkSignature() string
- func VatFluxSignature() string
- func VatFoldSignature() string
- func VatForkSignature() string
- func VatFrobSignature() string
- func VatGrabSignature() string
- func VatHealSignature() string
- func VatInitSignature() string
- func VatMoveSignature() string
- func VatSlipSignature() string
- func VatSuckSignature() string
- func VowABI() string
- func VowContractAddress() string
- func VowDeploymentBlock() int64
- func VowFessSignature() string
- func VowFileSignature() string
- func VowFlogSignature() string
- func YankSignature() string
- type ContractMethod
- type ForeignKeyField
- type MethodInput
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" FlipTickLabel = "flipTick" FlopKickLabel = "flopKick" JugDripLabel = "jugDrip" JugFileBaseLabel = "jugFileBase" JugFileIlkLabel = "jugFileIlk" JugFileVowLabel = "jugFileVow" JugInitLabel = "jugInit" SpotFileMatLabel = "spotFileMat" SpotFilePipLabel = "spotFilePip" SpotPokeLabel = "spotPoke" TendLabel = "tend" VatFileDebtCeilingLabel = "vatFileDebtCeiling" VatFileIlkLabel = "vatFileIlk" VatFluxLabel = "vatFlux" VatFoldLabel = "vatFold" VatForkLabel = "vatFork" VatFrobLabel = "vatFrob" VatGrabLabel = "vatGrab" VatHealLabel = "vatHeal" VatInitLabel = "vatInit" VatMoveLabel = "vatMove" VatSlipLabel = "vatSlip" VatSuckLabel = "vatSuck" VowFessLabel = "vowFess" VowFileLabel = "vowFile" VowFlogLabel = "vowFlog" YankLabel = "yank" )
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" FlipTickChecked = "flip_tick_checked" FlopKickChecked = "flop_kick_checked" JugDripChecked = "jug_drip_checked" JugFileBaseChecked = "jug_file_base_checked" JugFileIlkChecked = "jug_file_ilk_checked" JugFileVowChecked = "jug_file_vow_checked" JugInitChecked = "jug_init_checked" SpotFileMatChecked = "spot_file_mat_checked" SpotFilePipChecked = "spot_file_pip_checked" SpotPokeChecked = "spot_poke_checked" TendChecked = "tend_checked" VatFileDebtCeilingChecked = "vat_file_debt_ceiling_checked" VatFileIlkChecked = "vat_file_ilk_checked" VatFluxChecked = "vat_flux_checked" VatFoldChecked = "vat_fold_checked" VatForkChecked = "vat_fork_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" VatSuckChecked = "vat_suck_checked" VowFessChecked = "vow_fess_checked" VowFileChecked = "vow_file_checked" VowFlogChecked = "vow_flog_checked" YankChecked = "yank_checked" )
View Source
var TTL = int64(10800) // 60 * 60 * 3 == 10800 seconds == 3 hours
Functions ¶
func BiteSignature ¶ added in v0.2.4
func BiteSignature() string
func CatContractAddress ¶
func CatContractAddress() string
Getters for contract addresses from environment files
func CatDeploymentBlock ¶
func CatDeploymentBlock() int64
func CatFileChopLumpSignature ¶ added in v0.2.4
func CatFileChopLumpSignature() string
func CatFileFlipSignature ¶ added in v0.2.4
func CatFileFlipSignature() string
func CatFileVowSignature ¶ added in v0.2.4
func CatFileVowSignature() string
func Col1FlipContractAddress ¶ added in v0.2.8
func Col1FlipContractAddress() string
func Col2FlipContractAddress ¶ added in v0.2.8
func Col2FlipContractAddress() string
func Col3FlipContractAddress ¶ added in v0.2.8
func Col3FlipContractAddress() string
func Col4FlipContractAddress ¶ added in v0.2.8
func Col4FlipContractAddress() string
func Col5FlipContractAddress ¶ added in v0.2.8
func Col5FlipContractAddress() string
func DealSignature ¶ added in v0.2.4
func DealSignature() string
func DentSignature ¶ added in v0.2.4
func DentSignature() string
func EthFlipContractAddressA ¶ added in v0.2.8
func EthFlipContractAddressA() string
func EthFlipContractAddressB ¶ added in v0.2.8
func EthFlipContractAddressB() string
func EthFlipContractAddressC ¶ added in v0.2.8
func EthFlipContractAddressC() string
func FlapKickSignature ¶ added in v0.2.4
func FlapKickSignature() string
func FlapperABI ¶
func FlapperABI() string
func FlapperContractAddress ¶
func FlapperContractAddress() string
func FlapperDeploymentBlock ¶
func FlapperDeploymentBlock() int64
func FlipKickSignature ¶ added in v0.2.4
func FlipKickSignature() string
func FlipTickSignature ¶ added in v0.2.8
func FlipTickSignature() string
func FlipperABI ¶
func FlipperABI() string
func FlipperContractAddresses ¶ added in v0.2.8
func FlipperContractAddresses() []string
func FlipperDeploymentBlock ¶
func FlipperDeploymentBlock() int64
func FlopKickSignature ¶ added in v0.2.4
func FlopKickSignature() string
func FlopperABI ¶
func FlopperABI() string
func FlopperContractAddress ¶
func FlopperContractAddress() string
func FlopperDeploymentBlock ¶
func FlopperDeploymentBlock() int64
func JugContractAddress ¶ added in v0.2.2
func JugContractAddress() string
func JugDeploymentBlock ¶ added in v0.2.2
func JugDeploymentBlock() int64
func JugDripSignature ¶ added in v0.2.4
func JugDripSignature() string
func JugFileBaseSignature ¶ added in v0.2.4
func JugFileBaseSignature() string
func JugFileIlkSignature ¶ added in v0.2.4
func JugFileIlkSignature() string
func JugFileVowSignature ¶ added in v0.2.4
func JugFileVowSignature() string
func JugInitSignature ¶ added in v0.2.6
func JugInitSignature() string
func OldFlapperDeploymentBlock ¶ added in v0.2.8
func OldFlapperDeploymentBlock() int64
func OldFlipperABI ¶ added in v0.2.8
func OldFlipperABI() string
func OldFlipperContractAddress ¶ added in v0.2.8
func OldFlipperContractAddress() string
func OldFlipperDeploymentBlock ¶ added in v0.2.8
func OldFlipperDeploymentBlock() int64
func SpotContractAddress ¶ added in v0.2.7
func SpotContractAddress() string
func SpotDeploymentBlock ¶ added in v0.2.7
func SpotDeploymentBlock() int64
func SpotFileMatSignature ¶ added in v0.2.7
func SpotFileMatSignature() string
func SpotFilePipSignature ¶ added in v0.2.7
func SpotFilePipSignature() string
func SpotPokeSignature ¶ added in v0.2.7
func SpotPokeSignature() string
func TendSignature ¶ added in v0.2.4
func TendSignature() string
func VatContractAddress ¶
func VatContractAddress() string
func VatDeploymentBlock ¶
func VatDeploymentBlock() int64
func VatFileDebtCeilingSignature ¶ added in v0.2.4
func VatFileDebtCeilingSignature() string
func VatFileIlkSignature ¶ added in v0.2.4
func VatFileIlkSignature() string
func VatFluxSignature ¶ added in v0.2.4
func VatFluxSignature() string
func VatFoldSignature ¶ added in v0.2.4
func VatFoldSignature() string
func VatForkSignature ¶ added in v0.2.6
func VatForkSignature() string
func VatFrobSignature ¶ added in v0.2.4
func VatFrobSignature() string
func VatGrabSignature ¶ added in v0.2.4
func VatGrabSignature() string
func VatHealSignature ¶ added in v0.2.4
func VatHealSignature() string
func VatInitSignature ¶ added in v0.2.4
func VatInitSignature() string
func VatMoveSignature ¶ added in v0.2.4
func VatMoveSignature() string
func VatSlipSignature ¶ added in v0.2.4
func VatSlipSignature() string
func VatSuckSignature ¶ added in v0.2.6
func VatSuckSignature() string
func VowContractAddress ¶
func VowContractAddress() string
func VowDeploymentBlock ¶
func VowDeploymentBlock() int64
func VowFessSignature ¶ added in v0.2.4
func VowFessSignature() string
func VowFileSignature ¶ added in v0.2.4
func VowFileSignature() string
func VowFlogSignature ¶ added in v0.2.4
func VowFlogSignature() string
func YankSignature ¶ added in v0.2.8
func YankSignature() string
Types ¶
type ContractMethod ¶ added in v0.2.8
type ContractMethod struct { Name string Inputs []MethodInput }
type ForeignKeyField ¶ added in v0.2.8
type ForeignKeyField string
const ( IlkFK ForeignKeyField = "ilk_id" UrnFK ForeignKeyField = "urn_id" )
type MethodInput ¶ added in v0.2.8
type MethodInput struct {
Type string
}
Click to show internal directories.
Click to hide internal directories.