Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ABIs = map[string]string{ "WOOPP": WOOPP.WOOPPABI, }
View Source
var ContractAddresses = map[string]string{
"WOOPP": "0xbf365Ce9cFcb2d5855521985E351bA3bcf77FD3F",
}
View Source
var TopicTypes = map[string]proto.Message{ "lotus.woofi.0_0_0.woopp_feemanagerupdated": &WOOPP.FeeManagerUpdated{}, "lotus.woofi.0_0_0.woopp_ownershiptransferprepared": &WOOPP.OwnershipTransferPrepared{}, "lotus.woofi.0_0_0.woopp_ownershiptransferred": &WOOPP.OwnershipTransferred{}, "lotus.woofi.0_0_0.woopp_parametersupdated": &WOOPP.ParametersUpdated{}, "lotus.woofi.0_0_0.woopp_paused": &WOOPP.Paused{}, "lotus.woofi.0_0_0.woopp_rewardmanagerupdated": &WOOPP.RewardManagerUpdated{}, "lotus.woofi.0_0_0.woopp_strategistupdated": &WOOPP.StrategistUpdated{}, "lotus.woofi.0_0_0.woopp_unpaused": &WOOPP.Unpaused{}, "lotus.woofi.0_0_0.woopp_withdraw": &WOOPP.Withdraw{}, "lotus.woofi.0_0_0.woopp_wooguardianupdated": &WOOPP.WooGuardianUpdated{}, "lotus.woofi.0_0_0.woopp_wooracleupdated": &WOOPP.WooracleUpdated{}, "lotus.woofi.0_0_0.woopp_wooswap": &WOOPP.WooSwap{}, }
Functions ¶
Types ¶
type ISmartContract ¶
type ISmartContract interface {
Message(eventName string, contractAbi *abi.ABI, vLog types.Log, timestamp *timestamppb.Timestamp) protoreflect.ProtoMessage
}
Click to show internal directories.
Click to hide internal directories.